Skip to content

Commit 02c16c0

Browse files
committed
chore(deps): upgrade typescript to 3.6
Closes #113
1 parent dc01784 commit 02c16c0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"jest": "latest",
2424
"lerna": "latest",
2525
"nuxt-edge": "latest",
26-
"typescript": "~3.5",
26+
"typescript": "~3.6",
2727
"vue-property-decorator": "latest"
2828
}
2929
}

Diff for: packages/typescript-build/package.json

+1-1
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.1.0",
16-
"typescript": "~3.5"
16+
"typescript": "~3.6"
1717
},
1818
"publishConfig": {
1919
"access": "public"

Diff for: packages/typescript-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"main": "lib/index.js",
1616
"dependencies": {
1717
"ts-node": "^8.4.1",
18-
"typescript": "~3.5"
18+
"typescript": "~3.6"
1919
},
2020
"publishConfig": {
2121
"access": "public"

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -11580,10 +11580,10 @@ typedarray@^0.0.6:
1158011580
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1158111581
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1158211582

11583-
typescript@~3.5:
11584-
version "3.5.3"
11585-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
11586-
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
11583+
typescript@~3.6:
11584+
version "3.6.3"
11585+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
11586+
integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==
1158711587

1158811588
ua-parser-js@^0.7.20:
1158911589
version "0.7.20"

0 commit comments

Comments
 (0)