Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.1.6 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and loopingz committed Aug 28, 2023
1 parent 5186555 commit a5c1a67
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ts-node": "^10.1.0",
"typedoc": "~0.23.24",
"typedoc-plugin-mermaid": "~1.10.0",
"typescript": "~5.1.3"
"typescript": "~5.2.2"
},
"resolutions": {
"typescript": "~5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"sinon": "^15.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.2.0",
"typescript": "~5.1.3"
"typescript": "~5.2.2"
},
"c8": {
"report-dir": "./reports",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"sinon": "^15.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.1.0",
"typescript": "~5.1.3",
"typescript": "~5.2.2",
"ws": "^8.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sinon": "^15.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.2.0",
"typescript": "~5.1.3"
"typescript": "~5.2.2"
},
"c8": {
"report-dir": "./reports",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"semver-intersect": "^1.4.0",
"socket.io": "^4.1.3",
"ts-json-schema-generator": "~1.3.0",
"typescript": "~5.1.3",
"typescript": "~5.2.2",
"unzipper": "^0.10.11",
"yaml": "^2.0.0",
"yargs": "^17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/workout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"sinon": "^15.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.1.0",
"typescript": "~5.1.3"
"typescript": "~5.2.2"
},
"files": [
"lib"
Expand Down

0 comments on commit a5c1a67

Please sign in to comment.