Skip to content

Commit 702d454

Browse files
authored
Merge pull request #40 from moizKachwala/revert-39-master
Revert "update npm dependencies"
2 parents 968a492 + 9a69392 commit 702d454

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,40 +23,40 @@
2323
"author": "Moiz Kachwala",
2424
"license": "MIT",
2525
"dependencies": {
26-
"@angular/common": "~4.2.2",
27-
"@angular/compiler": "~4.2.2",
28-
"@angular/core": "~4.2.2",
29-
"@angular/forms": "~4.2.2",
30-
"@angular/http": "~4.2.2",
31-
"@angular/platform-browser": "~4.2.2",
32-
"@angular/platform-browser-dynamic": "~4.2.2",
33-
"@angular/router": "~4.2.2",
34-
"@angular/upgrade": "~4.2.2",
26+
"@angular/common": "~2.4.9",
27+
"@angular/compiler": "~2.4.9",
28+
"@angular/core": "~2.4.9",
29+
"@angular/forms": "~2.4.9",
30+
"@angular/http": "~2.4.9",
31+
"@angular/platform-browser": "~2.4.9",
32+
"@angular/platform-browser-dynamic": "~2.4.9",
33+
"@angular/router": "~3.4.9",
34+
"@angular/upgrade": "~2.4.9",
3535

36-
"body-parser": "1.17.2",
36+
"body-parser": "1.17.1",
3737
"bootstrap": "^3.3.7",
3838
"core-js": "^2.4.1",
3939
"express": "^4.15.2",
4040
"mongoose": "^4.8.6",
4141
"reflect-metadata": "^0.1.10",
42-
"rxjs": "5.4.0",
43-
"systemjs": "0.20.13",
44-
"zone.js": "^0.8.12"
42+
"rxjs": "5.2.0",
43+
"systemjs": "0.20.9",
44+
"zone.js": "^0.7.7"
4545
},
4646
"devDependencies": {
4747
"concurrently": "^3.4.0",
48-
"del": "^3.0.0",
48+
"del": "^2.2.2",
4949
"gulp": "^3.9.1",
5050
"gulp-concat": "^2.6.0",
5151
"gulp-nodemon": "^2.2.1",
5252
"gulp-sourcemaps": "^2.4.1",
53-
"gulp-tslint": "^8.1.1",
53+
"gulp-tslint": "^7.1.0",
5454
"gulp-typescript": "^3.0.1",
5555
"gulp-typings": "^2.0.4",
5656
"method-override": "^2.3.6",
5757
"run-sequence": "^1.2.2",
58-
"ts-node": "3.0.6",
59-
"tslint": "^5.4.3",
58+
"ts-node": "2.1.0",
59+
"tslint": "^4.5.1",
6060
"typescript": "^2.2.1"
6161
},
6262
"bugs": {

0 commit comments

Comments
 (0)