Skip to content

Commit 8f4d35d

Browse files
author
Elena Hristova
committed
chore: update dependencies for 6.1
1 parent b7e7beb commit 8f4d35d

File tree

3 files changed

+26
-27
lines changed

3 files changed

+26
-27
lines changed

demo-angular/package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.demo.angular",
88
"tns-android": {
9-
"version": "6.0.0"
9+
"version": "6.1.0"
1010
},
1111
"tns-ios": {
12-
"version": "6.0.1"
12+
"version": "6.1.0"
1313
}
1414
},
1515
"scripts": {
@@ -19,29 +19,28 @@
1919
"ci.ios.build": "cd ../src && npm run build && cd ../demo-angular && tns build ios"
2020
},
2121
"dependencies": {
22-
"@angular/animations": "~8.0.0",
23-
"@angular/common": "~8.0.0",
24-
"@angular/compiler": "~8.0.0",
25-
"@angular/core": "~8.0.0",
26-
"@angular/forms": "~8.0.0",
27-
"@angular/http": "8.0.0-beta.10",
28-
"@angular/platform-browser": "~8.0.0",
29-
"@angular/platform-browser-dynamic": "~8.0.0",
30-
"@angular/router": "~8.0.0",
31-
"nativescript-angular": "~8.0.0",
22+
"@angular/animations": "~8.2.0",
23+
"@angular/common": "~8.2.0",
24+
"@angular/compiler": "~8.2.0",
25+
"@angular/core": "~8.2.0",
26+
"@angular/forms": "~8.2.0",
27+
"@angular/platform-browser": "~8.2.0",
28+
"@angular/platform-browser-dynamic": "~8.2.0",
29+
"@angular/router": "~8.2.0",
30+
"nativescript-angular": "~8.2.0",
3231
"nativescript-camera": "../src",
3332
"nativescript-theme-core": "^1.0.4",
34-
"rxjs": "^6.3.3",
33+
"rxjs": "^6.4.0",
3534
"tns-core-modules": "^6.0.0",
36-
"zone.js": "^0.8.4"
35+
"zone.js": "^0.9.1"
3736
},
3837
"devDependencies": {
39-
"@angular/compiler-cli": "~8.0.0",
40-
"@ngtools/webpack": "~8.0.0",
38+
"@angular/compiler-cli": "~8.2.0",
39+
"@ngtools/webpack": "~8.2.0",
4140
"nativescript-css-loader": "~0.26.0",
42-
"nativescript-dev-webpack": "~1.0.1",
41+
"nativescript-dev-webpack": "^1.0.0",
4342
"tns-platform-declarations": "^6.0.0",
4443
"tslint": "~5.11.0",
45-
"typescript": "~3.4.5"
44+
"typescript": "~3.5.3"
4645
}
47-
}
46+
}

demo-vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demovue",
44
"tns-android": {
5-
"version": "6.0.0"
5+
"version": "6.1.0"
66
},
77
"tns-ios": {
8-
"version": "6.0.1"
8+
"version": "6.1.0"
99
}
1010
},
1111
"scripts": {
@@ -14,16 +14,16 @@
1414
"dependencies": {
1515
"nativescript-camera": "../src",
1616
"nativescript-theme-core": "~1.0.4",
17-
"nativescript-vue": "~2.3.0",
17+
"nativescript-vue": "~2.4.0",
1818
"tns-core-modules": "^6.0.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "~7.1.0",
2222
"@babel/preset-env": "~7.1.0",
2323
"@types/node": "~10.12.18",
2424
"babel-loader": "~8.0.0",
25-
"nativescript-dev-webpack": "~1.0.1",
26-
"nativescript-vue-template-compiler": "~2.3.0",
25+
"nativescript-dev-webpack": "^1.0.0",
26+
"nativescript-vue-template-compiler": "~2.4.0",
2727
"node-sass": "~4.12.0",
2828
"tslint": "~5.12.1",
2929
"vue-loader": "~15.4.0",

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.demo",
88
"tns-android": {
9-
"version": "6.0.0"
9+
"version": "6.1.0"
1010
},
1111
"tns-ios": {
12-
"version": "6.0.1"
12+
"version": "6.1.0"
1313
}
1414
},
1515
"scripts": {
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@types/node": "~10.12.18",
2828
"nativescript-css-loader": "~0.26.1",
29-
"nativescript-dev-webpack": "~1.0.1",
29+
"nativescript-dev-webpack": "^1.0.0",
3030
"tns-platform-declarations": "^6.0.0",
3131
"tslint": "~5.11.0",
3232
"typescript": "~3.4.5"

0 commit comments

Comments
 (0)