Skip to content

Commit 74bf797

Browse files
authored
Merge pull request #219 from NativeScript/hristova/update-to-6.2
chore: update to 6.2
2 parents edfcb7c + 2bb7101 commit 74bf797

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

demo-angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"nativescript": {
55
"id": "org.nativescript.demoangular",
66
"tns-ios": {
7-
"version": "6.1.0"
7+
"version": "6.2.0"
88
},
99
"tns-android": {
10-
"version": "6.1.0"
10+
"version": "6.2.0"
1111
}
1212
},
1313
"dependencies": {
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "~8.2.0",
1919
"@angular/platform-browser-dynamic": "~8.2.0",
2020
"@angular/router": "~8.2.0",
21-
"nativescript-angular": "~8.2.0",
21+
"nativescript-angular": "~8.20.0",
2222
"nativescript-facebook": "../src",
2323
"nativescript-theme-core": "^1.0.4",
2424
"nativescript-unit-test-runner": "0.7.0",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"nativescript-css-loader": "~0.26.0",
31-
"nativescript-dev-webpack": "^1.0.0",
31+
"nativescript-dev-webpack": "^1.3.0",
3232
"tslint": "~5.11.0",
3333
"typescript": "~3.5.3",
3434
"karma-webpack": "3.0.5"
@@ -40,4 +40,4 @@
4040
"ci.ios.build": "cd ../src && npm run build.iosOnly && cd ../demo-angular && tns build ios",
4141
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
4242
}
43-
}
43+
}

demo-vue/package.json

Lines changed: 4 additions & 4 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.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"description": "NativeScript Application",
@@ -21,11 +21,11 @@
2121
"@babel/core": "~7.1.0",
2222
"@babel/preset-env": "~7.1.0",
2323
"babel-loader": "~8.0.0",
24-
"nativescript-dev-webpack": "^1.0.0",
24+
"nativescript-dev-webpack": "^1.3.0",
2525
"nativescript-vue-template-compiler": "~2.4.0",
2626
"node-sass": "~4.12.0",
2727
"vue-loader": "~15.4.2",
28-
"typescript": "~3.4.5"
28+
"typescript": "~3.5.3"
2929
},
3030
"scripts": {
3131
"build.plugin": "cd ../src && npm run build"

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
44
"tns-android": {
5-
"version": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"dependencies": {
@@ -16,9 +16,9 @@
1616
},
1717
"devDependencies": {
1818
"nativescript-css-loader": "~0.26.1",
19-
"nativescript-dev-webpack": "^1.0.0",
19+
"nativescript-dev-webpack": "^1.3.0",
2020
"tslint": "~5.11.0",
21-
"typescript": "~3.4.5",
21+
"typescript": "~3.5.3",
2222
"karma-webpack": "3.0.5"
2323
},
2424
"scripts": {

src/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"homepage": "https://github.com/NativeScript/nativescript-facebook",
4444
"readmeFilename": "README.md",
4545
"devDependencies": {
46-
"tns-core-modules": "^5.0.0",
47-
"tns-platform-declarations": "^5.0.0",
48-
"typescript": "~3.1.6",
49-
"nativescript-angular": "~7.2.0",
50-
"nativescript-vue": "~2.2.0",
51-
"@angular/core": "~7.2.0",
52-
"@angular/common": "~7.2.0",
53-
"@angular/compiler": "~7.2.0",
54-
"@angular/compiler-cli": "~7.2.0",
46+
"tns-core-modules": "^6.0.0",
47+
"tns-platform-declarations": "^6.0.0",
48+
"typescript": "~3.5.3",
49+
"nativescript-angular": "~8.20.0",
50+
"nativescript-vue": "~2.4.0",
51+
"@angular/core": "~8.2.0",
52+
"@angular/common": "~8.2.0",
53+
"@angular/compiler": "~8.2.0",
54+
"@angular/compiler-cli": "~8.2.0",
5555
"rxjs": "^6.3.3",
5656
"zone.js": "~0.8.26",
5757
"tslint": "~5.11.0"

0 commit comments

Comments
 (0)