fix: issues with peer dependencies (#11272)
This commit is contained in:
7
.changeset/selfish-waves-taste.md
Normal file
7
.changeset/selfish-waves-taste.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
"@medusajs/admin-bundler": patch
|
||||
"@medusajs/admin-sdk": patch
|
||||
---
|
||||
|
||||
fix: issues with peer dependencies
|
||||
@@ -33,13 +33,14 @@
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"compression": "^1.7.4",
|
||||
"express": "^4.21.0",
|
||||
"get-port": "^5.1.1",
|
||||
"glob": "^10.3.10",
|
||||
"postcss": "^8.4.32",
|
||||
"tailwindcss": "^3.3.6",
|
||||
"vite": "^5.2.11"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"express": "^4.21.0",
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
|
||||
@@ -21,13 +21,10 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.2",
|
||||
"tsup": "^8.0.1",
|
||||
"typescript": "^5.3.3",
|
||||
"zod": "^3.22"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "~2.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/admin-shared": "~2.4.0",
|
||||
"zod": "^3.22"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
|
||||
@@ -133,9 +133,13 @@
|
||||
"@mikro-orm/migrations": "6.4.3",
|
||||
"@mikro-orm/postgresql": "6.4.3",
|
||||
"awilix": "^8.0.1",
|
||||
"react-dom": "^18.0.0",
|
||||
"yalc": "1.0.0-pre.53"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"react-dom": {
|
||||
"optional": true
|
||||
},
|
||||
"yalc": {
|
||||
"optional": true
|
||||
}
|
||||
|
||||
@@ -5260,6 +5260,7 @@ __metadata:
|
||||
compression: ^1.7.4
|
||||
copyfiles: ^2.4.1
|
||||
express: ^4.21.0
|
||||
get-port: ^5.1.1
|
||||
glob: ^10.3.10
|
||||
postcss: ^8.4.32
|
||||
tailwindcss: ^3.3.6
|
||||
@@ -5267,7 +5268,6 @@ __metadata:
|
||||
typescript: ^5.3.3
|
||||
vite: ^5.2.11
|
||||
peerDependencies:
|
||||
express: ^4.21.0
|
||||
react-dom: ^18.0.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -5281,8 +5281,6 @@ __metadata:
|
||||
tsup: ^8.0.1
|
||||
typescript: ^5.3.3
|
||||
zod: ^3.22
|
||||
peerDependencies:
|
||||
zod: ^3.22
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -6153,8 +6151,11 @@ __metadata:
|
||||
"@mikro-orm/migrations": 6.4.3
|
||||
"@mikro-orm/postgresql": 6.4.3
|
||||
awilix: ^8.0.1
|
||||
react-dom: ^18.0.0
|
||||
yalc: 1.0.0-pre.53
|
||||
peerDependenciesMeta:
|
||||
react-dom:
|
||||
optional: true
|
||||
yalc:
|
||||
optional: true
|
||||
languageName: unknown
|
||||
|
||||
Reference in New Issue
Block a user