Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Feb 16, 2024
2 parents b7dad5d + 604c100 commit faeab00
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 152 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@trpc/next": "^10.45.1",
"@trpc/react-query": "^10.45.1",
"@trpc/server": "^10.45.1",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"@vercel/analytics": "^1.2.0",
"@vercel/speed-insights": "^1.0.10",
"@weatherio/api": "workspace:^0.1.0",
"@weatherio/city-data": "workspace:^0.1.0",
"@weatherio/types": "workspace:^0.1.0",
Expand All @@ -48,7 +48,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-html-parser": "^2.0.6",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "weatherio",
"private": true,
"engines": {
"node": ">=20.11.0"
"node": ">=20.11.1"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
Expand All @@ -26,10 +26,10 @@
"devDependencies": {
"@playwright/test": "^1.41.2",
"@total-typescript/ts-reset": "^0.5.1",
"@turbo/gen": "^1.12.3",
"@turbo/gen": "^1.12.4",
"@weatherio/prettier-config": "workspace:^0.1.0",
"prettier": "^3.2.5",
"turbo": "^1.12.3",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
},
"prettier": "@weatherio/prettier-config"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@trpc/client": "^10.45.1",
"@trpc/server": "^10.45.1",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.28.3",
"@upstash/redis": "^1.28.4",
"@weatherio/types": "workspace:^0.1.0",
"dayjs": "^1.11.10",
"next-axiom": "^1.1.1",
"resend": "^3.1.0",
"resend": "^3.2.0",
"superjson": "2.2.1",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/city-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"convex": "^1.9.0",
"jsonfile": "^6.1.0",
"jsonl": "^1.1.2",
"yauzl": "^2.10.0",
"yauzl": "^3.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/city-data/src/convert.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const txtToJson = (
console.error(err)
reject(err)
} else {
resolve(undefined)
resolve()
}
}
)
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.17",
"@types/node": "^20.11.19",
"@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.17",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
Expand Down
Loading

0 comments on commit faeab00

Please sign in to comment.