Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2023
1 parent 21d1bc4 commit 52c8321
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
"typescript": "~5.1.6"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^18.15.11",
"@zwave-js/core": ">=10.16.0",
"@zwave-js/shared": ">=10.22.3",
"typescript": "~4.9.5",
"typescript": "~5.1.6",
"winston": "^3.9.0",
"winston-transport": "^4.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/logfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@zwave-js/core": ">=10.16.0",
"typescript": "~4.9.5",
"typescript": "~5.1.6",
"winston": "^3.9.0",
"winston-transport": "^4.5.0"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@ __metadata:
"@types/node": ^18.15.11
"@zwave-js/core": ">=10.16.0"
"@zwave-js/shared": ">=10.22.3"
typescript: ~4.9.5
typescript: ~5.1.6
winston: ^3.9.0
winston-transport: ^4.5.0
peerDependencies:
Expand All @@ -2071,7 +2071,7 @@ __metadata:
"@zwave-js/core": ">=10.16.0"
alcalzone-shared: ^4.0.8
logfmt: ^1.3.2
typescript: ~4.9.5
typescript: ~5.1.6
winston: ^3.9.0
winston-transport: ^4.5.0
peerDependencies:
Expand Down Expand Up @@ -2103,7 +2103,7 @@ __metadata:
prettier: ^2.8.7
prettier-plugin-organize-imports: ^3.2.2
ts-node: ^10.9.1
typescript: ~4.9.5
typescript: ~5.1.6
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7008,23 +7008,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~4.9.5":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
"typescript@npm:~5.1.6":
version: 5.1.6
resolution: "typescript@npm:5.1.6"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
checksum: b2f2c35096035fe1f5facd1e38922ccb8558996331405eb00a5111cc948b2e733163cc22fab5db46992aba7dd520fff637f2c1df4996ff0e134e77d3249a7350
languageName: node
linkType: hard

"typescript@patch:typescript@~4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=bda367"
"typescript@patch:typescript@~5.1.6#~builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=bda367"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2eee5c37cad4390385db5db5a8e81470e42e8f1401b0358d7390095d6f681b410f2c4a0c496c6ff9ebd775423c7785cdace7bcdad76c7bee283df3d9718c0f20
checksum: 21e88b0a0c0226f9cb9fd25b9626fb05b4c0f3fddac521844a13e1f30beb8f14e90bd409a9ac43c812c5946d714d6e0dee12d5d02dfc1c562c5aacfa1f49b606
languageName: node
linkType: hard

Expand Down

0 comments on commit 52c8321

Please sign in to comment.