Skip to content

Commit 6cb7409

Browse files
committed
feat(deps): upgrade typescript to 3.8
Tagging as `feat` to bump minor version of packages Closes #300
1 parent 33cd022 commit 6cb7409

File tree

4 files changed

+291
-314
lines changed

4 files changed

+291
-314
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lerna": "latest",
2525
"nuxt-edge": "latest",
2626
"ts-jest": "latest",
27-
"typescript": "~3.7",
27+
"typescript": "~3.8",
2828
"vue-property-decorator": "latest"
2929
}
3030
}

packages/typescript-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"consola": "^2.11.3",
2020
"fork-ts-checker-webpack-plugin": "^3.1.1",
2121
"ts-loader": "^6.2.1",
22-
"typescript": "~3.7"
22+
"typescript": "~3.8"
2323
},
2424
"publishConfig": {
2525
"access": "public"

packages/typescript-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@nuxt/types": "0.6.3",
2323
"ts-node": "^8.6.2",
24-
"typescript": "~3.7"
24+
"typescript": "~3.8"
2525
},
2626
"publishConfig": {
2727
"access": "public"

0 commit comments

Comments
 (0)