Skip to content

Commit

Permalink
Merge pull request #1280 from tapexyz/bump
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
sasicodes committed Feb 1, 2024
2 parents 6fa6dde + f7081f6 commit 001852b
Show file tree
Hide file tree
Showing 10 changed files with 152 additions and 152 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-sts": "3.502.0",
"@aws-sdk/client-sts": "3.504.0",
"@hono/zod-validator": "^0.1.11",
"hono": "^3.12.8",
"hono": "^3.12.9",
"linkedom": "^0.16.8",
"ua-parser-js": "^1.0.37",
"viem": "^2.7.1",
Expand All @@ -23,6 +23,6 @@
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@types/ua-parser-js": "^0.7.39",
"wrangler": "^3.25.0"
"wrangler": "^3.26.0"
}
}
2 changes: 1 addition & 1 deletion apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@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.13",
"@types/node": "20.11.14",
"@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.13",
"@types/node": "^20.11.14",
"@types/react": "^18.2.48",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
6 changes: 3 additions & 3 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.503.1",
"@aws-sdk/lib-storage": "3.503.1",
"@aws-sdk/client-s3": "3.504.0",
"@aws-sdk/lib-storage": "3.504.0",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.5",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/uuid": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"husky": "^9.0.7",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "1.12.0"
"turbo": "1.12.2"
},
"engines": {
"node": ">=16.18.1 <=19.0.0"
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.13",
"@types/node": "^20.11.14",
"typescript": "^5.3.3"
}
}
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.13",
"@types/node": "^20.11.14",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "3.9.0"
"@apollo/client": "3.9.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
Expand Down
278 changes: 139 additions & 139 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 001852b

Please sign in to comment.