Skip to content

Commit

Permalink
chore: update dependencies 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 15, 2024
1 parent 49bc10b commit b5bf178
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 182 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.8.6",
"viem": "^2.8.9",
"vite-express": "^0.15.0",
"zod": "^3.22.4"
},
Expand All @@ -51,7 +51,7 @@
"@hey/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.15",
"@types/node": "^20.11.27",
"@types/node": "^20.11.28",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.8",
Expand All @@ -60,6 +60,6 @@
"ts-node": "^10.9.2",
"typescript": "^5.3.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
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 @@
"react": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.27",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"typescript": "^5.4.2"
}
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lexical/utils": "^0.13.1",
"@livepeer/react": "3.1.9",
"@radix-ui/react-hover-card": "^1.0.7",
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query": "^5.28.4",
"@thirdweb-dev/storage": "^2.0.10",
"@uidotdev/usehooks": "^2.4.1",
"alchemy-sdk": "^3.2.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1",
"viem": "^2.8.6",
"viem": "^2.8.9",
"wagmi": "^2.5.7",
"zod": "^3.22.4",
"zustand": "^4.5.2"
Expand All @@ -82,7 +82,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.11.27",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^9.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^20.11.27",
"@types/node": "^20.11.28",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.1",
"@types/node": "^20.11.27",
"@types/node": "^20.11.28",
"typescript": "^5.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"dayjs": "^1.11.10",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.8.6"
"viem": "^2.8.9"
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/omit-deep": "^0.3.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit b5bf178

Please sign in to comment.