Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 017f932

Browse files
authoredMay 26, 2025
Bump Public packages' dependencies
1 parent 8fa9304 commit 017f932

File tree

3 files changed

+118
-136
lines changed

3 files changed

+118
-136
lines changed
 

‎packages/eslint-plugin-material-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"devDependencies": {
77
"@types/eslint": "^8.56.12",
88
"@typescript-eslint/experimental-utils": "^5.62.0",
9-
"@typescript-eslint/parser": "^8.31.1"
9+
"@typescript-eslint/parser": "^8.32.1"
1010
},
1111
"license": "MIT"
1212
}

‎packages/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
"typescript": "tsc -b tsconfig.json"
8585
},
8686
"dependencies": {
87-
"@babel/runtime": "^7.27.0",
88-
"@floating-ui/react": "^0.27.8",
87+
"@babel/runtime": "^7.27.1",
88+
"@floating-ui/react": "^0.27.9",
8989
"@floating-ui/utils": "^0.2.9",
9090
"use-sync-external-store": "^1.5.0"
9191
},
9292
"devDependencies": {
93-
"@mui/internal-test-utils": "^2.0.7",
93+
"@mui/internal-test-utils": "^2.0.8",
9494
"@testing-library/react": "^16.3.0",
9595
"@testing-library/user-event": "^14.6.1",
9696
"@types/chai": "^4.3.20",
@@ -104,11 +104,11 @@
104104
"lodash": "^4.17.21",
105105
"react": "^19.1.0",
106106
"react-dom": "^19.1.0",
107-
"react-router": "^7.5.3",
107+
"react-router": "^7.6.1",
108108
"sinon": "^20.0.0",
109109
"typescript": "^5.8.3",
110110
"vitest": "^3.1.1",
111-
"vitest-browser-react": "^0.1.1"
111+
"vitest-browser-react": "^0.2.0"
112112
},
113113
"peerDependencies": {
114114
"@types/react": "^17 || ^18 || ^19",
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.