Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit e63b6aa

Browse files
chore(deps): update dependency typescript to v4.6.4 (#82)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e61aa66 commit e63b6aa

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@docusaurus/module-type-aliases": "latest",
2626
"@tsconfig/docusaurus": "^1.0.4",
27-
"typescript": "^4.6.2"
27+
"typescript": "4.6.4"
2828
},
2929
"name": "docs",
3030
"private": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react-test-renderer": "17.0.2",
6666
"standard-version": "9.3.2",
6767
"ts-jest": "27.1.3",
68-
"typescript": "^4.6.2",
68+
"typescript": "4.6.4",
6969
"util": "^0.12.4",
7070
"webpack-bundle-analyzer": "^4.5.0",
7171
"yaml-crypt": "0.7.6",

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11783,7 +11783,7 @@ __metadata:
1178311783
prism-react-renderer: ^1.2.1
1178411784
react: ^17.0.1
1178511785
react-dom: ^17.0.1
11786-
typescript: ^4.6.2
11786+
typescript: 4.6.4
1178711787
languageName: unknown
1178811788
linkType: soft
1178911789

@@ -12062,7 +12062,7 @@ __metadata:
1206212062
standard-version: 9.3.2
1206312063
ts-jest: 27.1.3
1206412064
tslib: 2.3.1
12065-
typescript: ^4.6.2
12065+
typescript: 4.6.4
1206612066
util: ^0.12.4
1206712067
webpack-bundle-analyzer: ^4.5.0
1206812068
yaml-crypt: 0.7.6
@@ -26965,6 +26965,16 @@ __metadata:
2696526965
languageName: node
2696626966
linkType: hard
2696726967

26968+
"typescript@npm:4.6.4":
26969+
version: 4.6.4
26970+
resolution: "typescript@npm:4.6.4"
26971+
bin:
26972+
tsc: bin/tsc
26973+
tsserver: bin/tsserver
26974+
checksum: e7bfcc39cd4571a63a54e5ea21f16b8445268b9900bf55aee0e02ad981be576acc140eba24f1af5e3c1457767c96cea6d12861768fb386cf3ffb34013718631a
26975+
languageName: node
26976+
linkType: hard
26977+
2696826978
"typescript@npm:^4.4.3":
2696926979
version: 4.5.5
2697026980
resolution: "typescript@npm:4.5.5"
@@ -26975,7 +26985,7 @@ __metadata:
2697526985
languageName: node
2697626986
linkType: hard
2697726987

26978-
"typescript@npm:^4.5.3, typescript@npm:^4.6.2":
26988+
"typescript@npm:^4.5.3":
2697926989
version: 4.6.2
2698026990
resolution: "typescript@npm:4.6.2"
2698126991
bin:
@@ -26985,6 +26995,16 @@ __metadata:
2698526995
languageName: node
2698626996
linkType: hard
2698726997

26998+
"typescript@patch:[email protected]#~builtin<compat/typescript>":
26999+
version: 4.6.4
27000+
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=bda367"
27001+
bin:
27002+
tsc: bin/tsc
27003+
tsserver: bin/tsserver
27004+
checksum: 1cb434fbc637d347be90e3a0c6cd05e33c38f941713c8786d3031faf1842c2c148ba91d2fac01e7276b0ae3249b8633f1660e32686cc7a8c6a8fd5361dc52c66
27005+
languageName: node
27006+
linkType: hard
27007+
2698827008
"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
2698927009
version: 4.5.5
2699027010
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=bda367"
@@ -26995,7 +27015,7 @@ __metadata:
2699527015
languageName: node
2699627016
linkType: hard
2699727017

26998-
"typescript@patch:typescript@^4.5.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.2#~builtin<compat/typescript>":
27018+
"typescript@patch:typescript@^4.5.3#~builtin<compat/typescript>":
2699927019
version: 4.6.2
2700027020
resolution: "typescript@patch:typescript@npm%3A4.6.2#~builtin<compat/typescript>::version=4.6.2&hash=bda367"
2700127021
bin:

0 commit comments

Comments
 (0)