Skip to content

Commit 1c6fc93

Browse files
Bump code-infra:devDependencies
1 parent 2b85f4d commit 1c6fc93

File tree

20 files changed

+683
-375
lines changed

20 files changed

+683
-375
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.2.1",
129+
"chai": "6.2.2",
130130
"cross-fetch": "4.1.0",
131131
"gm": "1.25.1",
132132
"prettier": "3.7.4",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@
120120
"@vitest/coverage-v8": "^4.0.13",
121121
"@vvago/vale": "3.12.0",
122122
"babel-loader": "10.0.0",
123-
"babel-plugin-istanbul": "7.0.0",
123+
"babel-plugin-istanbul": "7.0.1",
124124
"babel-plugin-module-resolver": "5.0.2",
125125
"chalk": "5.6.2",
126-
"concurrently": "9.2.0",
126+
"concurrently": "9.2.1",
127127
"cpy-cli": "6.0.0",
128128
"cross-env": "10.1.0",
129-
"danger": "13.0.4",
129+
"danger": "13.0.5",
130130
"dotenv": "17.2.3",
131131
"es-toolkit": "1.43.0",
132132
"eslint": "9.39.1",
@@ -136,7 +136,7 @@
136136
"git-url-parse": "16.1.0",
137137
"globby": "16.1.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.7.4",
@@ -145,15 +145,15 @@
145145
"react": "19.2.3",
146146
"react-dom": "19.2.3",
147147
"rimraf": "6.1.2",
148-
"serve": "14.2.4",
149-
"stylelint": "16.23.1",
148+
"serve": "14.2.5",
149+
"stylelint": "16.26.1",
150150
"tsconfig-paths-webpack-plugin": "4.2.0",
151-
"tsx": "4.20.4",
151+
"tsx": "4.21.0",
152152
"typescript": "5.9.3",
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.27",
4747
"@types/react": "19.2.7",
4848
"@types/uuid": "10.0.0",
49-
"chai": "6.2.1",
49+
"chai": "6.2.2",
5050
"fast-glob": "3.3.3",
5151
"prettier": "3.7.4",
5252
"rimraf": "6.1.2"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/chai": "5.2.3",
2424
"@types/node": "20.19.27",
2525
"@types/sinon": "17.0.4",
26-
"chai": "6.2.1",
27-
"sinon": "21.0.0",
26+
"chai": "6.2.2",
27+
"sinon": "21.0.1",
2828
"typescript": "5.9.3"
2929
}
3030
}

packages/api-docs-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "20.19.27",
3939
"@types/react-docgen": "workspace:*",
4040
"@types/sinon": "17.0.4",
41-
"chai": "6.2.1",
42-
"sinon": "21.0.0"
41+
"chai": "6.2.2",
42+
"sinon": "21.0.1"
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.2.1"
35+
"chai": "6.2.2"
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/material@5.18.0",
4343
"@types/chai": "5.2.3",
4444
"@types/jscodeshift": "0.12.0",
45-
"chai": "6.2.1"
45+
"chai": "6.2.2"
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.2.1"
26+
"chai": "6.2.2"
2727
},
2828
"publishConfig": {
2929
"access": "public",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@mui/material": "workspace:^",
5050
"@types/chai": "5.2.3",
5151
"@types/react": "19.2.7",
52-
"chai": "6.2.1",
52+
"chai": "6.2.2",
5353
"chalk": "5.6.2",
5454
"cross-fetch": "4.1.0",
5555
"es-toolkit": "1.43.0",

packages/mui-joy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"@types/react": "19.2.7",
4747
"@types/react-dom": "19.2.3",
4848
"@types/sinon": "17.0.4",
49-
"chai": "6.2.1",
49+
"chai": "6.2.2",
5050
"es-toolkit": "1.43.0",
5151
"fast-glob": "3.3.3",
5252
"next": "15.5.9",
5353
"react": "19.2.3",
5454
"react-dom": "19.2.3",
55-
"sinon": "21.0.0"
55+
"sinon": "21.0.1"
5656
},
5757
"peerDependencies": {
5858
"@emotion/react": "^11.5.0",

0 commit comments

Comments
 (0)