Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 18, 2021
1 parent f523aca commit 0410d68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "1.19.1",
"renovate-config-nju33": "0.0.1",
"ts-jest": "24.3.0",
"typescript": "3.9.10"
"typescript": "4.3.4"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/core-dayo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/nanoevents": "1.0.0",
"@types/nanoid": "2.1.0",
"npm-run-all": "4.1.5",
"typescript": "3.9.10"
"typescript": "4.3.4"
},
"dependencies": {
"iryo": "^0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dayo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"styled-components": "4.4.1",
"ts-jest": "24.3.0",
"typedoc": "0.20.36",
"typescript": "3.9.10"
"typescript": "4.3.4"
},
"dependencies": {
"core-dayo": "^0.3.6-alpha.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9669,10 +9669,10 @@ typescript@3.5.1:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==

typescript@3.9.10:
version "3.9.10"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
typescript@4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==

uglify-js@^3.1.4:
version "3.6.0"
Expand Down

0 comments on commit 0410d68

Please sign in to comment.