Skip to content

Commit d1ed5b5

Browse files
Bump code-infra:devDependencies
1 parent 1947480 commit d1ed5b5

File tree

20 files changed

+485
-210
lines changed

20 files changed

+485
-210
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@types/react-swipeable-views": "^0.13.6",
127127
"@types/react-transition-group": "^4.4.12",
128128
"@types/stylis": "^4.2.7",
129-
"chai": "^6.0.1",
129+
"chai": "^6.2.1",
130130
"cross-fetch": "^4.1.0",
131131
"gm": "^1.25.1",
132132
"prettier": "^3.6.2",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@
128128
"cross-env": "^10.0.0",
129129
"danger": "^13.0.4",
130130
"dotenv": "^17.2.2",
131-
"es-toolkit": "^1.39.10",
131+
"es-toolkit": "^1.42.0",
132132
"eslint": "^9.39.1",
133133
"eslint-import-resolver-webpack": "^0.13.10",
134134
"eslint-plugin-consistent-default-export-name": "^0.0.15",
135135
"fast-glob": "^3.3.3",
136136
"git-url-parse": "^16.1.0",
137137
"globby": "^16.0.0",
138138
"lerna": "^9.0.3",
139-
"markdownlint-cli2": "^0.18.1",
139+
"markdownlint-cli2": "^0.20.0",
140140
"nx": "^20.8.3",
141141
"playwright": "1.57.0",
142142
"prettier": "^3.6.2",
@@ -148,12 +148,12 @@
148148
"serve": "^14.2.4",
149149
"stylelint": "^16.23.1",
150150
"tsconfig-paths-webpack-plugin": "^4.2.0",
151-
"tsx": "^4.20.4",
151+
"tsx": "^4.21.0",
152152
"typescript": "^5.9.2",
153153
"vite": "^7.2.2",
154154
"vitest": "^4.0.13",
155155
"vitest-fail-on-console": "^0.10.1",
156-
"webpack": "^5.101.3",
156+
"webpack": "^5.104.1",
157157
"webpack-cli": "^6.0.1",
158158
"yargs": "^18.0.0"
159159
},

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/node": "^20.19.26",
4747
"@types/react": "^19.2.7",
4848
"@types/uuid": "^10.0.0",
49-
"chai": "^6.0.1",
49+
"chai": "^6.2.1",
5050
"fast-glob": "^3.3.3",
5151
"prettier": "^3.6.2",
5252
"rimraf": "^6.0.1"

packages/api-docs-builder-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/chai": "^5.2.3",
2424
"@types/node": "^20.19.26",
2525
"@types/sinon": "^17.0.4",
26-
"chai": "^6.0.1",
26+
"chai": "^6.2.1",
2727
"sinon": "^21.0.0",
2828
"typescript": "^5.9.2"
2929
}

packages/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "^20.19.26",
3939
"@types/react-docgen": "workspace:*",
4040
"@types/sinon": "^17.0.4",
41-
"chai": "^6.0.1",
41+
"chai": "^6.2.1",
4242
"sinon": "^21.0.0"
4343
}
4444
}

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@types/chai": "^5.2.3",
35-
"chai": "^6.0.1"
35+
"chai": "^6.2.1"
3636
},
3737
"publishConfig": {
3838
"access": "public"

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mui/material-v5": "npm:@mui/[email protected]",
4343
"@types/chai": "^5.2.3",
4444
"@types/jscodeshift": "0.12.0",
45-
"chai": "^6.0.1"
45+
"chai": "^6.2.1"
4646
},
4747
"sideEffects": false,
4848
"publishConfig": {

packages/mui-envinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@types/chai": "^5.2.3",
26-
"chai": "^6.0.1"
26+
"chai": "^6.2.1"
2727
},
2828
"publishConfig": {
2929
"access": "public",

packages/mui-icons-material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"@mui/material": "workspace:^",
5050
"@types/chai": "^5.2.3",
5151
"@types/react": "^19.2.7",
52-
"chai": "^6.0.1",
52+
"chai": "^6.2.1",
5353
"chalk": "^5.6.0",
5454
"cross-fetch": "^4.1.0",
55-
"es-toolkit": "^1.39.10",
55+
"es-toolkit": "^1.42.0",
5656
"fast-glob": "^3.3.3",
5757
"mustache": "^4.2.0",
5858
"react": "^19.2.1",

packages/mui-joy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@types/react": "^19.2.7",
4747
"@types/react-dom": "^19.2.3",
4848
"@types/sinon": "^17.0.4",
49-
"chai": "^6.0.1",
50-
"es-toolkit": "^1.39.10",
49+
"chai": "^6.2.1",
50+
"es-toolkit": "^1.42.0",
5151
"fast-glob": "^3.3.3",
5252
"next": "^15.5.7",
5353
"react": "^19.2.1",

0 commit comments

Comments
 (0)