fix(admin-vite-plugin,admin-bundler,ui,icons,dashboard,framework,types): Update Vite dependencies (#11414)
**What** - Bumps the versions of Vite across the entire stack, to prevent an issue similar to what is described here: https://github.com/vitejs/vite/discussions/18271 Not entirely sure what was happening as I couldn't reproduce the issue, but Adrien faced the issue yesterday when working with local versions of our packages. It does appear as if the range we had before could lead to a version of Vite to be installed with said bug.
This commit is contained in:
committed by
GitHub
parent
d6c03ee542
commit
47edd01dee
11
.changeset/two-pumpkins-look.md
Normal file
11
.changeset/two-pumpkins-look.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
"@medusajs/admin-vite-plugin": patch
|
||||
"@medusajs/admin-bundler": patch
|
||||
"@medusajs/icons": patch
|
||||
"@medusajs/ui": patch
|
||||
"@medusajs/dashboard": patch
|
||||
"@medusajs/framework": patch
|
||||
"@medusajs/types": patch
|
||||
---
|
||||
|
||||
fix(admin-vite-plugin,admin-bundler,ui,icons,dashboard,framework,types): Update Vite dependencies
|
||||
@@ -38,7 +38,7 @@
|
||||
"glob": "^10.3.10",
|
||||
"postcss": "^8.4.32",
|
||||
"tailwindcss": "^3.3.6",
|
||||
"vite": "^5.2.11"
|
||||
"vite": "^5.4.14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-dom": "^18.0.0"
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
"@types/node": "^20.10.4",
|
||||
"tsup": "8.0.1",
|
||||
"typescript": "5.3.3",
|
||||
"vite": "^5.2.11",
|
||||
"vitest": "^2.1.9"
|
||||
"vite": "^5.4.14",
|
||||
"vitest": "^3.0.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vite": "^5.0.0"
|
||||
|
||||
@@ -90,9 +90,9 @@
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tsup": "^8.0.2",
|
||||
"typescript": "5.2.2",
|
||||
"vite": "^5.2.11",
|
||||
"vite": "^5.4.14",
|
||||
"vite-plugin-inspect": "^0.8.7",
|
||||
"vitest": "^2.1.9"
|
||||
"vitest": "^3.0.5"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"supertest": "^4.0.2",
|
||||
"typescript": "^5.6.2",
|
||||
"vite": "^5.2.11"
|
||||
"vite": "^5.4.14"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jercle/yargonaut": "^1.1.5",
|
||||
@@ -106,7 +106,7 @@
|
||||
"awilix": "^8.0.1",
|
||||
"ioredis": "^5.4.1",
|
||||
"pg": "^8.13.0",
|
||||
"vite": "^5.2.11"
|
||||
"vite": "^5.4.14"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@mikro-orm/cli": {
|
||||
|
||||
@@ -40,12 +40,12 @@
|
||||
"ioredis": "^5.4.1",
|
||||
"rimraf": "^5.0.1",
|
||||
"typescript": "^5.6.2",
|
||||
"vite": "^5.2.11"
|
||||
"vite": "^5.4.14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"awilix": "^8.0.1",
|
||||
"ioredis": "^5.4.1",
|
||||
"vite": "^5.2.11"
|
||||
"vite": "^5.4.14"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"ioredis": {
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
"rollup-plugin-ts": "^3.2.0",
|
||||
"rollup-plugin-visualizer": "^5.9.2",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^5.2.11",
|
||||
"vitest": "^2.1.9"
|
||||
"vite": "^5.4.14",
|
||||
"vitest": "^3.0.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
||||
|
||||
@@ -76,9 +76,9 @@
|
||||
"tailwindcss": "^3.4.3",
|
||||
"tsc-alias": "^1.8.7",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^5.2.11",
|
||||
"vite": "^5.4.14",
|
||||
"vite-plugin-turbosnap": "^1.0.2",
|
||||
"vitest": "^2.1.9"
|
||||
"vitest": "^3.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/icons": "^2.5.0",
|
||||
|
||||
Reference in New Issue
Block a user