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 Oct 26, 2020
1 parent 250d0ba commit f47f5df
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.7"
"typescript": "4.0.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.7"
"typescript": "4.0.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.19.2",
"typescript": "3.9.7"
"typescript": "4.0.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 @@ -9646,10 +9646,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==

typescript@3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
typescript@4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==

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

0 comments on commit f47f5df

Please sign in to comment.