Skip to content

Commit

Permalink
Update dependency typescript to v4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2022
1 parent 5fa5860 commit bf9abb8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest": "28.1.3",
"prettier": "2.7.1",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/2020/Day-11-Seating-System/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"license": "MIT",
"devDependencies": {
"parcel": "2.7.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3100,7 +3100,7 @@ __metadata:
jest: 28.1.3
prettier: 2.7.1
ts-node: 10.9.1
typescript: 4.7.4
typescript: 4.8.4
languageName: unknown
linkType: soft

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

"typescript@npm:4.7.4":
version: 4.7.4
resolution: "typescript@npm:4.7.4"
"typescript@npm:4.8.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 5750181b1cd7e6482c4195825547e70f944114fb47e58e4aa7553e62f11b3f3173766aef9c281783edfd881f7b8299cf35e3ca8caebe73d8464528c907a164df
checksum: 3e4f061658e0c8f36c820802fa809e0fd812b85687a9a2f5430bc3d0368e37d1c9605c3ce9b39df9a05af2ece67b1d844f9f6ea8ff42819f13bcb80f85629af0
languageName: node
linkType: hard

"typescript@patch:typescript@4.7.4#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=a1c5e5"
"typescript@patch:typescript@4.8.4#~builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 9096d8f6c16cb80ef3bf96fcbbd055bf1c4a43bd14f3b7be45a9fbe7ada46ec977f604d5feed3263b4f2aa7d4c7477ce5f9cd87de0d6feedec69a983f3a4f93e
checksum: 563a0ef47abae6df27a9a3ab38f75fc681f633ccf1a3502b1108e252e187787893de689220f4544aaf95a371a4eb3141e4a337deb9895de5ac3c1ca76430e5f0
languageName: node
linkType: hard

Expand Down

0 comments on commit bf9abb8

Please sign in to comment.