chore: bump to vite v5

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-10 11:47:50 +02:00
parent 9475368bd3
commit 8670e45232
4 changed files with 323 additions and 32 deletions
+8 -4
View File
@@ -183,14 +183,18 @@
"@types/tar": "^6.1.1",
"@types/terser-webpack-plugin": "^5.0.4",
"@types/yarnpkg__lockfile": "^1.1.4",
"@vitejs/plugin-react": "^4.3.1",
"del": "^7.0.0",
"msw": "^1.0.0",
"nodemon": "^3.0.1"
"nodemon": "^3.0.1",
"vite": "^5.0.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0"
},
"peerDependencies": {
"@vitejs/plugin-react": "^4.0.4",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.0.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0"
},
"peerDependenciesMeta": {
+5
View File
@@ -30,6 +30,11 @@ declare module '@svgr/rollup' {
export default function svgr(options?: any): any;
}
declare module 'rollup/parseAst' {
export function parseAst(code: string): any;
export function parseAstAsync(code: string): any;
}
declare module '@rollup/plugin-yaml';
declare module 'react-dev-utils/formatWebpackMessages' {
export default function (stats: any): {