Skip to content

Commit

Permalink
Merge pull request #9964 from marmelab/Fix-npm-install-error-due-to-o…
Browse files Browse the repository at this point in the history
…utdated-peer-deps

Fix npm install error due to outdated peer dependencies
  • Loading branch information
djhi authored Jun 28, 2024
2 parents 1d117a9 + 2c69b4b commit cdf9e20
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/ra-data-graphql-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"graphql": "^15.6.0",
"ra-core": "^4.0.0"
"ra-core": "^5.0.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"peerDependencies": {
"graphql": "^15.6.0 || ^16",
"ra-core": "^4.0.0"
"ra-core": "^5.0.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-simple-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript": "^5.1.3"
},
"peerDependencies": {
"ra-core": "^4.0.0"
"ra-core": "^5.0.0"
},
"gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7"
}
4 changes: 2 additions & 2 deletions packages/ra-input-rich-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"peerDependencies": {
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"ra-core": "^4.0.0",
"ra-ui-materialui": "^4.0.0",
"ra-core": "^5.0.0",
"ra-ui-materialui": "^5.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17733,7 +17733,7 @@ __metadata:
typescript: "npm:^5.1.3"
peerDependencies:
graphql: ^15.6.0
ra-core: ^4.0.0
ra-core: ^5.0.0
languageName: unknown
linkType: soft

Expand All @@ -17750,7 +17750,7 @@ __metadata:
typescript: "npm:^5.1.3"
peerDependencies:
graphql: ^15.6.0 || ^16
ra-core: ^4.0.0
ra-core: ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -17805,7 +17805,7 @@ __metadata:
rimraf: "npm:^3.0.2"
typescript: "npm:^5.1.3"
peerDependencies:
ra-core: ^4.0.0
ra-core: ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -17870,8 +17870,8 @@ __metadata:
peerDependencies:
"@mui/icons-material": ^5.15.20
"@mui/material": ^5.15.20
ra-core: ^4.0.0
ra-ui-materialui: ^4.0.0
ra-core: ^5.0.0
ra-ui-materialui: ^5.0.0
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
languageName: unknown
Expand Down

0 comments on commit cdf9e20

Please sign in to comment.