Skip to content

Commit

Permalink
chore: bump deps (#977)
Browse files Browse the repository at this point in the history
* chore: update user info view

* chore: bump deps

* update yarn.lock
  • Loading branch information
sasicodes committed Aug 25, 2023
1 parent a853a5d commit f6f4ac2
Show file tree
Hide file tree
Showing 20 changed files with 675 additions and 596 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@lenstube/constants": "*",
"@lenstube/generic": "*",
"@lenstube/lens": "*",
"@types/node": "20.5.2",
"typescript": "5.1.6"
"@types/node": "20.5.6",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@lenstube/generic": "*",
"@lenstube/lens": "*",
"@lenstube/ui": "*",
"@types/node": "20.5.2",
"@types/react": "18.2.20",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-native-view-shot": "3.7.0",
"swr": "^2.2.1",
"uuid": "^3.4.0",
"viem": "^1.6.7",
"viem": "^1.7.0",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
Expand All @@ -76,12 +76,12 @@
"@lenstube/config": "*",
"@lenstube/generic": "*",
"@lenstube/lens": "*",
"@types/node": "20.5.2",
"@types/node": "20.5.6",
"@types/qrcode": "^1.5.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-plugin-module-resolver": "^5.0.0",
"react-devtools": "^4.28.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@aws-sdk/client-s3": "^3.395.0",
"@aws-sdk/lib-storage": "^3.395.0",
"@bundlr-network/client": "0.11.12",
"@aws-sdk/client-s3": "^3.398.0",
"@aws-sdk/lib-storage": "^3.398.0",
"@bundlr-network/client": "0.11.13",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-mentions": "^4.4.10",
"swr": "^2.2.1",
"uuid": "^9.0.0",
"viem": "^1.6.7",
"viem": "^1.7.0",
"wagmi": "^1.3.10",
"zod": "^3.22.2",
"zustand": "^4.4.1"
Expand All @@ -62,15 +62,15 @@
"@lingui/swc-plugin": "4.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/mixpanel-browser": "^2.47.1",
"@types/node": "20.5.2",
"@types/react": "18.2.20",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-mentions": "^4.1.7",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
49 changes: 30 additions & 19 deletions apps/web/src/components/Channel/Tabs/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import WalletOutline from '@components/Common/Icons/WalletOutline'
import InterweaveContent from '@components/Common/InterweaveContent'
import AddressExplorerLink from '@components/Common/Links/AddressExplorerLink'
import Tooltip from '@components/UIElements/Tooltip'
import { LENSTER_WEBSITE_URL, STATIC_ASSETS } from '@lenstube/constants'
import { STATIC_ASSETS } from '@lenstube/constants'
import {
getValueFromKeyInAttributes,
imageCdn,
Expand Down Expand Up @@ -114,6 +114,35 @@ const About: FC<Props> = ({ channel }) => {
</Link>
</div>
)}
{getValueFromKeyInAttributes(attributes, 'youtube') && (
<div className="flex items-center space-x-1.5">
<img
src={imageCdn(
`${STATIC_ASSETS}/images/social/youtube.png`,
'AVATAR'
)}
className="h-4 w-4"
height={16}
width={16}
alt="Youtube"
draggable={false}
/>
<Link
href={`https://youtube.com/${getValueFromKeyInAttributes(
attributes,
'youtube'
)}`}
target="_blank"
rel="noreferer noreferrer"
className="hover:text-indigo-500"
>
{getValueFromKeyInAttributes(
channel?.attributes,
'youtube'
)?.replace('https://youtube.com/', '')}
</Link>
</div>
)}
{getValueFromKeyInAttributes(attributes, 'x') && (
<div className="flex items-center space-x-1.5">
{resolvedTheme === 'dark' ? (
Expand Down Expand Up @@ -157,24 +186,6 @@ const About: FC<Props> = ({ channel }) => {
</Link>
</div>
)}
<div className="flex items-center space-x-1.5">
<span className="grayscale" role="img">
<img
src={`${STATIC_ASSETS}/images/lenster-logo.svg`}
alt="lenster"
className="h-4 w-4"
draggable={false}
/>
</span>
<Link
href={`${LENSTER_WEBSITE_URL}/u/${channel?.handle}`}
target="_blank"
rel="noreferer noreferrer"
className="hover:text-indigo-500"
>
Lenster
</Link>
</div>
</div>
</div>
<div className="inline-flex flex-col space-y-3">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"husky": "^8.0.3",
"start-server-and-test": "^2.0.0",
"ts-node": "latest",
"turbo": "1.10.12"
"turbo": "1.10.13"
},
"engines": {
"node": ">=16.18.1 <=19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@lenstube/config": "*",
"@lenstube/lens": "*",
"@types/node": "^20.5.2",
"typescript": "^5.1.6"
"@types/node": "^20.5.6",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/helpers/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"typecheck": "tsc --pretty"
},
"devDependencies": {
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"dependencies": {
"fast-average-color": "^9.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dayjs-twitter": "^0.5.0"
},
"devDependencies": {
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
4 changes: 1 addition & 3 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
"license": "AGPL-3.0",
"main": "./generated.ts",
"private": true,
"dependencies": {
"typescript": "5.1.6"
},
"scripts": {
"codegen": "graphql-codegen"
},
"devDependencies": {
"typescript": "5.2.2",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@lenstube/constants": "*",
"@lenstube/generic": "*",
"prettier-plugin-tailwindcss": "^0.5.3",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/workers/health/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.1"
"typescript": "^5.2.2",
"wrangler": "3.6.0"
}
}
9 changes: 2 additions & 7 deletions packages/workers/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@
"worker:deploy": "wrangler deploy"
},
"dependencies": {
"arbundles": "^0.9.8",
"base64url": "^3.0.1",
"secp256k1": "^5.0.0",
"viem": "^1.6.7"
"viem": "^1.7.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenstube/config": "*",
"@types/secp256k1": "latest",
"typescript": "^5.1.6",
"wrangler": "3.5.1"
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/workers/nfts/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",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.1"
"typescript": "^5.2.2",
"wrangler": "3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.1"
"typescript": "^5.2.2",
"wrangler": "3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/recs/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",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.1"
"typescript": "^5.2.2",
"wrangler": "3.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/sts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.395.0"
"@aws-sdk/client-sts": "^3.398.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.1"
"typescript": "^5.2.2",
"wrangler": "3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/tail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.1"
"typescript": "^5.2.2",
"wrangler": "3.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/workers/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"typescript": "^5.1.6",
"wrangler": "3.5.1"
"typescript": "^5.2.2",
"wrangler": "3.6.0"
}
}
Loading

3 comments on commit f6f4ac2

@vercel
Copy link

@vercel vercel bot commented on f6f4ac2 Aug 25, 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:

embed – ./apps/embed

embed-git-main-lenstube.vercel.app
embed.lenstube.xyz
embed-lenstube.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f6f4ac2 Aug 25, 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:

api – ./apps/api

api-git-main-lenstube.vercel.app
api.lenstube.xyz
api-lenstube.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f6f4ac2 Aug 25, 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-lenstube.vercel.app
web-git-main-lenstube.vercel.app
www.lenstube.xyz
lenstube.xyz

Please sign in to comment.