Skip to content

Commit

Permalink
Merge pull request #5989 from marmelab/fix-forward-compatibility
Browse files Browse the repository at this point in the history
Fix forward compatibility between react-admin packages
  • Loading branch information
djhi authored Mar 3, 2021
2 parents ab3b540 + b64455c commit 3b3d664
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/ra-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"redux": "^3.7.2 || ^4.0.3"
},
"peerDependencies": {
"ra-core": "^3.12.0",
"ra-core": "^3.13.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
"react-redux": "^7.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"connected-react-router": "^6.5.2",
"final-form": "^4.20.0",
"final-form-arrays": "^3.0.1",
"ra-core": "^3.13.1",
"ra-i18n-polyglot": "^3.13.1",
"ra-language-english": "^3.13.1",
"ra-ui-materialui": "^3.13.1",
"ra-core": "~3.13.1",
"ra-i18n-polyglot": "~3.13.1",
"ra-language-english": "~3.13.1",
"ra-ui-materialui": "~3.13.1",
"react-final-form": "^6.3.3",
"react-final-form-arrays": "^3.1.1",
"react-redux": "^7.1.0",
Expand Down

0 comments on commit 3b3d664

Please sign in to comment.