Skip to content

Commit 01de1c5

Browse files
authored
Merge pull request #270 from NativeScript/update-chart-demo
chore: update 'chart' demo for nativescript-ui-chart v6.0.0
2 parents bb1e927 + 615ebc1 commit 01de1c5

1 file changed

Lines changed: 19 additions & 21 deletions

File tree

chart/package.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,32 @@
66
"nativescript": {
77
"id": "org.nativescript.demoangular",
88
"tns-ios": {
9-
"version": "6.0.1"
9+
"version": "6.1.0"
1010
},
1111
"tns-android": {
12-
"version": "6.0.0"
12+
"version": "6.1.0"
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
21-
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
25-
"nativescript-angular": "~8.0.0",
16+
"@angular/animations": "~8.2.0",
17+
"@angular/common": "~8.2.0",
18+
"@angular/compiler": "~8.2.0",
19+
"@angular/core": "~8.2.0",
20+
"@angular/forms": "~8.2.0",
21+
"@angular/platform-browser": "~8.2.0",
22+
"@angular/platform-browser-dynamic": "~8.2.0",
23+
"@angular/router": "~8.2.0",
24+
"nativescript-angular": "~8.2.0",
2625
"nativescript-theme-core": "~1.0.4",
2726
"nativescript-ui-chart": "*",
2827
"reflect-metadata": "~0.1.10",
29-
"rxjs": "^6.3.3",
28+
"rxjs": "^6.4.0",
3029
"tns-core-modules": "^6.0.0",
31-
"zone.js": "~0.8.18"
30+
"zone.js": "^0.9.1"
3231
},
3332
"devDependencies": {
34-
"@angular/compiler-cli": "~8.0.0",
35-
"@ngtools/webpack": "~8.0.0",
33+
"@angular/compiler-cli": "~8.2.0",
34+
"@ngtools/webpack": "~8.2.0",
3635
"@types/chai": "~4.1.3",
3736
"@types/mocha": "~5.2.1",
3837
"@types/node": "^7.0.5",
@@ -45,14 +44,13 @@
4544
"markdown-snippet-injector": "^0.2.4",
4645
"mocha": "^3.3.0",
4746
"mocha-junit-reporter": "^1.18.0",
48-
"mocha-multi": "^1.0.1",
47+
"mocha-multi": "1.1.0",
4948
"mochawesome": "^3.1.1",
5049
"nativescript-css-loader": "~0.26.0",
5150
"nativescript-dev-appium": "5.0.0",
52-
"nativescript-dev-webpack": "~1.0.0",
53-
"tns-platform-declarations": "^6.0.4",
54-
"tslib": "~1.9.2",
51+
"nativescript-dev-webpack": "^1.0.0",
52+
"tns-platform-declarations": "^6.1.0",
5553
"tslint": "~5.11.0",
56-
"typescript": "~3.4.5"
54+
"typescript": "~3.5.3"
5755
}
5856
}

0 commit comments

Comments
 (0)