Skip to content

Commit 477ce39

Browse files
Bump Public packages' dependencies
1 parent dd10994 commit 477ce39

File tree

3 files changed

+187
-202
lines changed

3 files changed

+187
-202
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@types/eslint": "^8.56.12",
99
"@typescript-eslint/experimental-utils": "^5.62.0",
10-
"@typescript-eslint/parser": "^8.19.0"
10+
"@typescript-eslint/parser": "^8.21.0"
1111
},
1212
"license": "MIT"
1313
}

packages/react/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
"@babel/runtime": "^7.26.0",
8080
"@floating-ui/react": "^0.27.3",
8181
"@floating-ui/utils": "^0.2.9",
82-
"@react-aria/overlays": "^3.24.0",
82+
"@react-aria/overlays": "^3.25.0",
8383
"prop-types": "^15.8.1",
8484
"use-sync-external-store": "^1.4.0"
8585
},
8686
"devDependencies": {
87-
"@arethetypeswrong/cli": "^0.17.2",
88-
"@mui/internal-test-utils": "^1.0.24",
89-
"@testing-library/react": "^16.1.0",
90-
"@testing-library/user-event": "^14.5.2",
87+
"@arethetypeswrong/cli": "^0.17.3",
88+
"@mui/internal-test-utils": "^1.0.26",
89+
"@testing-library/react": "^16.2.0",
90+
"@testing-library/user-event": "^14.6.1",
9191
"@types/chai": "^4.3.20",
9292
"@types/chai-dom": "^1.11.3",
9393
"@types/prop-types": "^15.7.14",
@@ -96,14 +96,14 @@
9696
"@types/sinon": "^17.0.3",
9797
"@types/use-sync-external-store": "^0.0.6",
9898
"chai": "^4.5.0",
99-
"fs-extra": "^11.2.0",
99+
"fs-extra": "^11.3.0",
100100
"lodash": "^4.17.21",
101-
"publint": "^0.2.12",
101+
"publint": "^0.3.2",
102102
"react": "^19.0.0",
103103
"react-dom": "^19.0.0",
104-
"react-router-dom": "^6.28.1",
104+
"react-router-dom": "^6.28.2",
105105
"sinon": "^19.0.2",
106-
"typescript": "^5.7.2"
106+
"typescript": "^5.7.3"
107107
},
108108
"peerDependencies": {
109109
"@types/react": "^17 || ^18 || ^19",

0 commit comments

Comments
 (0)