Skip to content

Commit

Permalink
Merge pull request #58 from ra-libs/feat/upgrade-react-admin
Browse files Browse the repository at this point in the history
feat: update react-admin from v4 to v5
  • Loading branch information
RabahZeineddine authored Jul 13, 2024
2 parents ffa7e2e + 8435b24 commit c721eda
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 241 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

yalc-publish:
pnpm build
cd dist/cjs && yalc publish
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"author": "Rabah Zeineddine",
"license": "MIT",
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/compat": "^1.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
Expand All @@ -51,33 +51,33 @@
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.0.0",
"globals": "^15.8.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"semantic-release": "^24.0.0",
"ts-jest": "^29.2.0",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.0",
"@mui/lab": "^5.0.0-alpha.171",
"@mui/material": "^5.16.0",
"@mui/x-date-pickers": "^7.9.0",
"@mui/icons-material": "^5.16.1",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.1",
"@mui/x-date-pickers": "^7.10.0",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.7.2",
"csstype": "^3.1.3",
Expand All @@ -89,8 +89,8 @@
"loose-envify": "^1.4.0",
"mui-image": "^1.0.7",
"mui-tel-input": "^5.1.2",
"ra-data-simple-rest": "^4.16.1",
"react-admin": "^4.16.1",
"ra-data-simple-rest": "^5.0.4",
"react-admin": "^5.0.4",
"react-hook-form": "^7.52.1",
"react-imask": "^7.6.1",
"react-number-format": "^5.4.0",
Expand Down
Loading

0 comments on commit c721eda

Please sign in to comment.