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

Commit 1b6c495

Browse files
authored
Merge pull request #247 from xmtp/rygine/up-dev-deps
Upgrade developer dependencies
2 parents b894e1a + bf6e260 commit 1b6c495

File tree

15 files changed

+2604
-2582
lines changed

15 files changed

+2604
-2582
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.19.1
1+
20.15.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.19.1
1+
20.15.0

apps/react/package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"typecheck": "tsc"
1818
},
1919
"dependencies": {
20-
"@heroicons/react": "^2.1.1",
21-
"@rainbow-me/rainbowkit": "^2.0.2",
22-
"@tanstack/react-query": "^5.28.0",
20+
"@heroicons/react": "^2.1.4",
21+
"@rainbow-me/rainbowkit": "^2.1.3",
22+
"@tanstack/react-query": "^5.49.2",
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",
@@ -28,18 +28,19 @@
2828
"@xmtp/react-sdk": "workspace:*",
2929
"@xmtp/xmtp-js": "^12.0.0",
3030
"date-fns": "^3.6.0",
31-
"react": "^18.2.0",
31+
"react": "^18.3.1",
3232
"react-18-blockies": "^1.0.6",
33-
"react-dom": "^18.2.0",
34-
"viem": "^2.7.15",
35-
"wagmi": "^2.5.8"
33+
"react-dom": "^18.3.1",
34+
"viem": "^2.17.0",
35+
"wagmi": "^2.10.9"
3636
},
3737
"devDependencies": {
38-
"@types/react": "^18.2.65",
38+
"@types/react": "^18.3.3",
3939
"@xmtp/tsconfig": "workspace:*",
4040
"eslint": "^8.57.0",
4141
"eslint-config-xmtp-web": "workspace:*",
42-
"prettier": "^3.2.5",
43-
"typescript": "^5.4.2"
42+
"prettier": "^3.3.2",
43+
"prettier-plugin-packagejson": "^2.5.0",
44+
"typescript": "^5.5.3"
4445
}
4546
}

examples/nextjs/package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,32 @@
77
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
88
"dev": "next dev",
99
"format": "yarn format:base -w .",
10-
"format:base": "prettier --ignore-path ../../.gitignore --ignore",
10+
"format:base": "prettier --ignore-path ../../.gitignore",
1111
"format:check": "yarn format:base -c .",
1212
"lint": "eslint . --ignore-path ../../.gitignore",
1313
"start": "next start",
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"@rainbow-me/rainbowkit": "^2.0.2",
18-
"@tanstack/react-query": "^5.28.0",
19-
"@wagmi/core": "^2.6.6",
17+
"@rainbow-me/rainbowkit": "^2.1.3",
18+
"@tanstack/react-query": "^5.49.2",
19+
"@wagmi/core": "^2.11.6",
2020
"@xmtp/react-app": "workspace:*",
2121
"next": "14.2.4",
22-
"react": "^18",
23-
"react-dom": "^18",
24-
"viem": "^2.7.15",
25-
"wagmi": "^2.5.8"
22+
"react": "^18.3.1",
23+
"react-dom": "^18.3.1",
24+
"viem": "^2.17.0",
25+
"wagmi": "^2.10.9"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^20",
29-
"@types/react": "^18",
30-
"@types/react-dom": "^18",
28+
"@types/node": "^20.14.9",
29+
"@types/react": "^18.3.3",
30+
"@types/react-dom": "^18.3.0",
3131
"copy-webpack-plugin": "^12.0.2",
3232
"eslint": "^8.57.0",
3333
"eslint-config-xmtp-web": "workspace:*",
34-
"prettier": "^3.2.5",
35-
"typescript": "^5"
34+
"prettier": "^3.3.2",
35+
"prettier-plugin-packagejson": "^2.5.0",
36+
"typescript": "^5.5.3"
3637
}
3738
}

