Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Jan 24, 2024
1 parent 4625c95 commit 8be42f4
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 95 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@aws-sdk/client-sts": "3.496.0",
"@hono/zod-validator": "^0.1.11",
"hono": "^3.12.6",
"linkedom": "^0.16.6",
"linkedom": "^0.16.8",
"ua-parser-js": "^1.0.37",
"viem": "^1.21.4",
"zod": "^3.22.4"
Expand All @@ -23,6 +23,6 @@
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@types/ua-parser-js": "^0.7.39",
"wrangler": "^3.23.0"
"wrangler": "^3.24.0"
}
}
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/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.17",
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/qrcode": "^1.5.5",
"@welldone-software/why-did-you-render": "^8.0.1",
"babel-plugin-module-resolver": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tape.xyz/constants": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@types/node": "^20.11.5",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18",
"typescript": "^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 @@ -12,8 +12,8 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-s3": "3.496.0",
"@aws-sdk/lib-storage": "3.496.0",
"@aws-sdk/client-s3": "3.498.0",
"@aws-sdk/lib-storage": "3.498.0",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.4",
Expand All @@ -28,7 +28,7 @@
"dayjs": "^1.11.10",
"emoji-mart": "^5.5.2",
"filereader-stream": "^2.0.0",
"framer-motion": "^10.18.0",
"framer-motion": "^11.0.3",
"graphql": "^16.8.1",
"idb-keyval": "^6.2.1",
"interweave": "^13.1.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/uuid": "^9.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/abis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tape.xyz/config": "*",
"@types/node": "^20.11.5",
"@types/node": "^20.11.6",
"typescript": "^5.3.3"
}
}
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 @@
"./*": "./*"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@tape.xyz/config": "*",
"@tape.xyz/lens": "*",
"@types/node": "^20.11.5",
"@types/node": "^20.11.6",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@radix-ui/react-tabs": "^1.0.4",
"@tippyjs/react": "^4.2.6",
"clsx": "^2.1.0",
"wavesurfer.js": "^7.6.5"
"wavesurfer.js": "^7.7.0"
}
}
Loading

0 comments on commit 8be42f4

Please sign in to comment.