Skip to content

Commit 73c53ce

Browse files
committed
chore(deps): update dependency typescript to v4
1 parent cdc76bd commit 73c53ce

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prettier": "1.19.1",
3232
"renovate-config-nju33": "0.0.1",
3333
"ts-jest": "24.3.0",
34-
"typescript": "3.9.9"
34+
"typescript": "4.2.3"
3535
},
3636
"dependencies": {}
3737
}

packages/core-dayo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/nanoevents": "1.0.0",
2222
"@types/nanoid": "2.1.0",
2323
"npm-run-all": "4.1.5",
24-
"typescript": "3.9.9"
24+
"typescript": "4.2.3"
2525
},
2626
"dependencies": {
2727
"iryo": "^0.0.2",

packages/react-dayo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"styled-components": "4.4.1",
5151
"ts-jest": "24.3.0",
5252
"typedoc": "0.20.32",
53-
"typescript": "3.9.9"
53+
"typescript": "4.2.3"
5454
},
5555
"dependencies": {
5656
"core-dayo": "^0.3.6-alpha.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9669,10 +9669,10 @@ typescript@3.5.1:
96699669
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
96709670
integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==
96719671

9672-
typescript@3.9.9:
9673-
version "3.9.9"
9674-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
9675-
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
9672+
typescript@4.2.3:
9673+
version "4.2.3"
9674+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
9675+
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
96769676

96779677
uglify-js@^3.1.4:
96789678
version "3.6.0"

0 commit comments

Comments
 (0)