Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

fix(deps): update dependency typescript to v4.6.4 #172

Closed
wants to merge 1 commit into from
Closed
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 packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-scripts": "4.0.3",
"sass": "1.51.0",
"to-hex": "0.0.18",
"typescript": "4.3.5"
"typescript": "4.6.4"
},
"scripts": {
"predeploy": "yarn build",
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11300,7 +11300,7 @@ __metadata:
react-scripts: 4.0.3
sass: 1.51.0
to-hex: 0.0.18
typescript: 4.3.5
typescript: 4.6.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -21678,6 +21678,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.6.4":
version: 4.6.4
resolution: "typescript@npm:4.6.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 92e2c0328485a4f7bd7435f5b105f03addff32f867e241dc3be8c372ed801a138c732d9a55697696d2f82a80dd6ad4bddff1ad6b0d1884bf4a24b92e71094c44
languageName: node
linkType: hard

"typescript@patch:typescript@4.3.5#~builtin<compat/typescript>":
version: 4.3.5
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=bda367"
Expand All @@ -21688,6 +21698,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@4.6.4#~builtin<compat/typescript>":
version: 4.6.4
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=bda367"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 0e3fa814d454942a689daf4c00f82328d323e7ecd4077e3265d45375e64642611631f4c882a71be87774468ba03793e9b8ff4bccfac3018194a9e36d8f72c251
languageName: node
linkType: hard

"umd@npm:^3.0.0":
version: 3.0.3
resolution: "umd@npm:3.0.3"
Expand Down