Skip to content

Commit e440846

Browse files
committed
Tilde versions as later versions of TS break the build
1 parent 3cc8935 commit e440846

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
},
3939
"dependencies": {
4040
"bower": "~1.7.9",
41-
"@types/angular": "^1.6.7",
42-
"@types/intro.js": "^2.4.0",
43-
"grunt-ts": "^6.0.0-beta.11",
44-
"grunt-tslint": "^4.0.1",
45-
"tslint": "^4.5.1",
46-
"typescript": "^2.2.1"
41+
"@types/angular": "~1.6.7",
42+
"@types/intro.js": "~2.4.0",
43+
"grunt-ts": "~6.0.0-beta.11",
44+
"grunt-tslint": "~4.0.1",
45+
"tslint": "~4.5.1",
46+
"typescript": "~2.2.1"
4747
}
4848
}

0 commit comments

Comments
 (0)