mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
Merge pull request #53 from IT4Change/update-packages-13-01-2024
chore(frontend): update packages 13 01 2024
This commit is contained in:
commit
89ae61b8d3
947
package-lock.json
generated
947
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
53
package.json
53
package.json
@ -65,10 +65,10 @@
|
||||
"@mdi/font": "^7.4.47",
|
||||
"@types/compression": "^1.7.5",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^20.10.6",
|
||||
"@vitejs/plugin-vue": "^5.0.2",
|
||||
"@vue/compiler-sfc": "^3.4.5",
|
||||
"@vue/server-renderer": "^3.4.5",
|
||||
"@types/node": "^20.11.0",
|
||||
"@vitejs/plugin-vue": "^5.0.3",
|
||||
"@vue/compiler-sfc": "^3.4.12",
|
||||
"@vue/server-renderer": "^3.4.12",
|
||||
"compression": "^1.7.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"express": "^4.18.2",
|
||||
@ -79,45 +79,45 @@
|
||||
"sirv": "^2.0.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3",
|
||||
"vike": "^0.4.153",
|
||||
"vike": "^0.4.156",
|
||||
"vite": "^5.0.11",
|
||||
"vue": "^3.4.5",
|
||||
"vue-i18n": "^9.8.0",
|
||||
"vuetify": "^3.4.9"
|
||||
"vue": "^3.4.12",
|
||||
"vue-i18n": "^9.9.0",
|
||||
"vuetify": "^3.4.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
|
||||
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
|
||||
"@storybook/addon-essentials": "^7.6.7",
|
||||
"@storybook/addon-interactions": "^7.6.7",
|
||||
"@storybook/addon-links": "^7.6.7",
|
||||
"@storybook/blocks": "^7.6.7",
|
||||
"@storybook/addon-essentials": "^7.6.8",
|
||||
"@storybook/addon-interactions": "^7.6.8",
|
||||
"@storybook/addon-links": "^7.6.8",
|
||||
"@storybook/blocks": "^7.6.8",
|
||||
"@storybook/test-runner": "^0.16.0",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@storybook/vue3": "^7.6.7",
|
||||
"@storybook/vue3-vite": "^7.6.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
||||
"@typescript-eslint/parser": "^6.17.0",
|
||||
"@vitest/coverage-v8": "^1.1.3",
|
||||
"@storybook/vue3": "^7.6.8",
|
||||
"@storybook/vue3-vite": "^7.6.8",
|
||||
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
||||
"@typescript-eslint/parser": "^6.18.1",
|
||||
"@vitest/coverage-v8": "^1.2.0",
|
||||
"@vue/test-utils": "^2.4.3",
|
||||
"@vuepress/bundler-vite": "^2.0.0-rc.0",
|
||||
"chromatic": "^10.2.0",
|
||||
"chromatic": "^10.2.2",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.2",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-security": "^2.1.0",
|
||||
"eslint-plugin-storybook": "^0.6.15",
|
||||
"eslint-plugin-vitest": "^0.3.20",
|
||||
"eslint-plugin-vue": "^9.19.2",
|
||||
"eslint-plugin-vue": "^9.20.1",
|
||||
"eslint-plugin-vuetify": "^2.1.1",
|
||||
"eslint-plugin-yml": "^1.11.0",
|
||||
"happy-dom": "^12.10.3",
|
||||
"prettier": "^3.1.1",
|
||||
"happy-dom": "^13.0.4",
|
||||
"prettier": "^3.2.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remark-cli": "^12.0.0",
|
||||
@ -125,7 +125,7 @@
|
||||
"remark-preset-lint-consistent": "^5.1.2",
|
||||
"remark-preset-lint-markdown-style-guide": "^5.1.3",
|
||||
"remark-preset-lint-recommended": "^6.1.3",
|
||||
"storybook": "^7.6.7",
|
||||
"storybook": "^7.6.8",
|
||||
"stylelint": "^16.1.0",
|
||||
"stylelint-config-css-modules": "^4.4.0",
|
||||
"stylelint-config-recess-order": "^4.4.0",
|
||||
@ -136,7 +136,7 @@
|
||||
"vite-plugin-checker": "^0.6.2",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-vuetify": "^2.0.1",
|
||||
"vitest": "^1.1.3",
|
||||
"vitest": "^1.2.0",
|
||||
"vue-tsc": "^1.8.27",
|
||||
"vuepress": "^2.0.0-rc.0"
|
||||
},
|
||||
@ -151,10 +151,5 @@
|
||||
"#context/*": "./renderer/context/*",
|
||||
"#types/*": "./types/*",
|
||||
"#root/*": "./*"
|
||||
},
|
||||
"overrides": {
|
||||
"@vue/test-utils": {
|
||||
"@vue/server-renderer@": "$@vue/server-renderer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user