Skip to content

Commit e9b0f8b

Browse files
committed
chore: upgrade deps
relates to #1551
1 parent 505587a commit e9b0f8b

File tree

4 files changed

+547
-412
lines changed

4 files changed

+547
-412
lines changed

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@mdx-js/react": "^3.1.1",
2323
"clsx": "^2.1.1",
2424
"prism-react-renderer": "^2.4.1",
25-
"react": "^19.2.0",
26-
"react-dom": "^19.2.0"
25+
"react": "^19.2.4",
26+
"react-dom": "^19.2.4"
2727
},
2828
"devDependencies": {
2929
"@docusaurus/module-type-aliases": "^3.9.2",

apps/docs/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8049,10 +8049,10 @@ rc@1.2.8, rc@^1.2.7:
80498049
minimist "^1.2.0"
80508050
strip-json-comments "~2.0.1"
80518051

8052-
react-dom@^19.2.0:
8053-
version "19.2.0"
8054-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8"
8055-
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==
8052+
react-dom@^19.2.4:
8053+
version "19.2.4"
8054+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.4.tgz#6fac6bd96f7db477d966c7ec17c1a2b1ad8e6591"
8055+
integrity sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==
80568056
dependencies:
80578057
scheduler "^0.27.0"
80588058

@@ -8131,10 +8131,10 @@ react-router@5.3.4, react-router@^5.3.4:
81318131
tiny-invariant "^1.0.2"
81328132
tiny-warning "^1.0.0"
81338133

8134-
react@^19.2.0:
8135-
version "19.2.0"
8136-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
8137-
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==
8134+
react@^19.2.4:
8135+
version "19.2.4"
8136+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.4.tgz#438e57baa19b77cb23aab516cf635cd0579ee09a"
8137+
integrity sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==
81388138

81398139
readable-stream@^2.0.1:
81408140
version "2.3.8"

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
"node": ">=22 <23",
1313
"yarn": ">=1.22 <2"
1414
},
15-
"// fast-xml-parser": "Remove this once aws-sdk is updated to a version that uses fast-xml-parser 5.3.6 or later",
1615
"resolutions": {
17-
"conventional-changelog-conventionalcommits": "8.0.0",
18-
"@aws-sdk/xml-builder/fast-xml-parser": "^5.3.6",
19-
"fast-xml-parser": "^5.3.6"
16+
"conventional-changelog-conventionalcommits": "8.0.0"
2017
},
2118
"scripts": {
2219
"postinstall": "prisma generate",
@@ -231,7 +228,7 @@
231228
"git-revision-webpack-plugin": "^5.0.0",
232229
"html-webpack-plugin": "^5.6.5",
233230
"husky": "^9.1.7",
234-
"jsdom": "22.1.0",
231+
"jsdom": "^28.1.0",
235232
"jsonc-eslint-parser": "^2.1.0",
236233
"next-sitemap": "^4.2.3",
237234
"npm-run-all": "^4.1.5",
@@ -257,14 +254,14 @@
257254
"vite-tsconfig-paths": "^5.1.4",
258255
"vitest": "4.0.9",
259256
"web-ext": "^8.4.0",
260-
"webpack": "5.101.3",
257+
"webpack": "^5.105.2",
261258
"webpack-merge": "^5.8.0",
262259
"worker-loader": "^2.0.0",
263260
"zx": "^8.8.5"
264261
},
265262
"dependencies": {
266263
"@amplitude/analytics-browser": "2.9.2",
267-
"@aws-sdk/client-s3": "^3.992.0",
264+
"@aws-sdk/client-s3": "^3.994.0",
268265
"@casl/ability": "^6.8.0",
269266
"@casl/react": "^5.0.1",
270267
"@emotion/react": "11.14.0",
@@ -289,7 +286,7 @@
289286
"@socket.io/cluster-adapter": "^0.3.0",
290287
"@socket.io/sticky": "^1.0.4",
291288
"@tanstack/react-virtual": "^3.13.12",
292-
"axios": "^1.13.2",
289+
"axios": "^1.13.5",
293290
"bcryptjs": "^3.0.3",
294291
"body-parser": "^2.2.1",
295292
"bowser": "^2.12.1",
@@ -331,7 +328,7 @@
331328
"jszip": "^3.10.1",
332329
"jwt-decode": "^4.0.0",
333330
"localforage": "^1.10.0",
334-
"lodash": "^4.17.21",
331+
"lodash": "^4.17.23",
335332
"lru-cache": "^11.2.2",
336333
"mailgun.js": "^12.1.1",
337334
"maxmind": "^4.3.23",
@@ -368,7 +365,7 @@
368365
"socket.io-client": "^4.8.3",
369366
"split.js": "^1.6.5",
370367
"stripe": "^17.7.0",
371-
"tar": "^7.5.7",
368+
"tar": "^7.5.9",
372369
"tiny-request-router": "^1.2.2",
373370
"tslib": "^2.3.0",
374371
"unzipper": "^0.12.3",

0 commit comments

Comments
 (0)