examples/react-vite/package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,28 @@
1616
"typecheck": "tsc"
1717
},
1818
"dependencies": {
19-
"@rainbow-me/rainbowkit": "^2.0.2",
20-
"@tanstack/react-query": "^5.28.0",
21-
"@wagmi/core": "^2.6.6",
19+
"@rainbow-me/rainbowkit": "^2.1.3",
20+
"@tanstack/react-query": "^5.49.2",
21+
"@wagmi/core": "^2.11.6",
2222
"@xmtp/react-app": "workspace:*",
23-
"react": "^18.2.0",
24-
"react-dom": "^18.2.0",
25-
"viem": "^2.7.15",
26-
"wagmi": "^2.5.8"
23+
"react": "^18.3.1",
24+
"react-dom": "^18.3.1",
25+
"viem": "^2.17.0",
26+
"wagmi": "^2.10.9"
2727
},
2828
"devDependencies": {
29-
"@types/react": "^18.2.65",
30-
"@types/react-dom": "^18.2.22",
31-
"@vitejs/plugin-react": "^4.2.1",
29+
"@types/react": "^18.3.3",
30+
"@types/react-dom": "^18.3.0",
31+
"@vitejs/plugin-react": "^4.3.1",
3232
"@xmtp/tsconfig": "workspace:*",
33-
"autoprefixer": "^10.4.18",
33+
"autoprefixer": "^10.4.19",
3434
"eslint": "^8.57.0",
3535
"eslint-config-xmtp-web": "workspace:*",
36-
"postcss": "^8.4.35",
37-
"postcss-preset-env": "^9.5.0",
38-
"prettier": "^3.2.5",
39-
"typescript": "^5.4.2",
40-
"vite": "^5.1.6"
36+
"postcss": "^8.4.39",
37+
"postcss-preset-env": "^9.5.15",
38+
"prettier": "^3.3.2",
39+
"prettier-plugin-packagejson": "^2.5.0",
40+
"typescript": "^5.5.3",
41+
"vite": "^5.3.3"
4142
}
4243
}

examples/remix/package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,38 @@
1616
"typecheck": "tsc"
1717
},
1818
"dependencies": {
19-
"@rainbow-me/rainbowkit": "^2.0.2",
20-
"@remix-run/node": "^2.8.1",
21-
"@remix-run/react": "^2.8.1",
22-
"@remix-run/serve": "^2.8.1",
23-
"@tanstack/react-query": "^5.28.0",
24-
"@wagmi/core": "^2.6.6",
19+
"@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",
24+
"@wagmi/core": "^2.11.6",
2525
"@xmtp/react-app": "workspace:*",
2626
"buffer": "^6.0.3",
27-
"isbot": "^4.1.0",
28-
"react": "^18.2.0",
29-
"react-dom": "^18.2.0",
30-
"remix-utils": "^7.5.0",
31-
"viem": "^2.7.15",
32-
"wagmi": "^2.5.8"
27+
"isbot": "^5.1.11",
28+
"react": "^18.3.1",
29+
"react-dom": "^18.3.1",
30+
"remix-utils": "^7.6.0",
31+
"viem": "^2.17.0",
32+
"wagmi": "^2.10.9"
3333
},
3434
"devDependencies": {
35-
"@remix-run/dev": "^2.8.1",
36-
"@types/react": "^18.2.20",
37-
"@types/react-dom": "^18.2.7",
38-
"@typescript-eslint/eslint-plugin": "^6.7.4",
39-
"@typescript-eslint/parser": "^6.7.4",
40-
"eslint": "^8.38.0",
35+
"@remix-run/dev": "^2.10.1",
36+
"@types/react": "^18.3.3",
37+
"@types/react-dom": "^18.3.0",
38+
"@typescript-eslint/eslint-plugin": "^7.15.0",
39+
"@typescript-eslint/parser": "^7.15.0",
40+
"eslint": "^8.57.0",
4141
"eslint-import-resolver-typescript": "^3.6.1",
42-
"eslint-plugin-import": "^2.28.1",
43-
"eslint-plugin-jsx-a11y": "^6.7.1",
44-
"eslint-plugin-react": "^7.33.2",
45-
"eslint-plugin-react-hooks": "^4.6.0",
46-
"prettier": "^3.2.5",
47-
"typescript": "^5.1.6",
48-
"vite": "^5.1.0",
49-
"vite-tsconfig-paths": "^4.2.1"
42+
"eslint-plugin-import": "^2.29.1",
43+
"eslint-plugin-jsx-a11y": "^6.9.0",
44+
"eslint-plugin-react": "^7.34.3",
45+
"eslint-plugin-react-hooks": "^4.6.2",
46+
"prettier": "^3.3.2",
47+
"prettier-plugin-packagejson": "^2.5.0",
48+
"typescript": "^5.5.3",
49+
"vite": "^5.3.3",
50+
"vite-tsconfig-paths": "^4.3.2"
5051
},
5152
"engines": {
5253
"node": ">=18.0.0"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"build": "turbo run build --filter='./packages/*'",
13-
"clean": "turbo run clean && rm -rf node_modules && yarn cache clean",
13+
"clean": "turbo run clean && rm -rf node_modules && rm -rf .turbo && yarn cache clean",
1414
"format": "turbo run format",
1515
"format:check": "turbo run format:check",
1616
"lint": "FORCE_COLOR=1 turbo run lint",
@@ -22,19 +22,19 @@
2222
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
2323
},
2424
"resolutions": {
25-
"viem": "2.7.15"
25+
"viem": "^2.17.0"
2626
},
2727
"dependencies": {
2828
"@changesets/changelog-git": "^0.2.0",
29-
"@changesets/cli": "^2.27.1"
29+
"@changesets/cli": "^2.27.7"
3030
},
3131
"devDependencies": {
32-
"prettier": "^3.2.5",
33-
"prettier-plugin-packagejson": "^2.4.12",
34-
"turbo": "^1.12.5"
32+
"prettier": "^3.3.2",
33+
"prettier-plugin-packagejson": "^2.5.0",
34+
"turbo": "^2.0.6"
3535
},
3636
"packageManager": "yarn@4.3.1",
3737
"engines": {
38-
"node": ">=18"
38+
"node": ">=20"
3939
}
4040
}

