Skip to content

Commit caa5105

Browse files
committed
chore(deps): update dependency typescript to v4
1 parent db530eb commit caa5105

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.1.5"
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.1.5"
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.24",
53-
"typescript": "3.9.9"
53+
"typescript": "4.1.5"
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
@@ -9663,10 +9663,10 @@ typescript@3.5.1:
96639663
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
96649664
integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==
96659665

9666-
typescript@3.9.9:
9667-
version "3.9.9"
9668-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
9669-
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
9666+
typescript@4.1.5:
9667+
version "4.1.5"
9668+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
9669+
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
96709670

96719671
uglify-js@^3.1.4:
96729672
version "3.6.0"

0 commit comments

Comments
 (0)