mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-07 17:18:21 +00:00
Updated Dependencies
- Adjusted config to work with new vue-macros
This commit is contained in:
parent
142e85f08f
commit
8508309b2c
3 changed files with 3282 additions and 2485 deletions
|
@ -11,45 +11,45 @@
|
|||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@intlify/unplugin-vue-i18n": "^1.4.0",
|
||||
"@vee-validate/zod": "^4.11.8",
|
||||
"@vueuse/core": "^10.5.0",
|
||||
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
||||
"@vee-validate/zod": "^4.12.8",
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"@vueuse/head": "^2.0.0",
|
||||
"axios": "^1.6.0",
|
||||
"axios": "^1.6.8",
|
||||
"events": "^3.3.0",
|
||||
"focus-trap": "^7.5.4",
|
||||
"focus-trap-vue": "^4.0.3",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"markdown-it-shiki": "^0.9.0",
|
||||
"simple-jsonrpc-js": "^1.2.0",
|
||||
"unplugin-vue-markdown": "^0.24.3",
|
||||
"vee-validate": "^4.11.8",
|
||||
"vue": "^3.3.7",
|
||||
"vue-i18n": "^9.6.2",
|
||||
"vue-router": "^4.2.5",
|
||||
"unplugin-vue-markdown": "^0.26.2",
|
||||
"vee-validate": "^4.12.8",
|
||||
"vue": "^3.4.27",
|
||||
"vue-i18n": "^9.13.1",
|
||||
"vue-router": "^4.3.2",
|
||||
"vue-toast-notification": "^3.1.2",
|
||||
"ws": "^8.14.2",
|
||||
"zod": "^3.22.4"
|
||||
"ws": "^8.17.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.2.135",
|
||||
"@types/events": "^3.0.2",
|
||||
"@types/markdown-it-link-attributes": "^3.0.3",
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"@vue-macros/reactivity-transform": "^0.3.23",
|
||||
"@vue-macros/volar": "^0.17.1",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-plugin-vue": "^9.18.1",
|
||||
"typescript": "^5.2.2",
|
||||
"unplugin-auto-import": "^0.16.7",
|
||||
"unplugin-icons": "^0.17.1",
|
||||
"unplugin-vue-components": "^0.25.2",
|
||||
"unplugin-vue-macros": "^2.6.1",
|
||||
"vite": "^4.5.0",
|
||||
"vite-plugin-pages": "^0.31.0",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vue-tsc": "^1.8.22"
|
||||
"@iconify/json": "^2.2.211",
|
||||
"@types/events": "^3.0.3",
|
||||
"@types/markdown-it-link-attributes": "^3.0.5",
|
||||
"@typescript-eslint/parser": "^7.9.0",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@vue-macros/reactivity-transform": "^0.4.5",
|
||||
"@vue-macros/volar": "^0.19.1",
|
||||
"eslint": "^9.3.0",
|
||||
"eslint-plugin-vue": "^9.26.0",
|
||||
"typescript": "^5.4.5",
|
||||
"unplugin-auto-import": "^0.17.6",
|
||||
"unplugin-icons": "^0.19.0",
|
||||
"unplugin-vue-components": "^0.27.0",
|
||||
"unplugin-vue-macros": "^2.9.2",
|
||||
"vite": "^5.2.11",
|
||||
"vite-plugin-pages": "^0.32.1",
|
||||
"vite-tsconfig-paths": "^4.3.2",
|
||||
"vue-tsc": "^2.0.19"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
|
5705
client/pnpm-lock.yaml
generated
5705
client/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -37,6 +37,10 @@ export default defineConfig({
|
|||
reactivityTransform: true,
|
||||
}),
|
||||
},
|
||||
|
||||
shortEmits: true,
|
||||
reactivityTransform: true,
|
||||
shortBind: true
|
||||
}),
|
||||
Pages({
|
||||
extensions: ['vue', 'md'],
|
||||
|
|
Loading…
Add table
Reference in a new issue