Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 3ba817a

Browse files
Merge pull request #198 from NativeScript/hristova/update-to-5.2
chore: update dependencies for 5.2.0
2 parents e942229 + e15ea5b commit 3ba817a

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

demo-angular/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
"nativescript": {
33
"id": "org.nativescript.demoangular",
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
"dependencies": {
12-
"@angular/animations": "~7.1.0",
13-
"@angular/common": "~7.1.0",
14-
"@angular/compiler": "~7.1.0",
15-
"@angular/core": "~7.1.0",
16-
"@angular/forms": "~7.1.0",
17-
"@angular/http": "~7.1.0",
18-
"@angular/platform-browser": "~7.1.0",
19-
"@angular/platform-browser-dynamic": "~7.1.0",
20-
"@angular/router": "~7.1.0",
21-
"nativescript-angular": "~7.1.0",
12+
"@angular/animations": "~7.2.0",
13+
"@angular/common": "~7.2.0",
14+
"@angular/compiler": "~7.2.0",
15+
"@angular/core": "~7.2.0",
16+
"@angular/forms": "~7.2.0",
17+
"@angular/http": "~7.2.0",
18+
"@angular/platform-browser": "~7.2.0",
19+
"@angular/platform-browser-dynamic": "~7.2.0",
20+
"@angular/router": "~7.2.0",
21+
"nativescript-angular": "~7.2.1",
2222
"nativescript-geolocation": "../src",
2323
"nativescript-theme-core": "~1.0.4",
2424
"nativescript-toast": "^1.4.6",
25-
"tns-core-modules": "~5.1.0",
25+
"tns-core-modules": "~5.2.0",
2626
"reflect-metadata": "~0.1.10",
2727
"rxjs": "~6.3.0",
2828
"zone.js": "~0.8.18"
2929
},
3030
"devDependencies": {
3131
"@nativescript/schematics": "~0.5.0",
32-
"nativescript-dev-typescript": "~0.7.0",
33-
"nativescript-dev-webpack": "~0.19.0",
34-
"@angular/compiler-cli": "~7.1.0",
32+
"nativescript-dev-typescript": "~0.8.0",
33+
"nativescript-dev-webpack": "~0.20.0",
34+
"@angular/compiler-cli": "~7.2.0",
3535
"@ngtools/webpack": "~7.1.0"
3636
},
3737
"scripts": {

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,14 +16,14 @@
1616
"nativescript-theme-core": "~1.0.4",
1717
"nativescript-toast": "^1.4.6",
1818
"nativescript-vue": "~2.0.0",
19-
"tns-core-modules": "~5.1.0"
19+
"tns-core-modules": "~5.2.0"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "~7.1.0",
2323
"@babel/preset-env": "~7.1.0",
2424
"babel-loader": "~8.0.0",
25-
"nativescript-dev-webpack": "~0.19.0",
26-
"nativescript-dev-typescript": "~0.7.0",
25+
"nativescript-dev-webpack": "~0.20.0",
26+
"nativescript-dev-typescript": "~0.8.0",
2727
"nativescript-vue-template-compiler": "~2.0.0",
2828
"node-sass": "~4.9.0",
2929
"vue-loader": "~15.4.0"

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
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
"dependencies": {
1212
"nativescript-geolocation": "../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-toast": "^1.4.6",
1515
"nativescript-unit-test-runner": "^0.3.4",
16-
"tns-core-modules": "^5.1.0"
16+
"tns-core-modules": "^5.2.0"
1717
},
1818
"devDependencies": {
1919
"jasmine-core": "^2.5.2",
2020
"karma": "^1.3.0",
2121
"karma-jasmine": "^1.0.2",
2222
"karma-nativescript-launcher": "^0.4.0",
2323
"nativescript-css-loader": "~0.26.0",
24-
"nativescript-dev-typescript": "~0.7.0",
25-
"nativescript-dev-webpack": "~0.18.0",
26-
"tns-platform-declarations": "^5.1.0",
24+
"nativescript-dev-typescript": "~0.8.0",
25+
"nativescript-dev-webpack": "~0.20.0",
26+
"tns-platform-declarations": "^5.2.0",
2727
"tslint": "~5.11.0"
2828
},
2929
"scripts": {

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"homepage": "https://github.com/NativeScript/nativescript-geolocation",
4141
"readmeFilename": "README.md",
4242
"devDependencies": {
43-
"tns-core-modules": "^5.1.0",
44-
"tns-platform-declarations": "^5.1.0",
43+
"tns-core-modules": "^5.2.0",
44+
"tns-platform-declarations": "^5.2.0",
4545
"typescript": "~3.1.6",
4646
"prompt": "~1.0.0",
4747
"rimraf": "~2.6.2",

0 commit comments

Comments
 (0)