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 Feb 21, 2021
1 parent f724d74 commit f35bba7
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.9"
"typescript": "4.1.5"
},
"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.9"
"typescript": "4.1.5"
},
"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.27",
"typescript": "3.9.9"
"typescript": "4.1.5"
},
"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 @@ -9663,10 +9663,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.9:
version "3.9.9"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
typescript@4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==

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

0 comments on commit f35bba7

Please sign in to comment.