Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump typescript from 4.9.5 to 5.2.2 #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8",
"prettier-plugin-organize-imports": "^3.2.2",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"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.2.2",
"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.2.2",
"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 @@ -2060,7 +2060,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.2.2
winston: ^3.9.0
winston-transport: ^4.5.0
peerDependencies:
Expand All @@ -2078,7 +2078,7 @@ __metadata:
"@zwave-js/core": ">=10.16.0"
alcalzone-shared: ^4.0.8
logfmt: ^1.3.2
typescript: ~4.9.5
typescript: ~5.2.2
winston: ^3.9.0
winston-transport: ^4.5.0
peerDependencies:
Expand Down Expand Up @@ -2110,7 +2110,7 @@ __metadata:
prettier: ^2.8.8
prettier-plugin-organize-imports: ^3.2.2
ts-node: ^10.9.1
typescript: ~4.9.5
typescript: ~5.2.2
languageName: unknown
linkType: soft

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

"typescript@npm:~4.9.5":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
"typescript@npm:~5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
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.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=bda367"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2eee5c37cad4390385db5db5a8e81470e42e8f1401b0358d7390095d6f681b410f2c4a0c496c6ff9ebd775423c7785cdace7bcdad76c7bee283df3d9718c0f20
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
languageName: node
linkType: hard

Expand Down
Loading