Skip to content

Commit

Permalink
chore: update dependencies 📦 (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jun 23, 2023
1 parent f0e14b2 commit 9e84c38
Show file tree
Hide file tree
Showing 14 changed files with 857 additions and 887 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.354.0",
"@aws-sdk/client-s3": "^3.358.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@fingerprintjs/fingerprintjs": "^3.4.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"dexie-react-hooks": "^1.1.6",
"dotenv": "^16.3.1",
"framer-motion": "^10.12.16",
"graphql": "^16.6.0",
"graphql": "^16.7.1",
"idb-keyval": "^6.2.1",
"lexical": "^0.11.1",
"next": "^13.4.2",
Expand All @@ -81,8 +81,8 @@
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"viem": "^1.1.1",
"wagmi": "^1.2.0",
"viem": "^1.1.4",
"wagmi": "^1.2.1",
"xmtp-content-type-remote-attachment": "^1.0.7",
"zod": "^3.21.4",
"zustand": "^4.3.8"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"start-server-and-test": "^2.0.0",
"turbo": "^1.10.3"
"turbo": "^1.10.5"
},
"packageManager": "pnpm@8.5.0",
"engines": {
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.1"
"viem": "^1.1.4"
},
"devDependencies": {
"@lenster/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"eslint-config-next": "^13.4.7",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@apollo/client": "^3.7.16",
"@lenster/data": "workspace:*",
"axios": "^1.4.0"
},
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.1"
"viem": "^1.1.4"
},
"devDependencies": {
"@lenster/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/workers/ens-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"worker:deploy": "wrangler deploy"
},
"dependencies": {
"itty-router": "^4.0.11",
"viem": "^1.1.1"
"itty-router": "^4.0.13",
"viem": "^1.1.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/leafwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@sagi.io/workers-jwt": "^0.0.23",
"itty-router": "^4.0.11"
"itty-router": "^4.0.13"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@lenster/bundlr": "workspace:*",
"@lenster/lens": "workspace:*",
"itty-router": "^4.0.11"
"itty-router": "^4.0.13"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/oembed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@cfworker/base64url": "^1.12.5",
"@lenster/lib": "workspace:*",
"itty-router": "^4.0.11",
"itty-router": "^4.0.13",
"linkedom": "^0.14.26"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/workers/snapshot-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"worker:deploy": "wrangler deploy"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@apollo/client": "^3.7.16",
"@lenster/lib": "workspace:*",
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"itty-router": "^4.0.11",
"viem": "^1.1.1"
"itty-router": "^4.0.13",
"viem": "^1.1.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@lenster/lib": "workspace:*",
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"itty-router": "^4.0.11"
"itty-router": "^4.0.13"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/workers/sts-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"worker:deploy": "wrangler deploy"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.354.0",
"itty-router": "^4.0.11"
"@aws-sdk/client-sts": "^3.358.0",
"itty-router": "^4.0.13"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
Loading

2 comments on commit 9e84c38

@vercel
Copy link

@vercel vercel bot commented on 9e84c38 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-git-main-lenster.vercel.app
prerender-lenster.vercel.app
prerender.lenster.xyz

@vercel
Copy link

@vercel vercel bot commented on 9e84c38 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

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

Please sign in to comment.