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

Commit 6e2af06

Browse files
authored
Merge pull request #283 from xmtp/rygine/upgrade-de-v-deps
Upgrade developer dependencies
2 parents 5222e2f + dfb4446 commit 6e2af06

File tree

12 files changed

+316
-347
lines changed

12 files changed

+316
-347
lines changed

apps/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"typecheck": "tsc"
1818
},
1919
"dependencies": {
20-
"@heroicons/react": "^2.1.4",
20+
"@heroicons/react": "^2.1.5",
2121
"@rainbow-me/rainbowkit": "^2.1.3",
22-
"@tanstack/react-query": "^5.50.1",
22+
"@tanstack/react-query": "^5.51.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,15 +31,15 @@
3131
"react": "^18.3.1",
3232
"react-18-blockies": "^1.0.6",
3333
"react-dom": "^18.3.1",
34-
"viem": "^2.17.3",
35-
"wagmi": "^2.10.9"
34+
"viem": "^2.17.4",
35+
"wagmi": "^2.10.10"
3636
},
3737
"devDependencies": {
3838
"@types/react": "^18.3.3",
3939
"@xmtp/tsconfig": "workspace:*",
4040
"eslint": "^8.57.0",
4141
"eslint-config-xmtp-web": "workspace:*",
42-
"prettier": "^3.3.2",
42+
"prettier": "^3.3.3",
4343
"prettier-plugin-packagejson": "^2.5.0",
4444
"typescript": "^5.5.3"
4545
}

examples/nextjs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"dependencies": {
1717
"@rainbow-me/rainbowkit": "^2.1.3",
18-
"@tanstack/react-query": "^5.50.1",
19-
"@wagmi/core": "^2.11.6",
18+
"@tanstack/react-query": "^5.51.1",
19+
"@wagmi/core": "^2.11.7",
2020
"@xmtp/react-app": "workspace:*",
21-
"next": "14.2.4",
21+
"next": "14.2.5",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
24-
"viem": "^2.17.3",
25-
"wagmi": "^2.10.9"
24+
"viem": "^2.17.4",
25+
"wagmi": "^2.10.10"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^20.14.10",
@@ -31,9 +31,9 @@
3131
"copy-webpack-plugin": "^12.0.2",
3232
"eslint": "^8.57.0",
3333
"eslint-config-xmtp-web": "workspace:*",
34-
"prettier": "^3.3.2",
34+
"prettier": "^3.3.3",
3535
"prettier-plugin-packagejson": "^2.5.0",
3636
"typescript": "^5.5.3",
37-
"webpack": "^5.92.1"
37+
"webpack": "^5.93.0"
3838
}
3939
}

examples/react-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"dependencies": {
1919
"@rainbow-me/rainbowkit": "^2.1.3",
20-
"@tanstack/react-query": "^5.50.1",
21-
"@wagmi/core": "^2.11.6",
20+
"@tanstack/react-query": "^5.51.1",
21+
"@wagmi/core": "^2.11.7",
2222
"@xmtp/react-app": "workspace:*",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
25-
"viem": "^2.17.3",
26-
"wagmi": "^2.10.9"
25+
"viem": "^2.17.4",
26+
"wagmi": "^2.10.10"
2727
},
2828
"devDependencies": {
2929
"@types/react": "^18.3.3",
@@ -35,7 +35,7 @@
3535
"eslint-config-xmtp-web": "workspace:*",
3636
"postcss": "^8.4.39",
3737
"postcss-preset-env": "^9.6.0",
38-
"prettier": "^3.3.2",
38+
"prettier": "^3.3.3",
3939
"prettier-plugin-packagejson": "^2.5.0",
4040
"typescript": "^5.5.3",
4141
"vite": "^5.3.3"

examples/remix/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@
2020
"@remix-run/node": "^2.10.2",
2121
"@remix-run/react": "^2.10.2",
2222
"@remix-run/serve": "^2.10.2",
23-
"@tanstack/react-query": "^5.50.1",
24-
"@wagmi/core": "^2.11.6",
23+
"@tanstack/react-query": "^5.51.1",
24+
"@wagmi/core": "^2.11.7",
2525
"@xmtp/react-app": "workspace:*",
2626
"buffer": "^6.0.3",
27-
"isbot": "^5.1.12",
27+
"isbot": "^5.1.13",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",
3030
"remix-utils": "^7.6.0",
31-
"viem": "^2.17.3",
32-
"wagmi": "^2.10.9"
31+
"viem": "^2.17.4",
32+
"wagmi": "^2.10.10"
3333
},
3434
"devDependencies": {
3535
"@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.16.0",
39-
"@typescript-eslint/parser": "^7.16.0",
38+
"@typescript-eslint/eslint-plugin": "^7.16.1",
39+
"@typescript-eslint/parser": "^7.16.1",
4040
"eslint": "^8.57.0",
4141
"eslint-import-resolver-typescript": "^3.6.1",
4242
"eslint-plugin-import": "^2.29.1",
4343
"eslint-plugin-jsx-a11y": "^6.9.0",
44-
"eslint-plugin-react": "^7.34.3",
44+
"eslint-plugin-react": "^7.34.4",
4545
"eslint-plugin-react-hooks": "^4.6.2",
46-
"prettier": "^3.3.2",
46+
"prettier": "^3.3.3",
4747
"prettier-plugin-packagejson": "^2.5.0",
4848
"typescript": "^5.5.3",
4949
"vite": "^5.3.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@changesets/cli": "^2.27.7"
3030
},
3131
"devDependencies": {
32-
"prettier": "^3.3.2",
32+
"prettier": "^3.3.3",
3333
"prettier-plugin-packagejson": "^2.5.0",
3434
"turbo": "^2.0.6"
3535
},

