Skip to content

Commit df6868c

Browse files
chore(deps): update all dependencies - patch updates
1 parent 5eb5cac commit df6868c

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- name: Send a Slack notification on publish
8585
id: slack
86-
uses: slackapi/slack-github-action@v1.27.0
86+
uses: slackapi/slack-github-action@v1.27.1
8787
with:
8888
# Slack channel id, channel name, or user id to post message
8989
# See also: https://api.slack.com/methods/chat.postMessage#channels

codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"typescript": "^5.8.3",
3939
"@graphql-codegen/plugin-helpers": "^6.0.0",
40-
"@graphql-codegen/typescript": "^5.0.0",
40+
"@graphql-codegen/typescript": "^5.0.4",
4141
"@graphql-codegen/visitor-plugin-common": "^6.0.0"
4242
},
4343
"peerDependencies": {

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"@changesets/changelog-github": "0.5.0",
170170
"@changesets/cli": "2.27.7",
171171
"@graphql-codegen/cli": "^5.0.6",
172-
"@graphql-tools/schema": "10.0.4",
172+
"@graphql-tools/schema": "10.0.31",
173173
"@jest/expect-utils": "30.2.0",
174174
"@jest/globals": "30.2.0",
175175
"@mdx-js/language-service": "^0.7.1",
@@ -178,19 +178,19 @@
178178
"@microsoft/tsdoc": "0.15.1",
179179
"@size-limit/esbuild-why": "11.1.4",
180180
"@size-limit/preset-small-lib": "11.1.4",
181-
"@testing-library/dom": "10.4.0",
181+
"@testing-library/dom": "10.4.1",
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",
187-
"@types/bytes": "3.1.4",
187+
"@types/bytes": "3.1.5",
188188
"@types/fetch-mock": "7.3.8",
189189
"@types/jest": "30.0.0",
190190
"@types/jsesc": "^3.0.3",
191-
"@types/lodash": "4.17.7",
191+
"@types/lodash": "4.17.24",
192192
"@types/node": "^22.10.7",
193-
"@types/react": "19.2.7",
193+
"@types/react": "19.2.14",
194194
"@types/react-dom": "19.2.3",
195195
"@types/relay-runtime": "14.1.24",
196196
"@types/use-sync-external-store": "0.0.6",
@@ -213,9 +213,9 @@
213213
"fetch-mock": "9.11.0",
214214
"globals": "15.14.0",
215215
"graphql": "16.9.0",
216-
"graphql-17-alpha2": "npm:graphql@17.0.0-alpha.2",
217-
"graphql-17-alpha9": "npm:graphql@17.0.0-alpha.9",
218-
"graphql-ws": "6.0.3",
216+
"graphql-17-alpha2": "npm:graphql@17.0.0-alpha.14",
217+
"graphql-17-alpha9": "npm:graphql@17.0.0-alpha.14",
218+
"graphql-ws": "6.0.7",
219219
"jest": "30.2.0",
220220
"jest-environment-jsdom": "30.2.0",
221221
"jest-junit": "16.0.0",
@@ -225,20 +225,20 @@
225225
"knip": "^5.42.2",
226226
"lodash": "4.17.23",
227227
"madge": "^8.0.0",
228-
"patch-package": "8.0.0",
229-
"pkg-pr-new": "0.0.24",
228+
"patch-package": "8.0.1",
229+
"pkg-pr-new": "0.0.66",
230230
"prettier": "3.1.1",
231231
"publint": "^0.3.8",
232-
"react": "19.2.3",
232+
"react": "19.2.4",
233233
"react-17": "npm:react@^17",
234234
"react-18": "npm:react@^18",
235-
"react-dom": "19.2.3",
235+
"react-dom": "19.2.4",
236236
"react-dom-17": "npm:react-dom@^17",
237237
"react-dom-18": "npm:react-dom@^18",
238238
"react-error-boundary": "4.0.13",
239-
"recast": "0.23.9",
240-
"rimraf": "5.0.9",
241-
"rxjs": "7.8.1",
239+
"recast": "0.23.11",
240+
"rimraf": "5.0.10",
241+
"rxjs": "7.8.2",
242242
"rxjs-min": "npm:rxjs@7.3.0",
243243
"size-limit": "11.1.4",
244244
"size-limit-apollo-plugin": "file:config/size-limit",
@@ -248,7 +248,7 @@
248248
"subscriptions-transport-ws": "0.11.0",
249249
"terser": "5.31.3",
250250
"ts-api-utils": "2.0.0",
251-
"ts-jest": "29.4.5",
251+
"ts-jest": "29.4.6",
252252
"tsx": "4.19.2",
253253
"typedoc": "0.25.0",
254254
"typescript": "5.7.3",

0 commit comments

Comments
 (0)