Skip to content

Commit

Permalink
Merge pull request #53 from launchrctl/upgrade-packages
Browse files Browse the repository at this point in the history
Packages upgrade
  • Loading branch information
iberdinsky-skilld authored Jun 6, 2024
2 parents 337d553 + ce73425 commit 22ccc93
Show file tree
Hide file tree
Showing 2 changed files with 1,249 additions and 1,783 deletions.
74 changes: 37 additions & 37 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,59 +5,59 @@
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.17",
"@mui/icons-material": "^5.15.12",
"@mui/lab": "^5.0.0-alpha.167",
"@mui/material": "^5.15.12",
"@mui/system": "^5.15.12",
"@mui/x-data-grid": "^6.19.6",
"@refinedev/cli": "2.16.27",
"@refinedev/core": "4.48.0",
"@refinedev/inferencer": "4.5.21",
"@refinedev/kbar": "1.3.7",
"@refinedev/mui": "5.14.5",
"@refinedev/react-hook-form": "4.8.15",
"@refinedev/react-router-v6": "4.5.6",
"@refinedev/react-table": "5.6.7",
"@refinedev/simple-rest": "5.0.3",
"@rjsf/core": "^5.17.1",
"@rjsf/mui": "^5.17.1",
"@rjsf/utils": "^5.17.1",
"@rjsf/validator-ajv8": "^5.17.1",
"@tanstack/react-table": "^8.13.2",
"axios": "1.6.7",
"@emotion/styled": "^11.11.5",
"@fontsource/inter": "^5.0.18",
"@mui/icons-material": "^5.15.19",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.19",
"@mui/system": "^5.15.15",
"@mui/x-data-grid": "^6.20.0",
"@refinedev/cli": "2.16.33",
"@refinedev/core": "4.51.0",
"@refinedev/inferencer": "4.6.4",
"@refinedev/kbar": "1.3.12",
"@refinedev/mui": "5.17.0",
"@refinedev/react-hook-form": "4.8.20",
"@refinedev/react-router-v6": "4.5.11",
"@refinedev/react-table": "5.6.12",
"@refinedev/simple-rest": "5.0.8",
"@rjsf/core": "^5.18.4",
"@rjsf/mui": "^5.18.4",
"@rjsf/utils": "^5.18.4",
"@rjsf/validator-ajv8": "^5.18.4",
"@tanstack/react-table": "^8.17.3",
"axios": "1.7.2",
"framer-motion": "^5.6.0",
"i18next": "^20.6.1",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-xhr-backend": "^3.2.2",
"query-string": "7.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-i18next": "^11.18.6",
"react-router-dom": "^6.22.2"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@types/node": "^18.19.21",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/node": "^18.19.34",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unicorn": "^51.0.1",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"typescript": "^4.9.5",
"vite": "^5.1.5"
"vite": "^5.2.12"
},
"scripts": {
"lint": "eslint .",
Expand Down
Loading

0 comments on commit 22ccc93

Please sign in to comment.