Skip to content

Commit

Permalink
Merge pull request #6930 from marmelab/update-simple-example-deps
Browse files Browse the repository at this point in the history
Update simple example dependencies
  • Loading branch information
fzaninotto committed Dec 3, 2021
2 parents e063037 + fa78adf commit c33a095
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"ra-data-fakerest": "^3.9.3",
"ra-i18n-polyglot": "^3.12.4",
"ra-input-rich-text": "^3.12.0",
"ra-language-english": "^3.12.4",
"ra-language-french": "^3.12.4",
"ra-data-fakerest": "^3.19.2",
"ra-i18n-polyglot": "^3.19.2",
"ra-input-rich-text": "^3.19.2",
"ra-language-english": "^3.19.2",
"ra-language-french": "^3.19.2",
"react": "^17.0.0",
"react-admin": "^3.12.4",
"react-admin": "^3.19.2",
"react-dom": "^17.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit c33a095

Please sign in to comment.