Skip to content

Commit

Permalink
feat: Updated demo to version 7 for Highcharts and Angular.
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMadej committed Dec 22, 2018
1 parent 39b61bf commit 85151bf
Showing 1 changed file with 38 additions and 39 deletions.
77 changes: 38 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,46 +15,45 @@
"e2e": "ng e2e"
},
"dependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/animations": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"core-js": "^2.4.1",
"highcharts": "^6.0.7",
"highcharts-custom-events": "^2.0.20",
"rxjs": "^6.0.0",
"zone.js": "^0.8.19"
"@angular/animations": "7.1.0",
"@angular/common": "7.1.0",
"@angular/compiler": "7.1.0",
"@angular/core": "7.1.0",
"@angular/forms": "7.1.0",
"@angular/http": "7.1.0",
"@angular/platform-browser": "7.1.0",
"@angular/platform-browser-dynamic": "7.1.0",
"@angular/router": "7.1.0",
"core-js": "2.5.4",
"rxjs": "6.3.3",
"tslib": "1.9.0",
"zone.js": "0.8.26",
"highcharts": "7.0.1",
"highcharts-custom-events": "2.2.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.8",
"@angular-devkit/build-ng-packagr": "~0.6.8",
"@angular/cli": "^6.0.8",
"@angular/compiler-cli": "^6.0.0",
"@angular/language-service": "^6.0.0",
"@types/highcharts": "^5.0.23",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "^4.4.2",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^3.0.0-rc.2",
"protractor": "~5.1.2",
"standard-version": "^4.4.0",
"ts-node": "~4.1.0",
"tsickle": ">=0.25.5",
"tslib": "^1.7.1",
"tslint": "^5.10.0",
"typescript": "~2.7.2"
"@angular-devkit/build-angular": "0.11.0",
"@angular-devkit/build-ng-packagr": "0.11.0",
"@angular/cli": "7.1.3",
"@angular/compiler-cli": "7.1.0",
"@angular/language-service": "7.1.0",
"@types/node": "8.9.4",
"@types/jasmine": "2.8.8",
"@types/jasminewd2": "2.0.3",
"codelyzer": "4.5.0",
"jasmine-core": "2.99.1",
"jasmine-spec-reporter": "4.2.1",
"karma": "3.1.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.1",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "0.2.2",
"ng-packagr": "4.4.0",
"protractor": "5.4.0",
"standard-version": "4.4.0",
"ts-node": "7.0.0",
"tsickle": "0.25.5",
"tslint": "5.11.0",
"typescript": "3.1.6"
}
}

0 comments on commit 85151bf

Please sign in to comment.