Skip to content

Commit 699d264

Browse files
Bump Public packages' dependencies
1 parent fa52467 commit 699d264

File tree

3 files changed

+71
-79
lines changed

3 files changed

+71
-79
lines changed

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

+1-1
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.0"
1010
},
1111
"license": "MIT"
1212
}

packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@
8282
"typescript": "tsc -b tsconfig.json"
8383
},
8484
"dependencies": {
85-
"@babel/runtime": "^7.27.0",
85+
"@babel/runtime": "^7.27.1",
8686
"@floating-ui/react": "^0.27.8",
8787
"@floating-ui/utils": "^0.2.9",
8888
"use-sync-external-store": "^1.5.0"
8989
},
9090
"devDependencies": {
91-
"@mui/internal-test-utils": "^2.0.7",
91+
"@mui/internal-test-utils": "^2.0.8",
9292
"@testing-library/react": "^16.3.0",
9393
"@testing-library/user-event": "^14.6.1",
9494
"@types/chai": "^4.3.20",
@@ -102,7 +102,7 @@
102102
"lodash": "^4.17.21",
103103
"react": "^19.1.0",
104104
"react-dom": "^19.1.0",
105-
"react-router": "^7.5.3",
105+
"react-router": "^7.6.0",
106106
"sinon": "^20.0.0",
107107
"typescript": "^5.8.3"
108108
},

0 commit comments

Comments
 (0)