Skip to content

Commit

Permalink
feat(deps): upgrade deps
Browse files Browse the repository at this point in the history
upgrade all deps to latest versions

BREAKING CHANGE: upgrade mui to v6
  • Loading branch information
ruiaraujo012 committed Sep 24, 2024
1 parent 2d2c736 commit 26969c2
Show file tree
Hide file tree
Showing 22 changed files with 6,017 additions and 6,829 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.cjs

This file was deleted.

4 changes: 4 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import RekStackEslintReactConfig from '@rekstack/eslint-react';

/** @type {import('eslint').Linter.Config[]} */
export default [...RekStackEslintReactConfig];
34 changes: 17 additions & 17 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@
"dev": "vite"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@rekstack/mui-form": "^1.0.0-beta.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1"
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@rekstack/mui-form": "1.0.0-beta.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"@types/node": "^22.6.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.11.1",
"eslint-config-ruiaraujo-react": "^3.1.25",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-checker": "^0.6.4",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-eslint": "^1.8.1"
}
}
Loading

0 comments on commit 26969c2

Please sign in to comment.