Skip to content

Commit

Permalink
fix: pin typescript to 3.5.x
Browse files Browse the repository at this point in the history
Closes #98
  • Loading branch information
kevinmarrec committed Sep 3, 2019
1 parent b98808e commit d69ec27
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 127 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jest": "latest",
"lerna": "latest",
"nuxt-edge": "latest",
"typescript": "latest",
"typescript": "~3.5",
"vue-property-decorator": "latest"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"consola": "^2.10.1",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"ts-loader": "^6.0.4",
"typescript": "^3.6.2"
"typescript": "~3.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"main": "lib/index.js",
"dependencies": {
"ts-node": "^8.3.0",
"typescript": "^3.6.2"
"typescript": "~3.5"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d69ec27

Please sign in to comment.