Skip to content

Commit

Permalink
Merge pull request #722 from xmtp/rygine/up-deps
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
rygine authored Nov 18, 2024
2 parents 8919458 + 63e5276 commit 3eed1fe
Show file tree
Hide file tree
Showing 23 changed files with 1,419 additions and 1,080 deletions.
18 changes: 18 additions & 0 deletions .changeset/selfish-hairs-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
"@xmtp/content-type-group-updated": patch
"@xmtp/content-type-primitives": patch
"@xmtp/content-type-reaction": patch
"@xmtp/content-type-read-receipt": patch
"@xmtp/content-type-remote-attachment": patch
"@xmtp/content-type-reply": patch
"@xmtp/content-type-text": patch
"@xmtp/content-type-transaction-reference": patch
"@xmtp/consent-proof-signature": patch
"@xmtp/frames-client": patch
"@xmtp/frames-validator": patch
"@xmtp/browser-sdk": patch
"@xmtp/xmtp-js": patch
"@xmtp/node-sdk": patch
---

Upgrade dependencies
8 changes: 4 additions & 4 deletions content-types/content-type-group-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.1",
"@xmtp/proto": "^3.71.0"
"@xmtp/proto": "^3.72.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions content-types/content-type-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@
]
},
"dependencies": {
"@xmtp/proto": "^3.61.1"
"@xmtp/proto": "^3.72.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"happy-dom": "^15.7.4",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-reaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@xmtp/xmtp-js": "^11.6.3",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-read-receipt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@xmtp/xmtp-js": "^11.6.3",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions content-types/content-type-remote-attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@xmtp/content-type-primitives": "^1.0.2",
"@xmtp/proto": "^3.61.1"
"@xmtp/proto": "^3.72.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@xmtp/rollup-plugin-resolve-extensions": "^1.0.1",
"@xmtp/xmtp-js": "^11.6.3",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions content-types/content-type-reply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.2",
"@xmtp/proto": "^3.61.1"
"@xmtp/proto": "^3.72.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@xmtp/content-type-remote-attachment": "workspace:*",
"@xmtp/xmtp-js": "^11.6.3",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@xmtp/xmtp-js": "^11.6.3",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-transaction-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@xmtp/xmtp-js": "^11.6.3",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"publishConfig": {
Expand Down
24 changes: 12 additions & 12 deletions examples/react-vite-browser-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"typecheck": "tsc"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.51.1",
"@wagmi/core": "^2.11.7",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.60.5",
"@wagmi/core": "^2.14.6",
"@xmtp/browser-sdk": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.17.4",
"wagmi": "^2.10.10"
"wagmi": "^2.12.33"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"postcss-preset-env": "^9.6.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-preset-env": "^10.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.5.3",
"vite": "^5.4.9"
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react-vite-browser-sdk/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const App = () => {
<h2>Client details</h2>
<div className="ClientDetail">
<div>Address:</div>
<div>{client.address}</div>
<div>{client.accountAddress}</div>
</div>
<div className="ClientDetail">
<div>Inbox ID:</div>
Expand Down
4 changes: 1 addition & 3 deletions examples/react-vite-browser-sdk/src/createClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export const createClient = async (walletKey: string) => {
return toBytes(signature);
},
};
const client = await Client.create(signer, encryptionBytes, {
env: "local",
});
const client = await Client.create(signer, encryptionBytes);
return client;
};
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"@changesets/cli": "^2.27.9"
},
"devDependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.16.12",
"eslint": "^9.12.0",
"@types/node": "^20.17.6",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.1.3",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
"typescript-eslint": "^8.15.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/consent-proof-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@
]
},
"dependencies": {
"@xmtp/proto": "3.62.1",
"@xmtp/proto": "^3.72.0",
"long": "^5.2.3"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"ethers": "^6.13.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"tsconfig": "workspace:*",
"typedoc": "^0.26.4",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"packageManager": "[email protected]",
Expand Down
10 changes: 5 additions & 5 deletions packages/frames-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@noble/hashes": "^1.4.0",
"@open-frames/proxy-client": "^0.3.3",
"@xmtp/proto": "3.62.1",
"@xmtp/proto": "^3.72.0",
"long": "^5.2.3"
},
"devDependencies": {
Expand All @@ -72,15 +72,15 @@
"@rollup/plugin-typescript": "^12.1.1",
"@xmtp/xmtp-js": "^12.0.0",
"ethers": "^6.13.1",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"tsconfig": "workspace:*",
"typedoc": "^0.26.4",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/frames-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.4.0",
"@xmtp/proto": "3.61.1",
"@xmtp/proto": "^3.72.0",
"viem": "^2.16.5"
},
"devDependencies": {
Expand All @@ -42,7 +42,7 @@
"@xmtp/frames-client": "^0.5.4",
"@xmtp/xmtp-js": "^12.1.0",
"ethers": "^6.10.0",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
Expand Down
Loading

0 comments on commit 3eed1fe

Please sign in to comment.