Skip to content

Commit

Permalink
Upgrade misc dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 18, 2024
1 parent edb7334 commit a3c3bf0
Show file tree
Hide file tree
Showing 16 changed files with 710 additions and 595 deletions.
2 changes: 1 addition & 1 deletion content-types/content-type-group-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"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.27.3",
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-reaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-read-receipt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-remote-attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-reply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"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",
Expand Down
10 changes: 5 additions & 5 deletions examples/react-vite-browser-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"wagmi": "^2.10.10"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"postcss-preset-env": "^9.6.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-preset-env": "^10.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
"vite": "^5.4.11"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.16.12",
"@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.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/consent-proof-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"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.11",
"vitest": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/frames-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"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.11",
"vite-tsconfig-paths": "^5.1.2",
Expand Down
8 changes: 4 additions & 4 deletions sdks/browser-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
"@xmtp/content-type-text": "^1.0.0",
"@xmtp/proto": "^3.70.0",
"@xmtp/wasm-bindings": "^0.0.4",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/uuid": "^10.0.0",
"@vitest/browser": "^2.1.3",
"@vitest/coverage-v8": "^2.0.3",
Expand All @@ -83,7 +83,7 @@
"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",
"viem": "^2.17.4",
"vite": "^5.4.11",
Expand Down
6 changes: 3 additions & 3 deletions sdks/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/benchmark": "^2.1.5",
"@types/bl": "^5.1.0",
"@types/bl": "^5.1.4",
"@types/callback-to-async-iterator": "^1.1.7",
"@types/elliptic": "^6.4.18",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@vitest/coverage-v8": "^2.1.3",
"@xmtp/rollup-plugin-resolve-extensions": "1.0.1",
"benny": "^3.7.1",
Expand All @@ -124,7 +124,7 @@
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"typedoc": "^0.26.8",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
Expand Down
4 changes: 2 additions & 2 deletions sdks/node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@vitest/coverage-v8": "^2.1.3",
"@xmtp/xmtp-js": "workspace:^",
"fast-glob": "^3.3.2",
Expand All @@ -68,7 +68,7 @@
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"typescript": "^5.6.3",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"viem": "^2.13.6",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
Expand Down
Loading

0 comments on commit a3c3bf0

Please sign in to comment.