Skip to content

Commit

Permalink
Upgrade to angular 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rumoffia committed Oct 25, 2018
1 parent c14e55f commit 8146b1d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-epic-spinners",
"version": "1.0.9",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -20,32 +20,32 @@
"author": "iamAfro <[email protected]>",
"url": "https://github.com/hackafro/angular-epic-spinners",
"private": false,
"dependencies": {
"@angular/core": "^6.0.4",
"rxjs-compat": "^6.0.0-rc.0"
},
"devDependencies": {
"@angular/animations": "^6.0.4",
"@angular/cli": "^6.0.8",
"@angular/common": "^6.0.4",
"@angular/compiler": "^6.0.4",
"@angular/compiler-cli": "^6.0.4",
"@angular/forms": "^6.0.4",
"@angular/http": "^6.0.4",
"@angular/language-service": "^6.0.4",
"@angular/platform-browser": "^6.0.4",
"@angular/platform-browser-dynamic": "^6.0.4",
"@angular/core": "^7.0.1",
"@angular-devkit/build-angular": "~0.6.8",
"@angular/animations": "^7.0.1",
"@angular/cli": "^7.0.3",
"@angular/common": "^7.0.1",
"@angular/compiler": "^7.0.1",
"@angular/compiler-cli": "^7.0.1",
"@angular/forms": "^7.0.1",
"@angular/http": "^7.0.1",
"@angular/language-service": "^7.0.1",
"@angular/platform-browser": "^7.0.1",
"@angular/platform-browser-dynamic": "^7.0.1",
"@types/node": "~6.0.60",
"angular-cli-ghpages": "^0.5.2",
"codelyzer": "^4.0.1",
"concurrently": "^3.5.1",
"core-js": "^2.4.1",
"ng-packagr": "^1.6.0",
"ng-packagr": "^4.4.0",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.0.0-rc.0",
"ts-node": "~3.2.0",
"tsickle": "^0.33.1",
"tslib": "^1.9.0",
"tslint": "~5.7.0",
"typescript": "~2.7.2",
"zone.js": "^0.8.26",
"@angular-devkit/build-angular": "~0.6.8"
"typescript": "3.1",
"zone.js": "^0.8.26"
}
}
}

0 comments on commit 8146b1d

Please sign in to comment.