Skip to content

Commit

Permalink
Unify typescript version and move typescript to devdependencies in al…
Browse files Browse the repository at this point in the history
…l monorepo packages
  • Loading branch information
jcarlosn committed Jul 6, 2024
1 parent 08d75ec commit 9d61645
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
4 changes: 2 additions & 2 deletions apps/admin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"ts-morph": "20.0.0",
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "^5.2.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.17",
"@types/node": "20.6.0",
"shx": "^0.3.4"
"shx": "^0.3.4",
"typescript": "~5.3.3"
}
}
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"ts-morph": "20.0.0",
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "^5.2.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.17",
"@types/node": "20.6.0",
"shx": "^0.3.4"
"shx": "^0.3.4",
"typescript": "~5.3.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"prettier": "^2.8.1",
"rimraf": "^5.0.1",
"semver": "^7.5.4",
"turbo": "^1.13.3",
"typescript": "~5.3.3"
"turbo": "^1.13.3"
},
"packageManager": "yarn@3.5.1",
"devDependencies": {
"npm-run-all": "^4.1.5",
"ts-node": "10.9.1"
"ts-node": "10.9.1",
"typescript": "~5.3.3"
}
}
4 changes: 3 additions & 1 deletion packages/protodevice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"react-use-websocket": "4.5.0",
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "^5.2.2",
"zustand": "3.6.9"
},
"devDependencies": {
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/protoflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/react-color": "3.0.6",
"terser": "5.16.9",
"tsup": "6.7.0",
"typescript": "^5.2.2"
"typescript": "~5.3.3"
},
"files": [
"dist/**/*"
Expand Down
6 changes: 4 additions & 2 deletions packages/visualui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"react-use-keypress": "1.3.1",
"ts-jest": "~29.1.1",
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "^5.2.2"
"tslib": "2.6.2"
},
"devDependencies": {
"typescript": "~5.3.3"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10955,7 +10955,7 @@ __metadata:
ts-morph: "npm:20.0.0"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:^5.2.2"
typescript: "npm:~5.3.3"
zod: "npm:^3.22.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11283,7 +11283,7 @@ __metadata:
ts-morph: "npm:20.0.0"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:^5.2.2"
typescript: "npm:~5.3.3"
zod: "npm:^3.22.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -25258,7 +25258,7 @@ __metadata:
react-use-websocket: "npm:4.5.0"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:^5.2.2"
typescript: "npm:~5.3.3"
zustand: "npm:3.6.9"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -25290,7 +25290,7 @@ __metadata:
terser: "npm:5.16.9"
ts-morph: "npm:20.0.0"
tsup: "npm:6.7.0"
typescript: "npm:^5.2.2"
typescript: "npm:~5.3.3"
uuid: "npm:9.0.0"
zustand: "npm:3.6.9"
languageName: unknown
Expand Down Expand Up @@ -30857,7 +30857,7 @@ __metadata:
ts-jest: "npm:~29.1.1"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:^5.2.2"
typescript: "npm:~5.3.3"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 9d61645

Please sign in to comment.