Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade developer dependencies #247

Merged
merged 20 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
20.15.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
20.15.0
21 changes: 11 additions & 10 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.1",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.0",
"@heroicons/react": "^2.1.4",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.49.2",
"@xmtp/content-type-primitives": "^1.0.1",
"@xmtp/content-type-reaction": "^1.1.9",
"@xmtp/content-type-remote-attachment": "^1.1.9",
Expand All @@ -28,18 +28,19 @@
"@xmtp/react-sdk": "workspace:*",
"@xmtp/xmtp-js": "^12.0.0",
"date-fns": "^3.6.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-18-blockies": "^1.0.6",
"react-dom": "^18.2.0",
"viem": "^2.7.15",
"wagmi": "^2.5.8"
"react-dom": "^18.3.1",
"viem": "^2.17.0",
"wagmi": "^2.10.9"
},
"devDependencies": {
"@types/react": "^18.2.65",
"@types/react": "^18.3.3",
"@xmtp/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3"
}
}
27 changes: 14 additions & 13 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,32 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
"dev": "next dev",
"format": "yarn format:base -w .",
"format:base": "prettier --ignore-path ../../.gitignore --ignore",
"format:base": "prettier --ignore-path ../../.gitignore",
"format:check": "yarn format:base -c .",
"lint": "eslint . --ignore-path ../../.gitignore",
"start": "next start",
"typecheck": "tsc"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.0",
"@wagmi/core": "^2.6.6",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.49.2",
"@wagmi/core": "^2.11.6",
"@xmtp/react-app": "workspace:*",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"viem": "^2.7.15",
"wagmi": "^2.5.8"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.17.0",
"wagmi": "^2.10.9"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"prettier": "^3.2.5",
"typescript": "^5"
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3"
}
}
33 changes: 17 additions & 16 deletions examples/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,28 @@
"typecheck": "tsc"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.0",
"@wagmi/core": "^2.6.6",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.49.2",
"@wagmi/core": "^2.11.6",
"@xmtp/react-app": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.7.15",
"wagmi": "^2.5.8"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.17.0",
"wagmi": "^2.10.9"
},
"devDependencies": {
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@xmtp/tsconfig": "workspace:*",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"postcss": "^8.4.35",
"postcss-preset-env": "^9.5.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"postcss": "^8.4.39",
"postcss-preset-env": "^9.5.15",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}
53 changes: 27 additions & 26 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,38 @@
"typecheck": "tsc"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.2",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@tanstack/react-query": "^5.28.0",
"@wagmi/core": "^2.6.6",
"@rainbow-me/rainbowkit": "^2.1.3",
"@remix-run/node": "^2.10.1",
"@remix-run/react": "^2.10.1",
"@remix-run/serve": "^2.10.1",
"@tanstack/react-query": "^5.49.2",
"@wagmi/core": "^2.11.6",
"@xmtp/react-app": "workspace:*",
"buffer": "^6.0.3",
"isbot": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^7.5.0",
"viem": "^2.7.15",
"wagmi": "^2.5.8"
"isbot": "^5.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-utils": "^7.6.0",
"viem": "^2.17.0",
"wagmi": "^2.10.9"
},
"devDependencies": {
"@remix-run/dev": "^2.8.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.38.0",
"@remix-run/dev": "^2.10.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1"
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"build": "turbo run build --filter='./packages/*'",
"clean": "turbo run clean && rm -rf node_modules && yarn cache clean",
"clean": "turbo run clean && rm -rf node_modules && rm -rf .turbo && yarn cache clean",
"format": "turbo run format",
"format:check": "turbo run format:check",
"lint": "FORCE_COLOR=1 turbo run lint",
Expand All @@ -22,19 +22,19 @@
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
},
"resolutions": {
"viem": "2.7.15"
"viem": "^2.17.0"
},
"dependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.1"
"@changesets/cli": "^2.27.7"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"turbo": "^1.12.5"
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"turbo": "^2.0.6"
},
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">=18"
"node": ">=20"
}
}
18 changes: 9 additions & 9 deletions packages/consent-proof-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
"@xmtp/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"ethers": "^6.11.1",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",
"ethers": "^6.13.1",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"typedoc": "^0.26.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"packageManager": "yarn@4.3.1",
"publishConfig": {
Expand Down
19 changes: 10 additions & 9 deletions packages/eslint-config-xmtp-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,24 @@
"format:check": "yarn format:base -c ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0"
"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-hooks": "^4.6.2"
},
"devDependencies": {
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.5.3"
},
"publishConfig": {
"access": "public",
Expand Down
20 changes: 10 additions & 10 deletions packages/frames-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@
"@xmtp/xmtp-js": "^12.0.0",
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"ethers": "^6.11.1",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",
"ethers": "^6.13.1",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
"typedoc": "^0.26.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@xmtp/xmtp-js": ">9.3.1"
Expand Down
8 changes: 7 additions & 1 deletion packages/frames-client/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ const plugins = [
}),
];

const external = ["@xmtp/proto", "node:crypto"];
const external = [
"@xmtp/proto",
"node:crypto",
"@open-frames/proxy-client",
"@noble/hashes/sha256",
"long",
];

export default defineConfig([
{
Expand Down
Loading
Loading