Skip to content

Commit 5b2e29d

Browse files
author
mru
committed
downgraded dependencies in package.json
1 parent 9b1a020 commit 5b2e29d

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
@@ -39,7 +39,7 @@
3939
"license": "MIT",
4040
"devDependencies": {
4141
"@angular/compiler-cli": "^0.6.1",
42-
"@angular/platform-server": "^2.0.2",
42+
"@angular/platform-server": "^2.0.0",
4343
"@angular/tsc-wrapped": "^0.3.0",
4444
"@types/async": "^2.0.31",
4545
"@types/browser-sync": "^0.0.32",
@@ -63,7 +63,7 @@
6363
"@types/zone.js": "^0.0.26",
6464
"async": "^2.0.1",
6565
"autoprefixer": "^6.3.7",
66-
"browser-sync": "^2.17.1",
66+
"browser-sync": "^2.13.0",
6767
"codelyzer": "1.0.0-beta.0",
6868
"colorguard": "^1.2.0",
6969
"compression": "^1.6.2",
@@ -120,8 +120,8 @@
120120
"run-sequence": "^1.2.2",
121121
"semver": "^5.3.0",
122122
"serve-static": "^1.11.1",
123-
"slash": "^1.0.0",
124-
"stylelint": "^7.4.0",
123+
"slash": "~1.0.0",
124+
"stylelint": "^7.0.2",
125125
"stylelint-config-standard": "^11.0.0",
126126
"supports-color": "^3.1.2",
127127
"systemjs-builder": "0.15.31",
@@ -135,14 +135,14 @@
135135
"yargs": "^4.8.0"
136136
},
137137
"dependencies": {
138-
"@angular/common": "^2.0.2",
139-
"@angular/compiler": "^2.0.2",
140-
"@angular/core": "^2.0.2",
141-
"@angular/forms": "^2.0.2",
142-
"@angular/http": "^2.0.2",
143-
"@angular/platform-browser": "^2.0.2",
144-
"@angular/platform-browser-dynamic": "^2.0.2",
145-
"@angular/router": "^3.0.2",
138+
"@angular/common": "^2.0.1",
139+
"@angular/compiler": "^2.0.1",
140+
"@angular/core": "^2.0.1",
141+
"@angular/forms": "^2.0.1",
142+
"@angular/http": "^2.0.1",
143+
"@angular/platform-browser": "^2.0.1",
144+
"@angular/platform-browser-dynamic": "^2.0.1",
145+
"@angular/router": "^3.0.1",
146146
"core-js": "^2.4.1",
147147
"es-module-loader": "^1.0.0",
148148
"reflect-metadata": "^0.1.8",

0 commit comments

Comments
 (0)