Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent 2cf0758 commit ccc91a4
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 113 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"pinst": "^3.0.0",
"rimraf": "^5.0.0",
"turbo": "^1.8.1",
"typescript": "~5.1.0"
"typescript": "~5.3.0"
},
"packageManager": "pnpm@8.10.5"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"typescript": "~5.1.0"
"typescript": "~5.3.0"
},
"engines": {
"node": ">= 14.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"size-limit": "^9.0.0",
"standard-log-color": "^12.1.2",
"ts-jest": "^29.1.0",
"typescript": "~5.1.0"
"typescript": "~5.3.0"
},
"engines": {
"node": ">=14.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/io-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"rimraf": "^5.0.0",
"standard-log": "^12.1.2",
"ts-jest": "^29.1.0",
"typescript": "~5.1.0"
"typescript": "~5.3.0"
},
"engines": {
"node": ">= 14.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/mocktomata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"source-map-loader": "^4.0.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.3.1",
"typescript": "~5.1.0",
"typescript": "~5.3.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"standard-log": "^12.1.2",
"tmp": "^0.2.1",
"ts-jest": "^29.1.0",
"typescript": "~5.1.0"
"typescript": "~5.3.0"
},
"engines": {
"node": ">= 14.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"npm-run-all": "^4.1.5",
"tmp": "^0.2.1",
"ts-jest": "^29.1.0",
"typescript": "~5.1.0"
"typescript": "~5.3.0"
},
"engines": {
"node": ">= 14.16"
Expand Down
2 changes: 1 addition & 1 deletion plugins/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.0",
"typescript": "~5.1.0"
"typescript": "~5.3.0"
},
"peerDependencies": {
"mocktomata": "workspace:^"
Expand Down

0 comments on commit ccc91a4

Please sign in to comment.