Skip to content

Commit 249a6a4

Browse files
SirVerwally-the-cartographer
authored andcommitted
Work around a types issue in webvr. (#154)
This bug is not in Typescript < 3.0, so we force a version between 2.0 and 3.0 to not get hit by this bug in ci. Once it is fixed we can update to > 3.* eventually again. microsoft/TypeScript#26038
1 parent efb6365 commit 249a6a4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

octree_web_viewer/client/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

octree_web_viewer/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/three": "0.0.27",
1616
"dat-gui": "0.5.0",
1717
"three": "0.83.0",
18-
"typescript": "^2.2"
18+
"typescript": "=2.7.2"
1919
},
2020
"prettier": {
2121
"arrow-parens": "always",

xray/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"rollup": "^0.55.3",
1515
"rollup-plugin-commonjs": "^8.3.0",
1616
"rollup-plugin-node-resolve": "^3.0.2",
17-
"typescript": "^2.7.0"
17+
"typescript": "=2.7.2"
1818
},
1919
"dependencies": {
2020
"@types/three": "0.91.8",

0 commit comments

Comments
 (0)