Skip to content

Commit

Permalink
Upgrade dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarlex committed Sep 1, 2018
1 parent 7cc4509 commit 2c5d3c2
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"keywords": [
"angular",
"angular5",
"angular6",
"typescript",
"soundcloud",
"youtube",
Expand All @@ -35,17 +35,16 @@
"url": "https://github.com/cloud-player/web/issues"
},
"dependencies": {
"@angular/animations": "6.1.0",
"@angular/common": "6.1.0",
"@angular/compiler": "6.1.0",
"@angular/compiler-cli": "6.1.0",
"@angular/core": "6.1.0",
"@angular/forms": "6.1.0",
"@angular/http": "6.1.0",
"@angular/platform-browser": "6.1.0",
"@angular/platform-browser-dynamic": "6.1.0",
"@angular/platform-server": "6.1.0",
"@angular/router": "6.1.0",
"@angular/animations": "6.1.6",
"@angular/common": "6.1.6",
"@angular/compiler": "6.1.6",
"@angular/core": "6.1.6",
"@angular/forms": "6.1.6",
"@angular/http": "6.1.6",
"@angular/platform-browser": "6.1.6",
"@angular/platform-browser-dynamic": "6.1.6",
"@angular/platform-server": "6.1.6",
"@angular/router": "6.1.6",
"backbone": "1.3.3",
"bootstrap": "3.3.7",
"bootstrap-sass": "3.3.7",
Expand All @@ -55,15 +54,14 @@
"moment": "2.22.2",
"reflect-metadata": "0.1.12",
"rxjs": "6.2.1",
"typescript": "2.9.2",
"underscore": "1.8.3",
"web-animations-js": "2.3.1",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular/cli": "6.1.2",
"@angular/compiler-cli": "6.1.0",
"@angular/language-service": "6.1.0",
"@angular/cli": "6.1.5",
"@angular/compiler-cli": "6.1.6",
"@angular/language-service": "6.1.6",
"@angular-devkit/build-angular": "0.7.2",
"@types/backbone": "1.3.42",
"@types/jasmine": "2.8.8",
Expand All @@ -76,15 +74,15 @@
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"jquery": "3.3.1",
"karma": "2.0.4",
"karma": "3.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "2.0.1",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.2.0",
"sw-precache": "5.2.1",
"ts-node": "7.0.0",
"tslint": "5.10.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "2.9.2"
}
}

0 comments on commit 2c5d3c2

Please sign in to comment.