Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 7b58b9a

Browse files
committed
chore(packages): Lock down exact version numbers
1 parent 37d30d5 commit 7b58b9a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^5.0.0",
30+
"@angular/animations": "5.0.0",
3131
"@angular/cdk": "5.0.0-rc0",
32-
"@angular/common": "^5.0.0",
33-
"@angular/compiler": "^5.0.0",
34-
"@angular/core": "^5.0.0",
32+
"@angular/common": "5.0.0",
33+
"@angular/compiler": "5.0.0",
34+
"@angular/core": "5.0.0",
3535
"@angular/flex-layout": "2.0.0-beta.10",
36-
"@angular/forms": "^5.0.0",
37-
"@angular/http": "^5.0.0",
36+
"@angular/forms": "5.0.0",
37+
"@angular/http": "5.0.0",
3838
"@angular/material": "5.0.0-rc0",
39-
"@angular/platform-browser": "^5.0.0",
40-
"@angular/platform-browser-dynamic": "^5.0.0",
41-
"@angular/router": "^5.0.0",
39+
"@angular/platform-browser": "5.0.0",
40+
"@angular/platform-browser-dynamic": "5.0.0",
41+
"@angular/router": "5.0.0",
4242
"@types/hammerjs": "2.0.35",
4343
"core-js": "2.4.1",
4444
"hammerjs": "2.0.8",
@@ -49,8 +49,8 @@
4949
},
5050
"devDependencies": {
5151
"@angular/cli": "1.5.2",
52-
"@angular/compiler-cli": "^5.0.0",
53-
"@angular/language-service": "^5.0.0",
52+
"@angular/compiler-cli": "5.0.0",
53+
"@angular/language-service": "5.0.0",
5454
"@angular/service-worker": "1.0.0-beta.16",
5555
"@types/jasmine": "2.5.53",
5656
"@types/jasminewd2": "2.0.2",
@@ -79,7 +79,7 @@
7979
"ts-node": "3.2.0",
8080
"tslint": "5.3.2",
8181
"tslint-config-prettier": "1.6.0",
82-
"typescript": "~2.4.2",
82+
"typescript": "2.4.2",
8383
"validate-commit-msg": "2.14.0",
8484
"wallaby-webpack": "*"
8585
},

0 commit comments

Comments
 (0)