Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 (#5652)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent cda336c commit 11731b8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc --build . --verbose && npm run generate-docs",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"testdouble": "^3.20.1",
"timekeeper": "^2.2.0",
"type-fest": "^4.6.0",
"typescript": "^5.1.3",
"typescript": "^5.3.3",
"utility-types": "^3.10.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"replace-in-file": "^7.0.2",
"split2": "^4.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.3",
"typescript": "^5.3.3",
"username": "^6.0.0"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"strip-ansi": "^7.1.0",
"treeify": "^1.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.3",
"typescript": "^5.3.3",
"wrap-ansi": "^7.0.0",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/node": "^20",
"prettier": "3.0.0",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
},
"scripts": {
"check-package-lock": "git diff-index --quiet HEAD -- package-lock.json || (echo 'package-lock.json is dirty!' && exit 1)",
Expand Down

0 comments on commit 11731b8

Please sign in to comment.