chore(deps): add/update dependencies
add typescript, update nuxt
This commit is contained in:
parent
b3594c3cdb
commit
17e9d0cbf8
10
package.json
10
package.json
@ -12,9 +12,10 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt/devtools": "latest",
|
"@nuxt/devtools": "latest",
|
||||||
"@types/uuid": "^9.0.4",
|
"@types/uuid": "^9.0.4",
|
||||||
"nuxt": "^3.7.4",
|
"nuxt": "^3.8.2",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"tsconfig-to-dual-package": "^1.2.0"
|
"tsconfig-to-dual-package": "^1.2.0",
|
||||||
|
"typescript": "latest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design-vue/nuxt": "^1.1.1",
|
"@ant-design-vue/nuxt": "^1.1.1",
|
||||||
@ -35,8 +36,8 @@
|
|||||||
"mammoth": "^1.6.0",
|
"mammoth": "^1.6.0",
|
||||||
"marked": "^9.0.3",
|
"marked": "^9.0.3",
|
||||||
"mongodb": "^6.1.0",
|
"mongodb": "^6.1.0",
|
||||||
"mongoose": "^7.5.2",
|
"mongoose": "^8.0.2",
|
||||||
"mongoose-sequence": "git://github.com/amansingh63/mongoose-sequence",
|
"mongoose-sequence": "https://github.com/amansingh63/mongoose-sequence",
|
||||||
"nuxt-security": "^0.14.4",
|
"nuxt-security": "^0.14.4",
|
||||||
"nuxt-speedkit": "3.0.0-next.26",
|
"nuxt-speedkit": "3.0.0-next.26",
|
||||||
"pinia": "^2.1.6",
|
"pinia": "^2.1.6",
|
||||||
@ -47,6 +48,7 @@
|
|||||||
"turndown": "^7.1.2",
|
"turndown": "^7.1.2",
|
||||||
"uuid": "^9.0.1",
|
"uuid": "^9.0.1",
|
||||||
"vee-validate": "^4.11.7",
|
"vee-validate": "^4.11.7",
|
||||||
|
"vue": "latest",
|
||||||
"vue-dndrop": "^1.3.1",
|
"vue-dndrop": "^1.3.1",
|
||||||
"vue-recaptcha": "3.0.0-alpha.6",
|
"vue-recaptcha": "3.0.0-alpha.6",
|
||||||
"vuedraggable": "^4.1.0",
|
"vuedraggable": "^4.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user