Skip to content

Commit

Permalink
chore: update dependencies 📦 (#3155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jun 23, 2023
1 parent 9e84c38 commit 7b3459c
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"dotenv": "^16.3.1",
"framer-motion": "^10.12.16",
"framer-motion": "^10.12.17",
"graphql": "^16.7.1",
"idb-keyval": "^6.2.1",
"lexical": "^0.11.1",
Expand All @@ -73,15 +73,15 @@
"react-hook-form": "^7.45.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.7",
"react-virtuoso": "^4.3.10",
"react-virtuoso": "^4.3.11",
"remark-breaks": "^3.0.3",
"remark-linkify-regex": "^1.2.1",
"shared-zustand": "^2.0.0",
"strip-markdown": "^5.0.1",
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"viem": "^1.1.4",
"viem": "^1.1.6",
"wagmi": "^1.2.1",
"xmtp-content-type-remote-attachment": "^1.0.7",
"zod": "^3.21.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundlr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"base64url": "^3.0.1",
"viem": "^1.1.4"
"viem": "^1.1.6"
},
"devDependencies": {
"@lenster/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@lenster/data": "workspace:*",
"@lenster/lens": "workspace:*",
"viem": "^1.1.4"
"viem": "^1.1.6"
},
"devDependencies": {
"@lenster/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/ens-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"itty-router": "^4.0.13",
"viem": "^1.1.4"
"viem": "^1.1.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/snapshot-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@lenster/lib": "workspace:*",
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"itty-router": "^4.0.13",
"viem": "^1.1.4"
"viem": "^1.1.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 7b3459c

@vercel
Copy link

@vercel vercel bot commented on 7b3459c Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-lenster.vercel.app
web-git-main-lenster.vercel.app
lenster.xyz
lenster.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7b3459c Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prerender – ./apps/prerender

prerender-lenster.vercel.app
prerender-git-main-lenster.vercel.app
prerender.lenster.xyz

Please sign in to comment.