Skip to content

Commit 794dbb7

Browse files
renovate[bot]kevinmarrec
authored andcommitted
chore(deps): update dependency typescript to ^3.6.2 (#90)
1 parent 346be46 commit 794dbb7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/typescript-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"consola": "^2.10.1",
1414
"fork-ts-checker-webpack-plugin": "^1.5.0",
1515
"ts-loader": "^6.0.4",
16-
"typescript": "^3.5.3"
16+
"typescript": "^3.6.2"
1717
},
1818
"publishConfig": {
1919
"access": "public"

packages/typescript-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"main": "lib/index.js",
1616
"dependencies": {
1717
"ts-node": "^8.3.0",
18-
"typescript": "^3.5.3"
18+
"typescript": "^3.6.2"
1919
},
2020
"publishConfig": {
2121
"access": "public"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11512,7 +11512,12 @@ typedarray@^0.0.6:
1151211512
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1151311513
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1151411514

11515-
typescript@^3.5.3, typescript@latest:
11515+
typescript@^3.6.2:
11516+
version "3.6.2"
11517+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
11518+
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
11519+
11520+
typescript@latest:
1151611521
version "3.5.3"
1151711522
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
1151811523
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==

0 commit comments

Comments
 (0)