Skip to content

Commit 46beb1d

Browse files
chore(deps): update all dependencies - patch updates
1 parent 37555ce commit 46beb1d

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Send a Slack notification on publish
145145
id: slack
146-
uses: slackapi/[email protected].0
146+
uses: slackapi/[email protected].1
147147
with:
148148
# Slack channel id, channel name, or user id to post message
149149
# See also: https://api.slack.com/methods/chat.postMessage#channels

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- name: Send a Slack notification on publish
7878
id: slack
79-
uses: slackapi/[email protected].0
79+
uses: slackapi/[email protected].1
8080
with:
8181
# Slack channel id, channel name, or user id to post message
8282
# See also: https://api.slack.com/methods/chat.postMessage#channels

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -162,32 +162,32 @@
162162
"@babel/core": "^7.26.9",
163163
"@babel/parser": "7.25.0",
164164
"@babel/preset-env": "^7.26.9",
165-
"@changesets/changelog-github": "0.5.0",
165+
"@changesets/changelog-github": "0.5.1",
166166
"@changesets/cli": "2.27.7",
167167
"@eslint/compat": "1.2.5",
168168
"@eslint/eslintrc": "3.2.0",
169169
"@eslint/js": "9.31.0",
170170
"@graphql-codegen/cli": "^5.0.6",
171-
"@graphql-tools/schema": "10.0.4",
171+
"@graphql-tools/schema": "10.0.25",
172172
"@jest/expect-utils": "29.7.0",
173173
"@jest/globals": "29.7.0",
174174
"@mdx-js/language-service": "^0.7.1",
175175
"@microsoft/api-extractor": "7.49.1",
176-
"@microsoft/api-extractor-model": "7.30.2",
176+
"@microsoft/api-extractor-model": "7.30.7",
177177
"@microsoft/tsdoc": "0.15.1",
178178
"@size-limit/esbuild-why": "11.1.4",
179179
"@size-limit/preset-small-lib": "11.1.4",
180-
"@testing-library/dom": "10.4.0",
180+
"@testing-library/dom": "10.4.1",
181181
"@testing-library/jest-dom": "6.6.3",
182182
"@testing-library/react": "16.1.0",
183-
"@testing-library/react-render-stream": "2.0.0",
183+
"@testing-library/react-render-stream": "2.0.1",
184184
"@testing-library/user-event": "14.5.2",
185185
"@types/babel__preset-env": "^7.10.0",
186-
"@types/bytes": "3.1.4",
186+
"@types/bytes": "3.1.5",
187187
"@types/fetch-mock": "7.3.8",
188-
"@types/jest": "29.5.12",
188+
"@types/jest": "29.5.14",
189189
"@types/jsesc": "^3.0.3",
190-
"@types/lodash": "4.17.7",
190+
"@types/lodash": "4.17.20",
191191
"@types/node": "^22.10.7",
192192
"@types/react": "19.0.12",
193193
"@types/react-dom": "19.0.4",
@@ -199,7 +199,7 @@
199199
"@typescript-eslint/types": "8.21.0",
200200
"@typescript-eslint/utils": "8.21.0",
201201
"ast-types": "0.16.1",
202-
"babel-plugin-react-compiler": "19.1.0-rc.2",
202+
"babel-plugin-react-compiler": "19.1.0-rc.3",
203203
"eslint": "9.31.0",
204204
"eslint-import-resolver-typescript": "3.7.0",
205205
"eslint-plugin-import": "2.31.0",
@@ -213,8 +213,8 @@
213213
"fetch-mock": "9.11.0",
214214
"globals": "15.14.0",
215215
"graphql": "16.9.0",
216-
"graphql-17-alpha2": "npm:[email protected].2",
217-
"graphql-ws": "6.0.3",
216+
"graphql-17-alpha2": "npm:[email protected].9",
217+
"graphql-ws": "6.0.6",
218218
"jest": "29.7.0",
219219
"jest-environment-jsdom": "29.7.0",
220220
"jest-junit": "16.0.0",
@@ -225,19 +225,19 @@
225225
"lodash": "4.17.21",
226226
"madge": "^8.0.0",
227227
"patch-package": "8.0.0",
228-
"pkg-pr-new": "0.0.24",
228+
"pkg-pr-new": "0.0.60",
229229
"prettier": "3.1.1",
230230
"publint": "^0.3.8",
231-
"react": "19.1.0",
231+
"react": "19.1.1",
232232
"react-17": "npm:react@^17",
233233
"react-18": "npm:react@^18",
234-
"react-dom": "19.1.0",
234+
"react-dom": "19.1.1",
235235
"react-dom-17": "npm:react-dom@^17",
236236
"react-dom-18": "npm:react-dom@^18",
237237
"react-error-boundary": "4.0.13",
238-
"recast": "0.23.9",
239-
"rimraf": "5.0.9",
240-
"rxjs": "7.8.1",
238+
"recast": "0.23.11",
239+
"rimraf": "5.0.10",
240+
"rxjs": "7.8.2",
241241
"rxjs-min": "npm:[email protected]",
242242
"size-limit": "11.1.4",
243243
"size-limit-apollo-plugin": "file:config/size-limit",

0 commit comments

Comments
 (0)