packages/consent-proof-signature/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
"@xmtp/tsconfig": "workspace:*",
7777
"eslint": "^8.57.0",
7878
"eslint-config-xmtp-web": "workspace:*",
79-
"ethers": "^6.11.1",
80-
"prettier": "^3.2.5",
81-
"prettier-plugin-packagejson": "^2.4.12",
82-
"rollup": "^4.13.0",
83-
"rollup-plugin-dts": "^6.1.0",
79+
"ethers": "^6.13.1",
80+
"prettier": "^3.3.2",
81+
"prettier-plugin-packagejson": "^2.5.0",
82+
"rollup": "^4.18.0",
83+
"rollup-plugin-dts": "^6.1.1",
8484
"rollup-plugin-filesize": "^10.0.0",
85-
"typedoc": "^0.25.12",
86-
"typescript": "^5.4.2",
87-
"vite": "^5.1.6",
88-
"vitest": "^1.3.1"
85+
"typedoc": "^0.26.3",
86+
"typescript": "^5.5.3",
87+
"vite": "^5.3.3",
88+
"vitest": "^1.6.0"
8989
},
9090
"packageManager": "yarn@4.3.1",
9191
"publishConfig": {

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,24 @@
2727
"format:check": "yarn format:base -c ."
2828
},
2929
"dependencies": {
30-
"@typescript-eslint/eslint-plugin": "^7.2.0",
31-
"@typescript-eslint/parser": "^7.2.0",
30+
"@typescript-eslint/eslint-plugin": "^7.15.0",
31+
"@typescript-eslint/parser": "^7.15.0",
3232
"eslint": "^8.57.0",
3333
"eslint-config-airbnb": "^19.0.4",
3434
"eslint-config-airbnb-typescript": "^18.0.0",
3535
"eslint-config-prettier": "^9.1.0",
3636
"eslint-config-standard-with-typescript": "^43.0.1",
3737
"eslint-plugin-import": "^2.29.1",
38-
"eslint-plugin-jsx-a11y": "^6.8.0",
39-
"eslint-plugin-n": "^16.6.2",
40-
"eslint-plugin-promise": "^6.1.1",
41-
"eslint-plugin-react": "^7.34.0",
42-
"eslint-plugin-react-hooks": "^4.6.0"
38+
"eslint-plugin-jsx-a11y": "^6.9.0",
39+
"eslint-plugin-n": "^17.9.0",
40+
"eslint-plugin-promise": "^6.4.0",
41+
"eslint-plugin-react": "^7.34.3",
42+
"eslint-plugin-react-hooks": "^4.6.2"
4343
},
4444
"devDependencies": {
45-
"prettier": "^3.2.5",
46-
"typescript": "^5.4.2"
45+
"prettier": "^3.3.2",
46+
"prettier-plugin-packagejson": "^2.5.0",
47+
"typescript": "^5.5.3"
4748
},
4849
"publishConfig": {
4950
"access": "public",

packages/frames-client/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@
7878
"@xmtp/xmtp-js": "^12.0.0",
7979
"eslint": "^8.57.0",
8080
"eslint-config-xmtp-web": "workspace:*",
81-
"ethers": "^6.11.1",
82-
"prettier": "^3.2.5",
83-
"prettier-plugin-packagejson": "^2.4.12",
84-
"rollup": "^4.13.0",
85-
"rollup-plugin-dts": "^6.1.0",
81+
"ethers": "^6.13.1",
82+
"prettier": "^3.3.2",
83+
"prettier-plugin-packagejson": "^2.5.0",
84+
"rollup": "^4.18.0",
85+
"rollup-plugin-dts": "^6.1.1",
8686
"rollup-plugin-filesize": "^10.0.0",
8787
"rollup-plugin-tsconfig-paths": "^1.5.2",
88-
"typedoc": "^0.25.12",
89-
"typescript": "^5.4.2",
90-
"vite": "^5.1.6",
91-
"vite-tsconfig-paths": "^4.3.1",
92-
"vitest": "^1.3.1"
88+
"typedoc": "^0.26.3",
89+
"typescript": "^5.5.3",
90+
"vite": "^5.3.3",
91+
"vite-tsconfig-paths": "^4.3.2",
92+
"vitest": "^1.6.0"
9393
},
9494
"peerDependencies": {
9595
"@xmtp/xmtp-js": ">9.3.1"

0 commit comments

Comments
 (0)