Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit c62e85a

Browse files
committed
Signed-off-by: 迷渡 <[email protected]>
1 parent 8efdc49 commit c62e85a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"merge-deep": "^3.0.2"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^13.13.5",
29-
"typescript": "^3.8.3"
28+
"@types/node": "^14.0.1",
29+
"typescript": "^3.9.2"
3030
}
3131
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@types/node@^13.13.5":
6-
version "13.13.5"
7-
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-13.13.5.tgz#96ec3b0afafd64a4ccea9107b75bf8489f0e5765"
8-
integrity sha1-luw7Cvr9ZKTM6pEHt1v4SJ8OV2U=
5+
"@types/node@^14.0.1":
6+
version "14.0.1"
7+
resolved "https://registry.npmjs.org/@types/node/-/node-14.0.1.tgz#5d93e0a099cd0acd5ef3d5bde3c086e1f49ff68c"
8+
integrity sha512-FAYBGwC+W6F9+huFIDtn43cpy7+SzG+atzRiTfdp3inUKL2hXnd4rG8hylJLIh4+hqrQy1P17kvJByE/z825hA==
99

1010
arr-union@^3.1.0:
1111
version "3.1.0"
@@ -123,7 +123,7 @@ shallow-clone@^0.1.2:
123123
lazy-cache "^0.2.3"
124124
mixin-object "^2.0.1"
125125

126-
typescript@^3.8.3:
127-
version "3.8.3"
128-
resolved "https://registry.npm.taobao.org/typescript/download/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
129-
integrity sha1-QJ64VE6gM1cRIFhp7EWKsQnuEGE=
126+
typescript@^3.9.2:
127+
version "3.9.2"
128+
resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9"
129+
integrity sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==

0 commit comments

Comments
 (0)