Skip to content

Commit

Permalink
chore: update dependencies 📦 (#3624)
Browse files Browse the repository at this point in the history
* chore: update dependencies 📦

* fix: Referrer-Policy
  • Loading branch information
bigint committed Aug 27, 2023
1 parent 10b2a8c commit cf2c067
Show file tree
Hide file tree
Showing 26 changed files with 445 additions and 418 deletions.
2 changes: 1 addition & 1 deletion apps/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@playwright/test": "^1.37.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const nextConfig = {
headers: [
{ key: 'X-Content-Type-Options', value: 'nosniff' },
{ key: 'X-XSS-Protection', value: '1; mode=block' },
{ key: 'Referrer-Policy', value: 'strict' }
{ key: 'Referrer-Policy', value: 'strict-origin' }
]
},
{ source: '/about', headers },
Expand Down
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.398.0",
"@aws-sdk/client-s3": "^3.400.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@headlessui/react": "^1.7.17",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@tanstack/react-query": "^4.33.0",
"@tippyjs/react": "^4.2.6",
"@xmtp/xmtp-js": "^10.2.0",
"axios": "^1.4.0",
"axios": "^1.5.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"dayjs-twitter": "^0.5.0",
Expand Down Expand Up @@ -89,13 +89,13 @@
"@playwright/test": "^1.37.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.5",
"@types/node": "^20.5.4",
"@types/node": "^20.5.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/abis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@lenster/config": "workspace:*",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/bundlr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"@lenster/config": "workspace:*",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@lenster/config": "workspace:*",
"@types/node": "^20.5.4",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"@types/node": "^20.5.6",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
}
}
4 changes: 2 additions & 2 deletions packages/image-cropper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"@lenster/config": "workspace:*",
"@types/node": "^20.5.4",
"@types/node": "^20.5.6",
"@types/normalize-wheel": "^1.0.1",
"@types/react": "^18.2.21",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@apollo/client": "^3.8.1",
"@lenster/data": "workspace:*",
"axios": "^1.4.0"
"axios": "^1.5.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
Expand All @@ -25,8 +25,8 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@lenster/config": "workspace:*",
"@types/node": "^20.5.4",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"@types/node": "^20.5.6",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
}
}
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"@lenster/data": "workspace:*",
"@lenster/lens": "workspace:*",
"axios": "^1.4.0",
"axios": "^1.5.0",
"viem": "^1.7.0"
},
"devDependencies": {
"@lenster/config": "workspace:*",
"@types/node": "^20.5.4",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"@types/node": "^20.5.6",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
}
}
4 changes: 2 additions & 2 deletions packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@lenster/config": "workspace:*",
"@types/node": "^20.5.4",
"typescript": "^5.1.6"
"@types/node": "^20.5.6",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@lenster/config": "workspace:*",
"@types/node": "^20.5.4",
"typescript": "^5.1.6"
"@types/node": "^20.5.6",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"devDependencies": {
"@lenster/config": "workspace:*",
"@types/node": "^20.5.4",
"@types/node": "^20.5.6",
"@types/react": "^18.2.21",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/workers/achievements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"wrangler": "^3.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/feeds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"wrangler": "^3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/freshdesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/invite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/leafwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"@types/ua-parser-js": "^0.7.36",
"typescript": "^5.1.6",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"wrangler": "^3.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/oembed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"wrangler": "^3.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/preferences/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@lenster/data": "workspace:*",
"@lenster/lib": "workspace:*",
"@supabase/supabase-js": "^2.33.1",
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"itty-router": "^4.0.22",
"zod": "^3.22.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/snapshot-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/sts-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenster/config": "workspace:*",
"typescript": "^5.1.6",
"wrangler": "^3.5.1"
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
}
}
Loading

2 comments on commit cf2c067

@vercel
Copy link

@vercel vercel bot commented on cf2c067 Aug 27, 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 cf2c067 Aug 27, 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.vercel.app
web-lenster.vercel.app
web-git-main-lenster.vercel.app
lenster.xyz

Please sign in to comment.