Skip to content

Commit 5c973cc

Browse files
Bump devDependencies
1 parent 719e11d commit 5c973cc

File tree

6 files changed

+230
-230
lines changed

6 files changed

+230
-230
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@types/react-swipeable-views": "^0.13.6",
104104
"cpy-cli": "5.0.0",
105105
"cross-fetch": "4.1.0",
106-
"typescript": "5.8.3",
106+
"typescript": "5.9.2",
107107
"typescript-to-proptypes": "2.2.1"
108108
}
109109
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"clean": "pnpm -r exec rm -rf build dist"
3636
},
3737
"devDependencies": {
38-
"@argos-ci/core": "3.2.0",
38+
"@argos-ci/core": "3.2.3",
3939
"@babel/cli": "7.28.0",
4040
"@babel/core": "7.28.0",
4141
"@babel/node": "7.28.0",
@@ -52,7 +52,7 @@
5252
"@mui/x-charts": "^8.8.0",
5353
"@next/eslint-plugin-next": "15.3.4",
5454
"@playwright/test": "1.54.1",
55-
"@testing-library/jest-dom": "^6.6.3",
55+
"@testing-library/jest-dom": "^6.7.0",
5656
"@testing-library/react": "16.3.0",
5757
"@testing-library/user-event": "14.6.1",
5858
"@types/archiver": "6.0.3",
@@ -66,7 +66,7 @@
6666
"@vitest/coverage-v8": "2.1.9",
6767
"babel-plugin-react-remove-properties": "0.3.0",
6868
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
69-
"chalk": "5.4.1",
69+
"chalk": "5.5.0",
7070
"concurrently": "9.2.0",
7171
"css-mediaquery": "^0.1.2",
7272
"danger": "^13.0.4",
@@ -89,7 +89,7 @@
8989
"execa": "9.6.0",
9090
"fast-glob": "^3.3.3",
9191
"format-util": "1.0.5",
92-
"fs-extra": "11.3.0",
92+
"fs-extra": "11.3.1",
9393
"globby": "14.1.0",
9494
"jsdom": "26.1.0",
9595
"lerna": "8.2.3",
@@ -101,11 +101,11 @@
101101
"regenerator-runtime": "0.14.1",
102102
"remark": "15.0.1",
103103
"rimraf": "6.0.1",
104-
"typescript": "5.8.3",
104+
"typescript": "5.9.2",
105105
"unist-util-visit": "5.0.0",
106106
"vitest-browser-react": "^0.3.0",
107107
"vitest-dom": "0.1.1",
108-
"vitest-fail-on-console": "0.7.1"
108+
"vitest-fail-on-console": "0.9.0"
109109
},
110110
"dependencies": {
111111
"@types/lodash": "4.17.20",

packages/toolpad-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/react": "^19.1.8",
6767
"@types/react-dom": "^19.1.6",
6868
"@types/sinon": "^17.0.4",
69-
"@vitejs/plugin-react": "4.6.0",
69+
"@vitejs/plugin-react": "4.7.0",
7070
"@vitest/browser": "2.1.9",
7171
"next": "^15.3.4",
7272
"next-router-mock": "^1.0.2",

playground/vite-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@toolpad/core": "workspace:*",
1616
"@types/react": "^19.1.8",
1717
"@types/react-dom": "^19.1.6",
18-
"@vitejs/plugin-react": "4.6.0",
18+
"@vitejs/plugin-react": "4.7.0",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
2121
"react-router": "7.6.3",

playground/vite-tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@toolpad/core": "workspace:*",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",
20-
"@vitejs/plugin-react": "^4.6.0",
20+
"@vitejs/plugin-react": "^4.7.0",
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
2323
"vite": "^6.3.5",

0 commit comments

Comments
 (0)