Skip to content

Commit d1861b4

Browse files
chore(deps): update all devdependencies
1 parent 8a6e12c commit d1861b4

5 files changed

Lines changed: 30 additions & 56 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -168,50 +168,50 @@
168168
"@babel/preset-env": "^7.26.9",
169169
"@changesets/changelog-github": "0.5.0",
170170
"@changesets/cli": "2.27.7",
171-
"@graphql-codegen/cli": "^5.0.6",
171+
"@graphql-codegen/cli": "^6.0.0",
172172
"@graphql-tools/schema": "10.0.4",
173173
"@jest/expect-utils": "30.2.0",
174174
"@jest/globals": "30.2.0",
175175
"@mdx-js/language-service": "^0.7.1",
176176
"@microsoft/api-extractor": "7.49.1",
177177
"@microsoft/api-extractor-model": "7.30.2",
178178
"@microsoft/tsdoc": "0.15.1",
179-
"@size-limit/esbuild-why": "11.1.4",
180-
"@size-limit/preset-small-lib": "11.1.4",
179+
"@size-limit/esbuild-why": "12.0.0",
180+
"@size-limit/preset-small-lib": "12.0.0",
181181
"@testing-library/dom": "10.4.0",
182182
"@testing-library/jest-dom": "6.9.1",
183183
"@testing-library/react": "16.1.0",
184184
"@testing-library/react-render-stream": "2.0.2",
185185
"@testing-library/user-event": "14.5.2",
186186
"@types/babel__preset-env": "^7.10.0",
187187
"@types/bytes": "3.1.4",
188-
"@types/fetch-mock": "7.3.8",
188+
"@types/fetch-mock": "9.2.2",
189189
"@types/jest": "30.0.0",
190190
"@types/jsesc": "^3.0.3",
191191
"@types/lodash": "4.17.7",
192-
"@types/node": "^22.10.7",
192+
"@types/node": "^25.0.0",
193193
"@types/react": "19.2.7",
194194
"@types/react-dom": "19.2.3",
195-
"@types/relay-runtime": "14.1.24",
196-
"@types/use-sync-external-store": "0.0.6",
195+
"@types/relay-runtime": "20.1.1",
196+
"@types/use-sync-external-store": "1.5.0",
197197
"@typescript-eslint/eslint-plugin": "8.21.0",
198198
"@typescript-eslint/parser": "8.21.0",
199199
"@typescript-eslint/rule-tester": "8.21.0",
200200
"@typescript-eslint/types": "8.21.0",
201201
"@typescript-eslint/utils": "8.21.0",
202202
"ast-types": "0.16.1",
203203
"babel-plugin-react-compiler": "1.0.0",
204-
"eslint": "9.31.0",
205-
"eslint-import-resolver-typescript": "3.7.0",
204+
"eslint": "10.0.0",
205+
"eslint-import-resolver-typescript": "4.4.4",
206206
"eslint-plugin-import": "2.32.0",
207207
"eslint-plugin-local-rules": "3.0.2",
208208
"eslint-plugin-mdx": "^3.6.2",
209209
"eslint-plugin-react-hooks": "7.0.1",
210210
"eslint-plugin-testing-library": "7.1.1",
211-
"expect": "29.7.0",
211+
"expect": "30.2.0",
212212
"expect-type": "1.1.0",
213-
"fetch-mock": "9.11.0",
214-
"globals": "15.14.0",
213+
"fetch-mock": "12.6.0",
214+
"globals": "17.3.0",
215215
"graphql": "16.9.0",
216216
"graphql-17-alpha2": "npm:graphql@17.0.0-alpha.2",
217217
"graphql-17-alpha9": "npm:graphql@17.0.0-alpha.9",
@@ -220,7 +220,7 @@
220220
"jest-environment-jsdom": "30.2.0",
221221
"jest-junit": "16.0.0",
222222
"jest-matcher-utils": "30.2.0",
223-
"jsdom": "26.1.0",
223+
"jsdom": "28.1.0",
224224
"jsesc": "^3.1.0",
225225
"knip": "^5.42.2",
226226
"lodash": "4.17.23",
@@ -235,12 +235,12 @@
235235
"react-dom": "19.2.3",
236236
"react-dom-17": "npm:react-dom@^17",
237237
"react-dom-18": "npm:react-dom@^18",
238-
"react-error-boundary": "4.0.13",
238+
"react-error-boundary": "6.1.1",
239239
"recast": "0.23.9",
240-
"rimraf": "5.0.9",
240+
"rimraf": "6.1.3",
241241
"rxjs": "7.8.1",
242242
"rxjs-min": "npm:rxjs@7.3.0",
243-
"size-limit": "11.1.4",
243+
"size-limit": "12.0.0",
244244
"size-limit-apollo-plugin": "file:config/size-limit",
245245
"sorcery": "^1.0.0",
246246
"source-map": "^0.6.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"jscodeshift": "0.16.1"
4+
"jscodeshift": "17.3.0"
55
}
66
}

scripts/codemods/ac3-to-ac4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
},
4848
"devDependencies": {
4949
"@types/jscodeshift": "^17.3.0",
50-
"@types/node": "20.9.0",
50+
"@types/node": "25.2.3",
5151
"diff": "^8.0.2",
5252
"typescript": "^5.2.2",
53-
"vitest": "^1.0.1"
53+
"vitest": "^4.0.0"
5454
}
5555
}

scripts/codemods/data-masking/package-lock.json

Lines changed: 10 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/codemods/data-masking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"private": true,
33
"devDependencies": {
44
"jscodeshift": "17.1.1",
5-
"@types/jscodeshift": "0.12.0"
5+
"@types/jscodeshift": "17.3.0"
66
}
77
}

0 commit comments

Comments
 (0)