Merge pull request #26591 from backstage/blam/vite-v5

Bump to vite v5
This commit is contained in:
Ben Lambert
2024-09-10 12:51:29 +02:00
committed by GitHub
5 changed files with 328 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": {