Skip to content

Commit

Permalink
Merge pull request #283 from xmtp/rygine/upgrade-de-v-deps
Browse files Browse the repository at this point in the history
Upgrade developer dependencies
  • Loading branch information
rygine authored Jul 15, 2024
2 parents 5222e2f + dfb4446 commit 6e2af06
Show file tree
Hide file tree
Showing 12 changed files with 316 additions and 347 deletions.
10 changes: 5 additions & 5 deletions apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@heroicons/react": "^2.1.4",
"@heroicons/react": "^2.1.5",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query": "^5.51.1",
"@xmtp/content-type-primitives": "^1.0.1",
"@xmtp/content-type-reaction": "^1.1.9",
"@xmtp/content-type-remote-attachment": "^1.1.9",
Expand All @@ -31,15 +31,15 @@
"react": "^18.3.1",
"react-18-blockies": "^1.0.6",
"react-dom": "^18.3.1",
"viem": "^2.17.3",
"wagmi": "^2.10.9"
"viem": "^2.17.4",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@xmtp/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.50.1",
"@wagmi/core": "^2.11.6",
"@tanstack/react-query": "^5.51.1",
"@wagmi/core": "^2.11.7",
"@xmtp/react-app": "workspace:*",
"next": "14.2.4",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.17.3",
"wagmi": "^2.10.9"
"viem": "^2.17.4",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@types/node": "^20.14.10",
Expand All @@ -31,9 +31,9 @@
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3",
"webpack": "^5.92.1"
"webpack": "^5.93.0"
}
}
10 changes: 5 additions & 5 deletions examples/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.50.1",
"@wagmi/core": "^2.11.6",
"@tanstack/react-query": "^5.51.1",
"@wagmi/core": "^2.11.7",
"@xmtp/react-app": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.17.3",
"wagmi": "^2.10.9"
"viem": "^2.17.4",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand All @@ -35,7 +35,7 @@
"eslint-config-xmtp-web": "workspace:*",
"postcss": "^8.4.39",
"postcss-preset-env": "^9.6.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3",
"vite": "^5.3.3"
Expand Down
18 changes: 9 additions & 9 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,30 @@
"@remix-run/node": "^2.10.2",
"@remix-run/react": "^2.10.2",
"@remix-run/serve": "^2.10.2",
"@tanstack/react-query": "^5.50.1",
"@wagmi/core": "^2.11.6",
"@tanstack/react-query": "^5.51.1",
"@wagmi/core": "^2.11.7",
"@xmtp/react-app": "workspace:*",
"buffer": "^6.0.3",
"isbot": "^5.1.12",
"isbot": "^5.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-utils": "^7.6.0",
"viem": "^2.17.3",
"wagmi": "^2.10.9"
"viem": "^2.17.4",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@remix-run/dev": "^2.10.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@changesets/cli": "^2.27.7"
},
"devDependencies": {
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"turbo": "^2.0.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/consent-proof-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"ethers": "^6.13.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typedoc": "^0.26.3",
"typedoc": "^0.26.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.1"
"vitest": "^2.0.3"
},
"packageManager": "yarn@4.3.1",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-xmtp-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"format:check": "yarn format:base -c ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand All @@ -38,11 +38,11 @@
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2"
},
"devDependencies": {
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/frames-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"ethers": "^6.13.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"typedoc": "^0.26.3",
"typedoc": "^0.26.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.1"
"vitest": "^2.0.3"
},
"peerDependencies": {
"@xmtp/xmtp-js": ">9.3.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^10.3.1",
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.1",
"@vitest/coverage-v8": "^2.0.3",
"@xmtp/content-type-reaction": "^1.1.9",
"@xmtp/content-type-remote-attachment": "^1.1.9",
"@xmtp/content-type-reply": "^1.1.11",
Expand All @@ -100,20 +100,20 @@
"eslint-config-xmtp-web": "workspace:*",
"fake-indexeddb": "^6.0.0",
"happy-dom": "^14.12.3",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"typedoc": "^0.26.3",
"typedoc": "^0.26.4",
"typescript": "^5.5.3",
"viem": "^2.17.3",
"viem": "^2.17.4",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.1"
"vitest": "^2.0.3"
},
"peerDependencies": {
"@xmtp/content-type-primitives": "^1.0.1",
Expand Down
10 changes: 1 addition & 9 deletions packages/react-sdk/src/hooks/useCanMessage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,7 @@ describe("useCanMessage", () => {
}));
const canMessageStaticSpy = vi
.spyOn(Client, "canMessage")
.mockImplementation((peerAddress: string | string[]) =>
typeof peerAddress === "string"
? Promise.resolve([true])
: Promise.resolve(
Array.from({ length: peerAddress.length }).fill(
true,
) as boolean[],
),
);
.mockResolvedValue([true]);

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

Expand Down
2 changes: 1 addition & 1 deletion shared/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:check": "yarn format:base -c ."
},
"devDependencies": {
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0"
}
}
Loading

0 comments on commit 6e2af06

Please sign in to comment.