packages/consent-proof-signature/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777
"eslint": "^8.57.0",
7878
"eslint-config-xmtp-web": "workspace:*",
7979
"ethers": "^6.13.1",
80-
"prettier": "^3.3.2",
80+
"prettier": "^3.3.3",
8181
"prettier-plugin-packagejson": "^2.5.0",
8282
"rollup": "^4.18.1",
8383
"rollup-plugin-dts": "^6.1.1",
8484
"rollup-plugin-filesize": "^10.0.0",
85-
"typedoc": "^0.26.3",
85+
"typedoc": "^0.26.4",
8686
"typescript": "^5.5.3",
8787
"vite": "^5.3.3",
88-
"vitest": "^2.0.1"
88+
"vitest": "^2.0.3"
8989
},
9090
"packageManager": "yarn@4.3.1",
9191
"publishConfig": {

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

Lines changed: 4 additions & 4 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.16.0",
31-
"@typescript-eslint/parser": "^7.16.0",
30+
"@typescript-eslint/eslint-plugin": "^7.16.1",
31+
"@typescript-eslint/parser": "^7.16.1",
3232
"eslint": "^8.57.0",
3333
"eslint-config-airbnb": "^19.0.4",
3434
"eslint-config-airbnb-typescript": "^18.0.0",
@@ -38,11 +38,11 @@
3838
"eslint-plugin-jsx-a11y": "^6.9.0",
3939
"eslint-plugin-n": "^17.9.0",
4040
"eslint-plugin-promise": "^6.4.0",
41-
"eslint-plugin-react": "^7.34.3",
41+
"eslint-plugin-react": "^7.34.4",
4242
"eslint-plugin-react-hooks": "^4.6.2"
4343
},
4444
"devDependencies": {
45-
"prettier": "^3.3.2",
45+
"prettier": "^3.3.3",
4646
"prettier-plugin-packagejson": "^2.5.0",
4747
"typescript": "^5.5.3"
4848
},

packages/frames-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@
7979
"eslint": "^8.57.0",
8080
"eslint-config-xmtp-web": "workspace:*",
8181
"ethers": "^6.13.1",
82-
"prettier": "^3.3.2",
82+
"prettier": "^3.3.3",
8383
"prettier-plugin-packagejson": "^2.5.0",
8484
"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",
88-
"typedoc": "^0.26.3",
88+
"typedoc": "^0.26.4",
8989
"typescript": "^5.5.3",
9090
"vite": "^5.3.3",
9191
"vite-tsconfig-paths": "^4.3.2",
92-
"vitest": "^2.0.1"
92+
"vitest": "^2.0.3"
9393
},
9494
"peerDependencies": {
9595
"@xmtp/xmtp-js": ">9.3.1"

packages/react-sdk/package.json

Lines changed: 6 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.1",
85+
"@testing-library/dom": "^10.3.2",
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": "^2.0.1",
92+
"@vitest/coverage-v8": "^2.0.3",
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",
@@ -100,20 +100,20 @@
100100
"eslint-config-xmtp-web": "workspace:*",
101101
"fake-indexeddb": "^6.0.0",
102102
"happy-dom": "^14.12.3",
103-
"prettier": "^3.3.2",
103+
"prettier": "^3.3.3",
104104
"prettier-plugin-packagejson": "^2.5.0",
105105
"react": "^18.3.1",
106106
"react-dom": "^18.3.1",
107107
"rollup": "^4.18.1",
108108
"rollup-plugin-dts": "^6.1.1",
109109
"rollup-plugin-filesize": "^10.0.0",
110110
"rollup-plugin-tsconfig-paths": "^1.5.2",
111-
"typedoc": "^0.26.3",
111+
"typedoc": "^0.26.4",
112112
"typescript": "^5.5.3",
113-
"viem": "^2.17.3",
113+
"viem": "^2.17.4",
114114
"vite": "^5.3.3",
115115
"vite-tsconfig-paths": "^4.3.2",
116-
"vitest": "^2.0.1"
116+
"vitest": "^2.0.3"
117117
},
118118
"peerDependencies": {
119119
"@xmtp/content-type-primitives": "^1.0.1",

packages/react-sdk/src/hooks/useCanMessage.test.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,7 @@ describe("useCanMessage", () => {
108108
}));
109109
const canMessageStaticSpy = vi
110110
.spyOn(Client, "canMessage")
111-
.mockImplementation((peerAddress: string | string[]) =>
112-
typeof peerAddress === "string"
113-
? Promise.resolve([true])
114-
: Promise.resolve(
115-
Array.from({ length: peerAddress.length }).fill(
116-
true,
117-
) as boolean[],
118-
),
119-
);
111+
.mockResolvedValue([true]);
120112

121113
const { result } = renderHook(() => useCanMessage());
122114

0 commit comments

Comments
 (0)