Skip to content

Commit

Permalink
deps: Updated all the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 27, 2024
1 parent 7fe7f8c commit e4ca60c
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 759 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@hookform/resolvers": "^3.3.4",
"@legendapp/state": "^2.1.4",
"@next/bundle-analyzer": "^14.1.0",
"@t3-oss/env-nextjs": "^0.7.3",
"@t3-oss/env-nextjs": "^0.8.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@trpc/client": "^10.45.0",
"@trpc/next": "^10.45.0",
"@trpc/react-query": "^10.45.0",
"@trpc/server": "^10.45.0",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.5",
"@vercel/speed-insights": "^1.0.8",
"@weatherio/api": "workspace:^0.1.0",
"@weatherio/types": "workspace:^0.1.0",
"@weatherio/ui": "workspace:^0.1.0",
Expand All @@ -46,7 +46,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-html-parser": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.7.3",
"@t3-oss/env-nextjs": "^0.8.0",
"@trpc/client": "^10.45.0",
"@trpc/server": "^10.45.0",
"@upstash/ratelimit": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-web-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start-server-and-test": "^2.0.3"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.7",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.5",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
Expand Down
Loading

1 comment on commit e4ca60c

@vercel
Copy link

@vercel vercel bot commented on e4ca60c Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.