Skip to content

Commit 4a26d31

Browse files
committed
Update app deps and bump version to 0.2.0
1 parent 253b51a commit 4a26d31

File tree

3 files changed

+77
-77
lines changed

3 files changed

+77
-77
lines changed

nativescript-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "0.10.3"
3737
},
3838
"devDependencies": {
39-
"tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7",
39+
"tns-core-modules": ">=2.1.0 || >=2.1.0-2016",
4040
"typescript": "^1.8.10"
4141
},
4242
"nativescript": {}

ng-sample/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"homepage": "https://github.com/NativeScript/template-hello-world",
2525
"dependencies": {
26-
"tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7",
27-
"nativescript-angular": "^0.1.6",
26+
"tns-core-modules": ">=2.1.0 || >=2.1.0-2016",
27+
"nativescript-angular": "^0.2.0",
2828
"nativescript-intl": "^0.0.2",
2929
"@angular/common": "2.0.0-rc.3",
3030
"@angular/compiler": "2.0.0-rc.3",
@@ -56,10 +56,10 @@
5656
"nativescript": {
5757
"id": "org.nativescript.ngsample",
5858
"tns-android": {
59-
"version": "2.0.0"
59+
"version": "2.1.1"
6060
},
6161
"tns-ios": {
62-
"version": "2.0.1"
62+
"version": "2.1.0"
6363
}
6464
}
6565
}

tests/package.json

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
{
2-
"nativescript": {
3-
"id": "org.nativescript.ngtests",
4-
"tns-android": {
5-
"version": "2.0.0"
6-
},
7-
"tns-ios": {
8-
"version": "2.0.1"
9-
}
10-
},
11-
"name": "ngtests",
12-
"main": "app.js",
13-
"version": "1.0.0",
14-
"author": "Telerik <support@telerik.com>",
15-
"description": "Angular tests",
16-
"license": "BSD",
17-
"keywords": [
18-
"telerik",
19-
"mobile",
20-
"angular",
21-
"nativescript",
22-
"{N}",
23-
"tns",
24-
"appbuilder",
25-
"template"
26-
],
27-
"homepage": "http://nativescript.org",
28-
"dependencies": {
29-
"nativescript-unit-test-runner": "^0.3.3",
30-
"tns-core-modules": ">=2.0.0-angular-7",
31-
"nativescript-angular": "^0.1.6",
32-
"@angular/common": "2.0.0-rc.3",
33-
"@angular/compiler": "2.0.0-rc.3",
34-
"@angular/core": "2.0.0-rc.3",
35-
"@angular/http": "2.0.0-rc.3",
36-
"@angular/platform-browser": "2.0.0-rc.3",
37-
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
38-
"@angular/platform-server": "2.0.0-rc.3",
39-
"@angular/router-deprecated": "2.0.0-rc.2",
40-
"@angular/router": "3.0.0-alpha.7",
41-
"rxjs": "5.0.0-beta.6",
42-
"zone.js": "^0.6.12",
43-
"reflect-metadata": "^0.1.3",
44-
"parse5": "1.4.2",
45-
"punycode": "1.3.2",
46-
"querystring": "0.2.0",
47-
"url": "0.10.3"
48-
},
49-
"devDependencies": {
50-
"babel-traverse": "6.8.0",
51-
"babel-types": "6.8.1",
52-
"babylon": "6.8.0",
53-
"chai": "^3.5.0",
54-
"chai-as-promised": "^5.3.0",
55-
"filewalker": "0.1.2",
56-
"grunt-cli": "^1.2.0",
57-
"karma": "^0.13.19",
58-
"karma-chai": "^0.1.0",
59-
"karma-mocha": "^0.2.1",
60-
"karma-mocha-reporter": "^1.2.0",
61-
"karma-nativescript-launcher": "^0.4.0",
62-
"lazy": "1.0.11",
63-
"mocha": "^2.4.5",
64-
"nativescript-dev-appium": "^0.0.10",
65-
"nativescript-dev-typescript": "^0.3.1",
66-
"typescript": "^1.8.10",
67-
"wd": "0.4.0"
68-
},
69-
"scripts": {
70-
"updateTests": "grunt updateTests",
71-
"appium-android": "tns build android && nativescript-dev-appium android",
72-
"appium-ios-simulator": "tns build ios && nativescript-dev-appium ios-simulator"
73-
}
2+
"nativescript": {
3+
"id": "org.nativescript.ngtests",
4+
"tns-android": {
5+
"version": "2.1.1"
6+
},
7+
"tns-ios": {
8+
"version": "2.0.1"
9+
}
10+
},
11+
"name": "ngtests",
12+
"main": "app.js",
13+
"version": "1.0.0",
14+
"author": "Telerik <support@telerik.com>",
15+
"description": "Angular tests",
16+
"license": "BSD",
17+
"keywords": [
18+
"telerik",
19+
"mobile",
20+
"angular",
21+
"nativescript",
22+
"{N}",
23+
"tns",
24+
"appbuilder",
25+
"template"
26+
],
27+
"homepage": "http://nativescript.org",
28+
"dependencies": {
29+
"nativescript-unit-test-runner": "^0.3.3",
30+
"tns-core-modules": ">=2.1.0",
31+
"nativescript-angular": "^0.2.0",
32+
"@angular/common": "2.0.0-rc.3",
33+
"@angular/compiler": "2.0.0-rc.3",
34+
"@angular/core": "2.0.0-rc.3",
35+
"@angular/http": "2.0.0-rc.3",
36+
"@angular/platform-browser": "2.0.0-rc.3",
37+
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
38+
"@angular/platform-server": "2.0.0-rc.3",
39+
"@angular/router-deprecated": "2.0.0-rc.2",
40+
"@angular/router": "3.0.0-alpha.7",
41+
"rxjs": "5.0.0-beta.6",
42+
"zone.js": "^0.6.12",
43+
"reflect-metadata": "^0.1.3",
44+
"parse5": "1.4.2",
45+
"punycode": "1.3.2",
46+
"querystring": "0.2.0",
47+
"url": "0.10.3"
48+
},
49+
"devDependencies": {
50+
"babel-traverse": "6.8.0",
51+
"babel-types": "6.8.1",
52+
"babylon": "6.8.0",
53+
"chai": "^3.5.0",
54+
"chai-as-promised": "^5.3.0",
55+
"filewalker": "0.1.2",
56+
"grunt-cli": "^1.2.0",
57+
"karma": "^0.13.19",
58+
"karma-chai": "^0.1.0",
59+
"karma-mocha": "^0.2.1",
60+
"karma-mocha-reporter": "^1.2.0",
61+
"karma-nativescript-launcher": "^0.4.0",
62+
"lazy": "1.0.11",
63+
"mocha": "^2.4.5",
64+
"nativescript-dev-appium": "^0.0.10",
65+
"nativescript-dev-typescript": "^0.3.1",
66+
"typescript": "^1.8.10",
67+
"wd": "0.4.0"
68+
},
69+
"scripts": {
70+
"updateTests": "grunt updateTests",
71+
"appium-android": "tns build android && nativescript-dev-appium android",
72+
"appium-ios-simulator": "tns build ios && nativescript-dev-appium ios-simulator"
73+
}
7474
}

0 commit comments

Comments
 (0)