Vite plugins need to be in dependencies, not devDeps

This commit is contained in:
Renaud Chaput 2025-04-23 15:10:49 +02:00
parent 5ba427fc65
commit de9735d7e3
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990

View File

@ -48,6 +48,7 @@
"@react-spring/web": "^9.7.5",
"@reduxjs/toolkit": "^2.0.1",
"@use-gesture/react": "^10.3.1",
"@vitejs/plugin-react": "^4.2.1",
"arrow-key-navigation": "^1.2.0",
"async-mutex": "^0.5.0",
"axios": "^1.4.0",
@ -106,6 +107,8 @@
"vite": "^6.3.0",
"vite-bundle-analyzer": "^0.18.1",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-svgr": "^4.3.0",
"wicg-inert": "^3.1.2",
"workbox-expiration": "^7.0.0",
"workbox-routing": "^7.0.0",
@ -142,7 +145,6 @@
"@types/react-toggle": "^4.0.3",
"@types/redux-immutable": "^4.0.3",
"@types/requestidlecallback": "^0.3.5",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.23.0",
"eslint-import-resolver-typescript": "^4.2.5",
"eslint-plugin-formatjs": "^5.3.1",
@ -163,8 +165,6 @@
"ts-jest": "^29.3.2",
"typescript": "~5.7.3",
"typescript-eslint": "^8.29.1",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.1.2"
},
"resolutions": {