Skip to content

Commit d69ec27

Browse files
committed
fix: pin typescript to 3.5.x
Closes #98
1 parent b98808e commit d69ec27

File tree

4 files changed

+145
-127
lines changed

4 files changed

+145
-127
lines changed

package.json

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

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.6.2"
16+
"typescript": "~3.5"
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.6.2"
18+
"typescript": "~3.5"
1919
},
2020
"publishConfig": {
2121
"access": "public"

0 commit comments

Comments
 (0)