Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix(package): use fixed version typescript,clang-format and jasmine (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion authored and mhevery committed Mar 7, 2017
1 parent fcd8be5 commit 84459f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -45,10 +45,10 @@
},
"dependencies": {},
"devDependencies": {
"@types/jasmine": "^2.2.33",
"@types/jasmine": "2.2.33",
"@types/node": "^6.0.38",
"@types/systemjs": "^0.19.30",
"clang-format": "^1.0.46",
"clang-format": "1.0.46",
"concurrently": "^2.2.0",
"conventional-changelog": "^1.1.0",
"es6-promise": "^3.0.2",
Expand Down Expand Up @@ -79,7 +79,7 @@
"ts-loader": "^0.6.0",
"tslint": "^4.1.1",
"tslint-eslint-rules": "^3.1.0",
"typescript": "^2.0.2",
"typescript": "2.0.10",
"vrsource-tslint-rules": "^4.0.0",
"whatwg-fetch": "^2.0.1"
}
Expand Down

0 comments on commit 84459f1

Please sign in to comment.