Skip to content

Commit f7fb507

Browse files
author
Elena Hristova
committed
chore: update to 5.4
1 parent d68b7b6 commit f7fb507

File tree

5 files changed

+15
-42
lines changed

5 files changed

+15
-42
lines changed

demo-angular/app/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"name": "tns-template-hello-world-ng",
32
"main": "main.js",
4-
"version": "2.3.3",
53
"android": {
64
"v8Flags": "--expose_gc",
75
"markingMode": "none",

demo-angular/package.json

Lines changed: 4 additions & 4 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.3.0"
9+
"version": "5.4.0"
1010
},
1111
"tns-ios": {
12-
"version": "5.3.0"
12+
"version": "5.4.0"
1313
}
1414
},
1515
"scripts": {
@@ -38,8 +38,8 @@
3838
"devDependencies": {
3939
"nativescript-css-loader": "~0.26.0",
4040
"nativescript-dev-typescript": "~0.9.0",
41-
"nativescript-dev-webpack": "~0.21.0",
42-
"tns-platform-declarations": "^5.3.2",
41+
"nativescript-dev-webpack": "~0.22.0",
42+
"tns-platform-declarations": "^5.0.0",
4343
"tslint": "~5.11.0"
4444
}
4545
}

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
"scripts": {
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"nativescript-camera": "../src",
1717
"nativescript-theme-core": "~1.0.4",
18-
"nativescript-vue": "^2.0.0",
18+
"nativescript-vue": "~2.2.0",
1919
"tns-core-modules": "^5.0.0"
2020
},
2121
"devDependencies": {
@@ -29,10 +29,10 @@
2929
"mocha-junit-reporter": "^1.18.0",
3030
"mocha-multi": "^1.0.1",
3131
"mochawesome": "^3.1.1",
32-
"nativescript-dev-appium": "5.2.0",
32+
"nativescript-dev-appium": "~5.2.0",
3333
"nativescript-dev-typescript": "~0.9.0",
34-
"nativescript-dev-webpack": "~0.21.0",
35-
"nativescript-vue-template-compiler": "^2.0.0",
34+
"nativescript-dev-webpack": "~0.22.0",
35+
"nativescript-vue-template-compiler": "~2.2.0",
3636
"node-sass": "~4.9.0",
3737
"tslint": "~5.12.1",
3838
"vue-loader": "~15.4.0"

demo/app/package.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
11
{
2-
"name": "tns-template-hello-world-ts",
32
"main": "app.js",
4-
"version": "2.2.0",
5-
"author": "Telerik <[email protected]>",
6-
"description": "Nativescript hello-world-ts project template",
7-
"license": "Apache-2.0",
8-
"keywords": [
9-
"telerik",
10-
"mobile",
11-
"nativescript",
12-
"{N}",
13-
"tns",
14-
"appbuilder",
15-
"template"
16-
],
17-
"repository": {
18-
"type": "git",
19-
"url": "[email protected]:NativeScript/template-hello-world-ts.git"
20-
},
21-
"bugs": {
22-
"url": "https://github.com/NativeScript/template-hello-world-ts/issues"
23-
},
24-
"homepage": "https://github.com/NativeScript/template-hello-world-ts",
253
"android": {
264
"v8Flags": "--expose_gc",
275
"requireModules": ["nativescript-camera"]
28-
},
29-
"devDependencies": {
30-
"nativescript-dev-typescript": "~0.9.0"
316
}
327
}

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.3.0"
9+
"version": "5.4.0"
1010
},
1111
"tns-ios": {
12-
"version": "5.3.0"
12+
"version": "5.4.0"
1313
}
1414
},
1515
"scripts": {
@@ -34,10 +34,10 @@
3434
"mocha-multi": "^1.0.1",
3535
"mochawesome": "^3.1.1",
3636
"nativescript-css-loader": "~0.26.1",
37-
"nativescript-dev-appium": "5.2.0",
37+
"nativescript-dev-appium": "~5.2.0",
3838
"nativescript-dev-typescript": "~0.9.0",
39-
"nativescript-dev-webpack": "~0.21.0",
40-
"tns-platform-declarations": "^5.3.2",
39+
"nativescript-dev-webpack": "~0.22.0",
40+
"tns-platform-declarations": "^5.0.0",
4141
"tslint": "~5.11.0"
4242
}
4343
}

0 commit comments

Comments
 (0)