diff --git a/Vue/package-lock.json b/Vue/package-lock.json index 83d5af6..5dac54d 100644 --- a/Vue/package-lock.json +++ b/Vue/package-lock.json @@ -20,7 +20,7 @@ "@rushstack/eslint-patch": "^1.2.0", "@tsconfig/node18": "^18.0.0", "@types/node": "^20.0.0", - "@vitejs/plugin-vue": "^4.5.0", + "@vitejs/plugin-vue": "^5.0.0", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", @@ -1596,15 +1596,15 @@ "dev": true }, "node_modules/@vitejs/plugin-vue": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.2.tgz", - "integrity": "sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.0.tgz", + "integrity": "sha512-7x5e8X4J1Wi4NxudGjJBd2OFerAi/0nzF80ojCzvfj347WVr0YSn82C8BSsgwSHzlk9Kw5xnZfj0/7RLnNwP5w==", "dev": true, "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^4.0.0 || ^5.0.0", + "vite": "^5.0.0", "vue": "^3.2.25" } }, diff --git a/Vue/package.json b/Vue/package.json index 6ac1225..101c12e 100644 --- a/Vue/package.json +++ b/Vue/package.json @@ -24,7 +24,7 @@ "@rushstack/eslint-patch": "^1.2.0", "@tsconfig/node18": "^18.0.0", "@types/node": "^20.0.0", - "@vitejs/plugin-vue": "^4.5.0", + "@vitejs/plugin-vue": "^5.0.0", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", diff --git a/Vue/yarn.lock b/Vue/yarn.lock index c9a0f0a..84548ab 100644 --- a/Vue/yarn.lock +++ b/Vue/yarn.lock @@ -598,9 +598,9 @@ resolved "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.5.1.tgz" integrity sha512-5I3Nz4Sb9TYOtkRwlH0ow+BhMH2vnh38tZ4J4mggE48M/YyJyp/0sPSxhw1UeS1+oBgQ8q7maFtSeKpeRJu41Q== -"@rushstack/eslint-patch@^1.6.1": +"@rushstack/eslint-patch@^1.2.0": version "1.6.1" - resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz#9ab8f811930d7af3e3d549183a50884f9eb83f36" + resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz" integrity sha512-UY+FGM/2jjMkzQLn8pxcHGMaVLh9aEitG3zY2CiY7XHdLiz3bZOwa6oDxNqEMv7zZkV+cj5DOdz0cQ1BP5Hjgw== "@tsconfig/node18@^18.0.0": @@ -724,10 +724,10 @@ "@babel/plugin-transform-typescript" "^7.23.3" "@vue/babel-plugin-jsx" "^1.1.5" -"@vitejs/plugin-vue@^4.5.0": - version "4.5.2" - resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.2.tgz" - integrity sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ== +"@vitejs/plugin-vue@^5.0.0": + version "5.0.0" + resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.0.tgz" + integrity sha512-7x5e8X4J1Wi4NxudGjJBd2OFerAi/0nzF80ojCzvfj347WVr0YSn82C8BSsgwSHzlk9Kw5xnZfj0/7RLnNwP5w== "@volar/language-core@1.11.1", "@volar/language-core@~1.11.1": version "1.11.1"