Skip to content

Commit

Permalink
chore: Added typescript to all packages where it wasn't
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 11, 2024
1 parent cd7dacc commit 023e744
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 3 additions & 2 deletions packages/city-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
"prettier": "@weatherio/prettier-config",
"dependencies": {
"jsonfile": "^6.1.0",
"typescript": "^5.3.3",
"yauzl": "^2.10.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/jsonfile": "^6.1.4",
"@types/yauzl": "^2.10.3",
"@weatherio/tsconfig": "workspace:^0.1.0",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0"
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0"
}
}
7 changes: 4 additions & 3 deletions packages/e2e-web-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
},
"prettier": "@weatherio/prettier-config",
"dependencies": {
"@weatherio/web": "workspace:*",
"start-server-and-test": "^2.0.3",
"@weatherio/web": "workspace:*"
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@weatherio/tsconfig": "workspace:^0.1.0",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0"
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0"
}
}
7 changes: 5 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
},
"prettier": "@weatherio/prettier-config",
"devDependencies": {
"@weatherio/tsconfig": "workspace:^0.1.0",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0"
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0"
},
"dependencies": {
"typescript": "^5.3.3"
}
}

0 comments on commit 023e744

Please sign in to comment.