Skip to content

Commit

Permalink
Bump Public packages' dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 0b51e91 commit 8f0c534
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 69 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "Custom eslint rules for Base UI.",
"main": "src/index.js",
"devDependencies": {
"@types/eslint": "^8.56.12",
"@types/eslint": "^9.6.1",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^7.8.0"
"@typescript-eslint/parser": "^8.8.1"
},
"scripts": {
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/eslint-plugin-material-ui/**/*.test.js' --timeout 3000"
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
},
"devDependencies": {
"@mui/internal-test-utils": "1.0.14",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/chai-dom": "^1.11.3",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.10",
Expand All @@ -67,7 +67,7 @@
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^17.0.1",
"sinon": "^19.0.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8f0c534

Please sign in to comment.