Skip to content

Commit 56d50c6

Browse files
author
Elena Hristova
committed
chore: update dependencies for 5.2.0
1 parent b223b6b commit 56d50c6

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

demo-angular/package.json

Lines changed: 15 additions & 15 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": "5.1.0"
9+
"version": "5.2.0"
1010
},
1111
"tns-ios": {
12-
"version": "5.1.0"
12+
"version": "5.2.0"
1313
}
1414
},
1515
"scripts": {
@@ -19,26 +19,26 @@
1919
"ci.ios.build": "cd ../src && npm run build && cd ../demo-angular && tns build ios"
2020
},
2121
"dependencies": {
22-
"@angular/animations": "~7.1.0",
23-
"@angular/common": "~7.1.0",
24-
"@angular/compiler": "~7.1.0",
25-
"@angular/core": "~7.1.0",
26-
"@angular/forms": "~7.1.0",
27-
"@angular/http": "~7.1.0",
28-
"@angular/platform-browser": "~7.1.0",
29-
"@angular/platform-browser-dynamic": "~7.1.0",
30-
"@angular/router": "~7.1.0",
31-
"nativescript-angular": "~7.1.0",
22+
"@angular/animations": "~7.2.0",
23+
"@angular/common": "~7.2.0",
24+
"@angular/compiler": "~7.2.0",
25+
"@angular/core": "~7.2.0",
26+
"@angular/forms": "~7.2.0",
27+
"@angular/http": "~7.2.0",
28+
"@angular/platform-browser": "~7.2.0",
29+
"@angular/platform-browser-dynamic": "~7.2.0",
30+
"@angular/router": "~7.2.0",
31+
"nativescript-angular": "~7.2.1",
3232
"nativescript-camera": "../src",
3333
"nativescript-theme-core": "^1.0.4",
3434
"rxjs": "^6.3.3",
35-
"tns-core-modules": "^5.1.0",
35+
"tns-core-modules": "^5.2.0",
3636
"zone.js": "^0.8.4"
3737
},
3838
"devDependencies": {
3939
"nativescript-css-loader": "~0.26.0",
40-
"nativescript-dev-typescript": "~0.7.0",
41-
"nativescript-dev-webpack": "~0.18.0",
40+
"nativescript-dev-typescript": "~0.8.0",
41+
"nativescript-dev-webpack": "~0.20.0",
4242
"tslint": "~5.11.0"
4343
}
4444
}

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": "5.1.0"
5+
"version": "5.2.0"
66
},
77
"tns-ios": {
8-
"version": "5.1.0"
8+
"version": "5.2.0"
99
}
1010
},
1111
"scripts": {
@@ -16,7 +16,7 @@
1616
"nativescript-camera": "../src",
1717
"nativescript-theme-core": "~1.0.4",
1818
"nativescript-vue": "~2.0.0",
19-
"tns-core-modules": "~5.0.2"
19+
"tns-core-modules": "~5.2.0"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "~7.1.0",
@@ -29,8 +29,8 @@
2929
"mocha-junit-reporter": "~1.18.0",
3030
"mocha-multi": "~1.0.1",
3131
"nativescript-dev-appium": "4.0.9",
32-
"nativescript-dev-typescript": "~0.7.0",
33-
"nativescript-dev-webpack": "~0.18.0",
32+
"nativescript-dev-typescript": "~0.8.0",
33+
"nativescript-dev-webpack": "~0.20.0",
3434
"nativescript-vue-template-compiler": "~2.0.0",
3535
"node-sass": "~4.9.0",
3636
"tslint": "~5.12.1",

demo/package.json

Lines changed: 5 additions & 5 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": "5.1.0"
9+
"version": "5.2.0"
1010
},
1111
"tns-ios": {
12-
"version": "5.1.0"
12+
"version": "5.2.0"
1313
}
1414
},
1515
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"nativescript-camera": "../src",
26-
"tns-core-modules": "^5.1.0"
26+
"tns-core-modules": "^5.2.0"
2727
},
2828
"devDependencies": {
2929
"@types/chai": "~4.1.7",
@@ -34,8 +34,8 @@
3434
"mocha-multi": "~1.0.1",
3535
"nativescript-css-loader": "~0.26.1",
3636
"nativescript-dev-appium": "4.0.9",
37-
"nativescript-dev-typescript": "~0.7.0",
38-
"nativescript-dev-webpack": "~0.18.0",
37+
"nativescript-dev-typescript": "~0.8.0",
38+
"nativescript-dev-webpack": "~0.20.0",
3939
"tslint": "~5.11.0"
4040
}
4141
}

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"nativescript-permissions": "^1.2.3"
4747
},
4848
"devDependencies": {
49-
"tns-core-modules": "^5.1.0",
50-
"tns-platform-declarations": "^5.1.0",
49+
"tns-core-modules": "^5.2.0",
50+
"tns-platform-declarations": "^5.2.0",
5151
"typescript": "~3.1.6",
5252
"prompt": "^1.0.0",
5353
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)