Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 8aa7076

Browse files
authored
Merge pull request #248 from xmtp/rygine/fix-deps
Fix React SDK dev and peer deps
2 parents 1b6c495 + 3fc5b82 commit 8aa7076

File tree

12 files changed

+1254
-654
lines changed

12 files changed

+1254
-654
lines changed

.changeset/sharp-bags-thank.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@xmtp/frames-client": patch
3+
"@xmtp/react-sdk": patch
4+
---
5+
6+
### React SDK
7+
8+
- Fixed dev and peer dependencies
9+
10+
### Frames client
11+
12+
- Upgraded dependencies

apps/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@heroicons/react": "^2.1.4",
2121
"@rainbow-me/rainbowkit": "^2.1.3",
22-
"@tanstack/react-query": "^5.49.2",
22+
"@tanstack/react-query": "^5.50.1",
2323
"@xmtp/content-type-primitives": "^1.0.1",
2424
"@xmtp/content-type-reaction": "^1.1.9",
2525
"@xmtp/content-type-remote-attachment": "^1.1.9",
@@ -31,7 +31,7 @@
3131
"react": "^18.3.1",
3232
"react-18-blockies": "^1.0.6",
3333
"react-dom": "^18.3.1",
34-
"viem": "^2.17.0",
34+
"viem": "^2.17.3",
3535
"wagmi": "^2.10.9"
3636
},
3737
"devDependencies": {

examples/nextjs/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,25 @@
1515
},
1616
"dependencies": {
1717
"@rainbow-me/rainbowkit": "^2.1.3",
18-
"@tanstack/react-query": "^5.49.2",
18+
"@tanstack/react-query": "^5.50.1",
1919
"@wagmi/core": "^2.11.6",
2020
"@xmtp/react-app": "workspace:*",
2121
"next": "14.2.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
24-
"viem": "^2.17.0",
24+
"viem": "^2.17.3",
2525
"wagmi": "^2.10.9"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^20.14.9",
28+
"@types/node": "^20.14.10",
2929
"@types/react": "^18.3.3",
3030
"@types/react-dom": "^18.3.0",
3131
"copy-webpack-plugin": "^12.0.2",
3232
"eslint": "^8.57.0",
3333
"eslint-config-xmtp-web": "workspace:*",
3434
"prettier": "^3.3.2",
3535
"prettier-plugin-packagejson": "^2.5.0",
36-
"typescript": "^5.5.3"
36+
"typescript": "^5.5.3",
37+
"webpack": "^5.92.1"
3738
}
3839
}

