Skip to content

Commit

Permalink
chore: update dependencies (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes authored Jan 19, 2025
1 parent 2206b9e commit c13e1a9
Show file tree
Hide file tree
Showing 11 changed files with 551 additions and 551 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"typecheck": "tsc --pretty --noEmit"
},
"dependencies": {
"@aws-sdk/client-sts": "3.730.0",
"@aws-sdk/client-sts": "3.731.1",
"@hono/node-server": "^1.13.4",
"@hono/zod-validator": "^0.4.2",
"@irys/upload": "^0.0.14",
"@irys/upload-ethereum": "^0.0.14",
"@lens-protocol/metadata": "^1.2.0",
"@prisma/client": "^6.1.0",
"base64url": "^3.0.1",
"hono": "^4.6.16",
"hono": "^4.6.17",
"linkedom": "^0.18.6",
"ua-parser-js": "2.0.0",
"viem": "^2.22.9",
Expand Down
2 changes: 1 addition & 1 deletion apps/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "AGPL-3.0",
"dependencies": {
"@aws-sdk/client-s3": "3.730.0",
"@aws-sdk/client-s3": "3.731.1",
"node-cron": "^3.0.3"
},
"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 @@ -13,7 +13,7 @@
"dependencies": {
"@livepeer/react": "3.1.9",
"graphql": "^16.10.0",
"next": "^15.1.3",
"next": "^15.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1"
Expand Down
6 changes: 3 additions & 3 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "^11.3.1",
"@shopify/flash-list": "^1.7.2",
"@tanstack/query-async-storage-persister": "^5.64.1",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query-persist-client": "^5.64.1",
"@tanstack/query-async-storage-persister": "^5.64.2",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-persist-client": "^5.64.2",
"dayjs": "^1.11.13",
"expo": "~52.0.25",
"expo-av": "~15.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --pretty --noEmit"
},
"dependencies": {
"next": "^15.1.3",
"next": "^15.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
14 changes: 7 additions & 7 deletions apps/web-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@lens-network/sdk": "canary",
"@lens-protocol/metadata": "next",
"@million/lint": "^1.0.14",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query-persist-client": "^5.64.1",
"@tanstack/react-router": "^1.97.1",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-persist-client": "^5.64.2",
"@tanstack/react-router": "^1.97.3",
"@uidotdev/usehooks": "^2.4.1",
"idb-keyval": "^6.2.1",
"js-cookie": "^3.0.5",
"motion": "^11.18.0",
"motion": "^11.18.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.12.3",
Expand All @@ -31,9 +31,9 @@
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0-beta.8",
"@tanstack/react-query-devtools": "^5.64.1",
"@tanstack/router-devtools": "^1.97.1",
"@tanstack/router-plugin": "^1.97.1",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/router-devtools": "^1.97.3",
"@tanstack/router-plugin": "^1.97.3",
"@tape.xyz/constants": "workspace:*",
"@tape.xyz/indexer": "workspace:*",
"@tape.xyz/tsconfig": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"@lens-protocol/metadata": "^1.2.0",
"@livepeer/react": "3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query": "^5.64.2",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"emoji-mart": "^5.6.0",
"filereader-stream": "^2.0.0",
"framer-motion": "^11.15.0",
"framer-motion": "^11.18.1",
"graphql": "^16.10.0",
"idb-keyval": "^6.2.1",
"interweave": "^13.1.0",
"js-cookie": "^3.0.5",
"keen-slider": "^6.8.6",
"make-plural": "^7.4.0",
"next": "^15.1.3",
"next": "^15.1.5",
"next-themes": "^0.3.0",
"qrcode.react": "^4.1.0",
"react": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"postinstall": "pnpm build:sw"
},
"dependencies": {
"@aws-sdk/client-s3": "3.730.0",
"@aws-sdk/lib-storage": "3.730.0",
"@aws-sdk/client-s3": "3.731.1",
"@aws-sdk/lib-storage": "3.731.1",
"@livepeer/react": "3.1.9",
"@rajesh896/broprint.js": "^2.1.1",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"fast-average-color": "^9.4.0",
"next": "^15.1.3",
"next": "^15.1.5",
"react": "^18.3.1",
"tailwind-merge": "^2.6.0",
"uuid": "^11.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@tippyjs/react": "^4.2.6",
"framer-motion": "^11.15.0",
"framer-motion": "^11.18.1",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"tippy.js": "^6.3.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/winder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vidstack/react": "^1.12.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"motion": "^11.18.0",
"motion": "^11.18.1",
"react": "^18.3.1",
"sonner": "^1.7.2",
"tailwind-merge": "^2.6.0",
Expand Down
Loading

0 comments on commit c13e1a9

Please sign in to comment.