Skip to content

Commit 6cf716e

Browse files
committed
Update typescript and add .vscode to the gitignore
1 parent 914060e commit 6cf716e

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ dist
105105

106106
# Related to @oss-docs/sync
107107
docs/**/en
108+
109+
# Then you can set this up yourself
110+
.vscode

yarn.lock

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
165165
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
166166

167-
"@typescript/[email protected]", "@typescript/twoslash@^1.1.3":
167+
"@typescript/[email protected]":
168168
version "1.1.4"
169169
resolved "https://registry.yarnpkg.com/@typescript/twoslash/-/twoslash-1.1.4.tgz#e5693334ae39a90aae43d747f902eb0bebd47640"
170170
integrity sha512-u5/V/Z3e9nMJ/TIKzyLfudUQrNa7ctjHxQ7NS05VveQPLJNlc/7hbhuuRy101BF54xy0KiYpQ0h/Ha5J7SKehg==
@@ -173,13 +173,29 @@
173173
debug "^4.1.1"
174174
lz-string "^1.4.4"
175175

176+
"@typescript/twoslash@^1.1.3":
177+
version "1.1.7"
178+
resolved "https://registry.yarnpkg.com/@typescript/twoslash/-/twoslash-1.1.7.tgz#9fc5709f37940f2deda396b74e503c6c33c54d6e"
179+
integrity sha512-+oASPajHbUpmwsZgf0/ioBn9vjIodAO4c0na2nMLWxBKDMGAo16m8uEFtxjIrEYp6l+h3rBvHchSFucv1/qcNQ==
180+
dependencies:
181+
"@typescript/vfs" "1.3.4"
182+
debug "^4.1.1"
183+
lz-string "^1.4.4"
184+
176185
"@typescript/[email protected]":
177186
version "1.3.2"
178187
resolved "https://registry.yarnpkg.com/@typescript/vfs/-/vfs-1.3.2.tgz#4a9f207a74b93e63b255740ca9683d7eb09ee670"
179188
integrity sha512-1moNIcxUtDextSNvhGtJcmNZX8gZgRBcea2UlRmKI7TX3fRZ4lHCharaDQUQeguk1rrqxCfOifFZg+Rx/Mi7Lw==
180189
dependencies:
181190
debug "^4.1.1"
182191

192+
"@typescript/[email protected]":
193+
version "1.3.4"
194+
resolved "https://registry.yarnpkg.com/@typescript/vfs/-/vfs-1.3.4.tgz#07f89d2114f6e29255d589395ed7f3b4af8a00c2"
195+
integrity sha512-RbyJiaAGQPIcAGWFa3jAXSuAexU4BFiDRF1g3hy7LmRqfNpYlTQWGXjcrOaVZjJ8YkkpuwG0FcsYvtWQpd9igQ==
196+
dependencies:
197+
debug "^4.1.1"
198+
183199
abort-controller@^3.0.0:
184200
version "3.0.0"
185201
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
@@ -656,13 +672,20 @@ debug@^3.1.0:
656672
dependencies:
657673
ms "^2.1.1"
658674

659-
debug@^4.0.0, debug@^4.1.1:
675+
debug@^4.0.0:
660676
version "4.3.1"
661677
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
662678
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
663679
dependencies:
664680
ms "2.1.2"
665681

682+
debug@^4.1.1:
683+
version "4.3.2"
684+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
685+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
686+
dependencies:
687+
ms "2.1.2"
688+
666689
decode-uri-component@^0.2.0:
667690
version "0.2.0"
668691
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
@@ -2555,11 +2578,16 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
25552578
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
25562579
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
25572580

2558-
typescript@*, typescript@^4.1.3:
2581+
typescript@*:
25592582
version "4.1.3"
25602583
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
25612584
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
25622585

2586+
typescript@^4.1.3:
2587+
version "4.3.5"
2588+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
2589+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
2590+
25632591
unherit@^1.0.4:
25642592
version "1.1.3"
25652593
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"

0 commit comments

Comments
 (0)