Skip to content

Commit

Permalink
chore: update dependencies (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed May 24, 2024
1 parent 2b72740 commit 145be34
Show file tree
Hide file tree
Showing 9 changed files with 584 additions and 584 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-sts": "3.577.0",
"@aws-sdk/client-sts": "3.583.0",
"@hono/zod-validator": "^0.2.1",
"@lens-protocol/metadata": "^1.2.0",
"base64url": "^3.0.1",
"hono": "^4.3.9",
"hono": "^4.3.10",
"linkedom": "^0.18.0",
"ua-parser-js": "^1.0.37",
"viem": "^2.12.0",
"viem": "^2.12.1",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tape.xyz/lens": "workspace:*",
"@tape.xyz/ui": "workspace:*",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@tape.xyz/generic": "workspace:*",
"@tape.xyz/lens": "workspace:*",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dayjs": "^1.11.11",
"emoji-mart": "^5.6.0",
"filereader-stream": "^2.0.0",
"framer-motion": "^11.2.5",
"framer-motion": "^11.2.6",
"graphql": "^16.8.1",
"idb-keyval": "^6.2.1",
"interweave": "^13.1.0",
Expand All @@ -40,8 +40,8 @@
"react-use-websocket": "^4.8.1",
"textarea-caret": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.12.0",
"wagmi": "^2.9.4",
"viem": "^2.12.1",
"wagmi": "^2.9.6",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
Expand All @@ -56,7 +56,7 @@
"@tape.xyz/ui": "workspace:*",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/textarea-caret": "^3.0.3",
"@types/uuid": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const TAPE_WEBSITE_URL = IS_MAINNET
export const FALLBACK_THUMBNAIL_URL = `${STATIC_ASSETS}/images/fallback-thumbnail.webp`
export const FALLBACK_COVER_URL = `${STATIC_ASSETS}/images/fallback-cover.svg`
export const OG_IMAGE = `${STATIC_ASSETS}/brand/og.png`
export const LENS_IMAGEKIT_SNAPSHOT_URL = 'https://ik.imagekit.io/ltxyz'
export const LENS_IMAGEKIT_SNAPSHOT_URL = 'https://ik.imagekit.io/lt'
export const TAPE_CURATOR_ID = '0x04298d'

// infinite scroll
Expand Down
6 changes: 3 additions & 3 deletions packages/helpers/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"typecheck": "tsc --pretty"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.577.0",
"@aws-sdk/lib-storage": "3.578.0",
"@aws-sdk/client-s3": "3.583.0",
"@aws-sdk/lib-storage": "3.583.0",
"@livepeer/react": "^3.1.9",
"axios": "^1.7.2",
"next": "^14.2.3",
Expand All @@ -23,7 +23,7 @@
"@tape.xyz/constants": "workspace:*",
"@tape.xyz/generic": "workspace:*",
"@tape.xyz/lens": "workspace:*",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/uuid": "^9.0.8",
"clsx": "^2.1.1",
"fast-average-color": "^9.4.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,7 +11,7 @@
"@lens-protocol/metadata": "^1.2.0",
"axios": "^1.7.2",
"dayjs-twitter": "^0.5.0",
"viem": "^2.12.0"
"viem": "^2.12.1"
},
"devDependencies": {
"@tape.xyz/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@tippyjs/react": "^4.2.6",
"framer-motion": "^11.2.5",
"framer-motion": "^11.2.6",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"tippy.js": "^6.3.7"
Expand All @@ -30,7 +30,7 @@
"@tape.xyz/config": "workspace:*",
"@tape.xyz/constants": "workspace:*",
"@tape.xyz/generic": "workspace:*",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"typescript": "5.4.5"
}
}
1,136 changes: 568 additions & 568 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 145be34

Please sign in to comment.