Skip to content

Commit

Permalink
Update dependency typescript to v4 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 23, 2021
1 parent d810043 commit e22acf9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cdk/kittyhawk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"standard-version": "^9.0.0",
"ts-jest": "^26.4.4",
"typedoc": "^0.19.2",
"typescript": "^3.9.5"
"typescript": "^4.1.5"
},
"dependencies": {
"cdk8s": "^1.0.0-beta.5",
Expand Down
7 changes: 6 additions & 1 deletion cdk/kittyhawk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6095,7 +6095,12 @@ typedoc@^0.19.2:
shelljs "^0.8.4"
typedoc-default-themes "^0.11.4"

typescript@^3.9.5, typescript@~3.9.7:
typescript@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==

typescript@~3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
Expand Down
2 changes: 1 addition & 1 deletion cdk/kraken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"standard-version": "^9.0.0",
"ts-jest": "^26.4.4",
"typedoc": "^0.19.2",
"typescript": "^3.9.5"
"typescript": "^4.1.5"
},
"peerDependencies": {},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions cdk/kraken/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5553,10 +5553,10 @@ typedoc@^0.19.2:
shelljs "^0.8.4"
typedoc-default-themes "^0.11.4"

typescript@^3.9.5:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
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.12.3"
Expand Down

0 comments on commit e22acf9

Please sign in to comment.