Skip to content

Commit f2c05db

Browse files
authored
Merge pull request #187 from NativeScript/hristova/update-to-5.4
chore: update to 5.4
2 parents e8f3578 + 4faafd1 commit f2c05db

File tree

6 files changed

+16
-45
lines changed

6 files changed

+16
-45
lines changed

demo-angular/app/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"v8Flags": "--expose_gc",
44
"requireModules": ["nativescript-facebook"]
55
},
6-
"main": "main.js",
7-
"name": "tns-template-hello-world-ng",
8-
"version": "2.5.0"
6+
"main": "main.js"
97
}

demo-angular/package.json

Lines changed: 3 additions & 3 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": "5.3.0"
7+
"version": "5.4.0"
88
},
99
"tns-android": {
10-
"version": "5.3.0"
10+
"version": "5.4.0"
1111
}
1212
},
1313
"dependencies": {
@@ -34,7 +34,7 @@
3434
"karma-nativescript-launcher": "^0.4.0",
3535
"nativescript-css-loader": "~0.26.0",
3636
"nativescript-dev-typescript": "~0.9.0",
37-
"nativescript-dev-webpack": "~0.21.0",
37+
"nativescript-dev-webpack": "~0.22.0",
3838
"tslint": "~5.11.0"
3939
},
4040
"scripts": {

demo-vue/package.json

Lines changed: 6 additions & 6 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.3.0"
5+
"version": "5.4.0"
66
},
77
"tns-ios": {
8-
"version": "5.3.0"
8+
"version": "5.4.0"
99
}
1010
},
1111
"description": "NativeScript Application",
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"nativescript-facebook": "../src",
1616
"nativescript-theme-core": "~1.0.4",
17-
"nativescript-vue": "^2.0.0",
17+
"nativescript-vue": "~2.2.0",
1818
"tns-core-modules": "^5.0.0"
1919
},
2020
"devDependencies": {
@@ -32,10 +32,10 @@
3232
"mocha-junit-reporter": "^1.18.0",
3333
"mocha-multi": "^1.0.1",
3434
"mochawesome": "^3.1.1",
35-
"nativescript-dev-appium": "5.0.0",
35+
"nativescript-dev-appium": "~5.2.0",
3636
"nativescript-dev-typescript": "~0.9.0",
37-
"nativescript-dev-webpack": "~0.21.0",
38-
"nativescript-vue-template-compiler": "^2.0.2",
37+
"nativescript-dev-webpack": "~0.22.0",
38+
"nativescript-vue-template-compiler": "~2.2.0",
3939
"node-sass": "~4.9.0",
4040
"vue-loader": "~15.4.2"
4141
},

demo/app/package.json

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,7 @@
11
{
2-
"name": "tns-template-hello-world-ts",
32
"main": "app.js",
4-
"version": "1.6.0",
5-
"author": {
6-
"name": "Telerik",
7-
"email": "support@telerik.com"
8-
},
9-
"description": "Nativescript hello-world-ts project template",
10-
"license": "Apache-2.0",
11-
"keywords": [
12-
"telerik",
13-
"mobile",
14-
"nativescript",
15-
"{N}",
16-
"tns",
17-
"appbuilder",
18-
"template"
19-
],
20-
"repository": {
21-
"type": "git",
22-
"url": "git+ssh://git@github.com/NativeScript/template-hello-world-ts.git"
23-
},
24-
"bugs": {
25-
"url": "https://github.com/NativeScript/template-hello-world-ts/issues"
26-
},
27-
"homepage": "https://github.com/NativeScript/template-hello-world-ts",
283
"android": {
294
"v8Flags": "--expose_gc",
305
"requireModules": ["nativescript-facebook"]
31-
},
32-
"directories": {},
33-
"readme": "ERROR: No README data found!"
6+
}
347
}

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": "5.3.0"
5+
"version": "5.4.0"
66
},
77
"tns-ios": {
8-
"version": "5.3.0"
8+
"version": "5.4.0"
99
}
1010
},
1111
"dependencies": {
@@ -26,9 +26,9 @@
2626
"mocha-multi": "^1.0.1",
2727
"mochawesome": "^3.1.1",
2828
"nativescript-css-loader": "~0.26.1",
29-
"nativescript-dev-appium": "5.0.0",
29+
"nativescript-dev-appium": "~5.2.0",
3030
"nativescript-dev-typescript": "~0.9.0",
31-
"nativescript-dev-webpack": "~0.21.0",
31+
"nativescript-dev-webpack": "~0.22.0",
3232
"tslint": "~5.11.0",
3333
"wd": "~1.7.0",
3434
"@types/chai": "^4.1.3",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tns-platform-declarations": "^5.0.0",
4848
"typescript": "~3.1.6",
4949
"nativescript-angular": "~7.2.0",
50-
"nativescript-vue": "^2.0.2",
50+
"nativescript-vue": "~2.2.0",
5151
"@angular/core": "~7.2.0",
5252
"@angular/common": "~7.2.0",
5353
"@angular/compiler": "~7.2.0",

0 commit comments

Comments
 (0)