Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent cb713e8 commit 861b954
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 189 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"multi-semantic-release": "^3.0.2",
"rdf-validate-shacl": "^0.5.0",
"tsx": "^4.0.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"fp-ts": "^2.16.0",
"io-ts": "^2.2.20",
"tsx": "^4.0.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"devDependencies": {
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"ts-mockito": "^2.6.1",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"zod": "^3.22.2"
},
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"prettier": "^3.0.0",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"zod": "^3.22.2"
},
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-etl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prettier": "^3.0.0",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"ava": {
"extensions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"ava": {
"extensions": {
Expand Down
Loading

0 comments on commit 861b954

Please sign in to comment.