examples/react-vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
},
1818
"dependencies": {
1919
"@rainbow-me/rainbowkit": "^2.1.3",
20-
"@tanstack/react-query": "^5.49.2",
20+
"@tanstack/react-query": "^5.50.1",
2121
"@wagmi/core": "^2.11.6",
2222
"@xmtp/react-app": "workspace:*",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
25-
"viem": "^2.17.0",
25+
"viem": "^2.17.3",
2626
"wagmi": "^2.10.9"
2727
},
2828
"devDependencies": {
@@ -34,7 +34,7 @@
3434
"eslint": "^8.57.0",
3535
"eslint-config-xmtp-web": "workspace:*",
3636
"postcss": "^8.4.39",
37-
"postcss-preset-env": "^9.5.15",
37+
"postcss-preset-env": "^9.6.0",
3838
"prettier": "^3.3.2",
3939
"prettier-plugin-packagejson": "^2.5.0",
4040
"typescript": "^5.5.3",

examples/remix/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
1717
},
1818
"dependencies": {
1919
"@rainbow-me/rainbowkit": "^2.1.3",
20-
"@remix-run/node": "^2.10.1",
21-
"@remix-run/react": "^2.10.1",
22-
"@remix-run/serve": "^2.10.1",
23-
"@tanstack/react-query": "^5.49.2",
20+
"@remix-run/node": "^2.10.2",
21+
"@remix-run/react": "^2.10.2",
22+
"@remix-run/serve": "^2.10.2",
23+
"@tanstack/react-query": "^5.50.1",
2424
"@wagmi/core": "^2.11.6",
2525
"@xmtp/react-app": "workspace:*",
2626
"buffer": "^6.0.3",
27-
"isbot": "^5.1.11",
27+
"isbot": "^5.1.12",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",
3030
"remix-utils": "^7.6.0",
31-
"viem": "^2.17.0",
31+
"viem": "^2.17.3",
3232
"wagmi": "^2.10.9"
3333
},
3434
"devDependencies": {
35-
"@remix-run/dev": "^2.10.1",
35+
"@remix-run/dev": "^2.10.2",
3636
"@types/react": "^18.3.3",
3737
"@types/react-dom": "^18.3.0",
38-
"@typescript-eslint/eslint-plugin": "^7.15.0",
39-
"@typescript-eslint/parser": "^7.15.0",
38+
"@typescript-eslint/eslint-plugin": "^7.16.0",
39+
"@typescript-eslint/parser": "^7.16.0",
4040
"eslint": "^8.57.0",
4141
"eslint-import-resolver-typescript": "^3.6.1",
4242
"eslint-plugin-import": "^2.29.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
2323
},
2424
"resolutions": {
25-
"viem": "^2.17.0"
25+
"viem": "^2.17.3"
2626
},
2727
"dependencies": {
2828
"@changesets/changelog-git": "^0.2.0",

packages/consent-proof-signature/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
"ethers": "^6.13.1",
8080
"prettier": "^3.3.2",
8181
"prettier-plugin-packagejson": "^2.5.0",
82-
"rollup": "^4.18.0",
82+
"rollup": "^4.18.1",
8383
"rollup-plugin-dts": "^6.1.1",
8484
"rollup-plugin-filesize": "^10.0.0",
8585
"typedoc": "^0.26.3",
8686
"typescript": "^5.5.3",
8787
"vite": "^5.3.3",
88-
"vitest": "^1.6.0"
88+
"vitest": "^2.0.1"
8989
},
9090
"packageManager": "yarn@4.3.1",
9191
"publishConfig": {

packages/eslint-config-xmtp-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"format:check": "yarn format:base -c ."
2828
},
2929
"dependencies": {
30-
"@typescript-eslint/eslint-plugin": "^7.15.0",
31-
"@typescript-eslint/parser": "^7.15.0",
30+
"@typescript-eslint/eslint-plugin": "^7.16.0",
31+
"@typescript-eslint/parser": "^7.16.0",
3232
"eslint": "^8.57.0",
3333
"eslint-config-airbnb": "^19.0.4",
3434
"eslint-config-airbnb-typescript": "^18.0.0",

packages/frames-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
]
6666
},
6767
"dependencies": {
68-
"@noble/hashes": "^1.3.3",
69-
"@open-frames/proxy-client": "^0.3.2",
68+
"@noble/hashes": "^1.4.0",
69+
"@open-frames/proxy-client": "^0.3.3",
7070
"@xmtp/proto": "3.62.1",
7171
"long": "^5.2.3"
7272
},
@@ -81,15 +81,15 @@
8181
"ethers": "^6.13.1",
8282
"prettier": "^3.3.2",
8383
"prettier-plugin-packagejson": "^2.5.0",
84-
"rollup": "^4.18.0",
84+
"rollup": "^4.18.1",
8585
"rollup-plugin-dts": "^6.1.1",
8686
"rollup-plugin-filesize": "^10.0.0",
8787
"rollup-plugin-tsconfig-paths": "^1.5.2",
8888
"typedoc": "^0.26.3",
8989
"typescript": "^5.5.3",
9090
"vite": "^5.3.3",
9191
"vite-tsconfig-paths": "^4.3.2",
92-
"vitest": "^1.6.0"
92+
"vitest": "^2.0.1"
9393
},
9494
"peerDependencies": {
9595
"@xmtp/xmtp-js": ">9.3.1"

packages/react-sdk/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
"devDependencies": {
8383
"@rollup/plugin-terser": "^0.4.4",
8484
"@rollup/plugin-typescript": "^11.1.6",
85-
"@testing-library/dom": "^10.3.0",
85+
"@testing-library/dom": "^10.3.1",
8686
"@testing-library/jest-dom": "^6.4.6",
8787
"@testing-library/react": "^16.0.0",
8888
"@types/react": "^18.3.3",
8989
"@types/react-dom": "^18.3.0",
9090
"@types/uuid": "^10.0.0",
9191
"@vitejs/plugin-react": "^4.3.1",
92-
"@vitest/coverage-v8": "^1.6.0",
92+
"@vitest/coverage-v8": "^2.0.1",
9393
"@xmtp/content-type-reaction": "^1.1.9",
9494
"@xmtp/content-type-remote-attachment": "^1.1.9",
9595
"@xmtp/content-type-reply": "^1.1.11",
@@ -103,23 +103,24 @@
103103
"prettier": "^3.3.2",
104104
"prettier-plugin-packagejson": "^2.5.0",
105105
"react": "^18.3.1",
106-
"rollup": "^4.18.0",
106+
"react-dom": "^18.3.1",
107+
"rollup": "^4.18.1",
107108
"rollup-plugin-dts": "^6.1.1",
108109
"rollup-plugin-filesize": "^10.0.0",
109110
"rollup-plugin-tsconfig-paths": "^1.5.2",
110111
"typedoc": "^0.26.3",
111112
"typescript": "^5.5.3",
112-
"viem": "^2.17.0",
113+
"viem": "^2.17.3",
113114
"vite": "^5.3.3",
114115
"vite-tsconfig-paths": "^4.3.2",
115-
"vitest": "^1.6.0"
116+
"vitest": "^2.0.1"
116117
},
117118
"peerDependencies": {
118119
"@xmtp/content-type-primitives": "^1.0.1",
119120
"@xmtp/content-type-reaction": "^1.1.7",
120121
"@xmtp/content-type-remote-attachment": "^1.1.8",
121122
"@xmtp/content-type-reply": "^1.1.9",
122-
"@xmtp/xmtp-js": "^11.5.0",
123+
"@xmtp/xmtp-js": "^12.0.0",
123124
"react": "^16.14.0 || ^17 || ^18"
124125
},
125126
"engines": {

0 commit comments

Comments
 (0)