Skip to content

Commit

Permalink
dev: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dcposch committed Sep 30, 2024
1 parent 3824464 commit eb75817
Show file tree
Hide file tree
Showing 14 changed files with 11,772 additions and 9,498 deletions.
2 changes: 1 addition & 1 deletion apps/daimo-clippy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@slack/bolt": "^3.17.1",
"@trpc/client": "^11.0.0-next-beta.318",
"dotenv": "^16.4.5",
"viem": "^2.18.2"
"viem": "^2.21.10"
}
}
6 changes: 3 additions & 3 deletions apps/daimo-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@trpc/client": "^11.0.0-next-beta.318",
"@trpc/react-query": "^11.0.0-next-beta.318",
"@types/jest": "^29.5.2",
"@types/react": "~18.2.45",
"@types/react": "^18.2.47",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cbor": "^9.0.1",
"cbor-rn-prereqs": "^9.0.0",
"depcheck": "^1.4.3",
"eslint": "^8.44.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^11.3.0",
"expo": "^50.0.11",
"expo-application": "~5.8.3",
Expand Down Expand Up @@ -104,7 +104,7 @@
"text-encoding-polyfill": "^0.6.7",
"ts-unused-exports": "^9.0.4",
"typescript": "5.3.3",
"viem": "^2.18.2",
"viem": "^2.21.10",
"zod": "^3.23.8"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion apps/daimo-testbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@daimo/expo-enclave": "*",
"@daimo/userop": "*",
"@ethersproject/shims": "^5.7.0",
"@types/react": "~18.2.45",
"@types/react": "^18.2.47",
"expo": "^50.0.11",
"expo-build-properties": "~0.11.1",
"expo-splash-screen": "~0.26.4",
Expand Down
6 changes: 3 additions & 3 deletions apps/daimo-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@tanstack/react-query": "^5.28.4",
"@trpc/client": "^11.0.0-next-beta.318",
"@trpc/server": "^11.0.0-next-beta.318",
"@types/react": "~18.2.45",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.7",
"@vercel/og": "^0.6.2",
"autoprefixer": "^10.4.14",
"clsx": "^2.1.0",
"depcheck": "^1.4.3",
"encoding": "^0.1.13",
"eslint": "^8.44.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.13",
"framer-motion": "^11.0.5",
"lokijs": "^1.5.12",
Expand All @@ -31,7 +31,7 @@
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.0",
"use-debounce": "^10.0.0",
"viem": "^2.18.2",
"viem": "^2.21.10",
"wagmi": "^2.12.0",
"zod": "^3.23.8"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/scratchpad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@types/tape": "^5.6.0",
"csvtojson": "^2.0.10",
"depcheck": "^1.4.3",
"eslint": "^8.44.0",
"eslint": "^8.56.0",
"lodash": "^4.17.21",
"tape": "^5.6.3",
"ts-node": "^10.9.2",
"userop": "^0.3.2",
"viem": "^2.18.2",
"viem": "^2.21.10",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit eb75817

Please sign in to comment.