Skip to content

Commit

Permalink
chore: update dependencies (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes authored May 28, 2024
1 parent 145be34 commit 5c6ae92
Show file tree
Hide file tree
Showing 6 changed files with 1,277 additions and 1,085 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@hono/zod-validator": "^0.2.1",
"@lens-protocol/metadata": "^1.2.0",
"base64url": "^3.0.1",
"hono": "^4.3.10",
"hono": "^4.4.0",
"linkedom": "^0.18.0",
"ua-parser-js": "^1.0.37",
"viem": "^2.12.1",
"viem": "^2.13.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240512.0",
"@cloudflare/workers-types": "^4.20240524.0",
"@tape.xyz/config": "workspace:*",
"@tape.xyz/generic": "workspace:*",
"@types/ua-parser-js": "^0.7.39",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@lens-protocol/metadata": "^1.2.0",
"@livepeer/react": "^3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-query": "^5.40.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"emoji-mart": "^5.6.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.1",
"wagmi": "^2.9.6",
"viem": "^2.13.1",
"wagmi": "^2.9.7",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"./*": "./*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-prettier": "^5.1.3",
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/lt'
export const LENS_IMAGEKIT_SNAPSHOT_URL = 'https://ik.imagekit.io/lenstubemain'
export const TAPE_CURATOR_ID = '0x04298d'

// infinite scroll
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.1"
"viem": "^2.13.1"
},
"devDependencies": {
"@tape.xyz/config": "workspace:*",
Expand Down
Loading

0 comments on commit 5c6ae92

Please sign in to comment.