Skip to content

Commit 6766d37

Browse files
N6 bump
1 parent 14ce93e commit 6766d37

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

demo/app/app-root.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<Frame defaultPage="main-page">
2+
</Frame>

demo/app/app.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import "~nativescript-theme-core/css/core.light.css";
1+
@import "~@nativescript/theme/css/core.css";
2+
@import "~@nativescript/theme/css/default.css";
23

34
Label {
45
border-color: #cccccc;

demo/app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ var application = require("tns-core-modules/application");
22
var localize = require("nativescript-localize");
33

44
application.setResources({ L: localize });
5-
application.run({ moduleName: "main-page" });
5+
application.run({ moduleName: "app-root" });

demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
"readme": "NativeScript Application",
88
"dependencies": {
99
"nativescript-localize": "4.2.0",
10-
"nativescript-theme-core": "^1.0.4",
10+
"@nativescript/theme": "~2.2.1",
1111
"nativescript-unit-test-runner": "0.7.0",
12-
"tns-core-modules": "6.0.1"
12+
"tns-core-modules": "~6.3.2"
1313
},
1414
"devDependencies": {
1515
"jasmine-core": "^3.3.0",
1616
"karma": "^4.0.0",
1717
"karma-jasmine": "^2.0.1",
1818
"karma-nativescript-launcher": "^0.4.0",
19-
"nativescript-dev-webpack": "1.0.1",
19+
"nativescript-dev-webpack": "~1.4.0",
2020
"tslint": "^5.8.0",
2121
"karma-webpack": "3.0.5"
2222
},
2323
"nativescript": {
2424
"id": "org.nativescript.demo.javascript",
2525
"tns-ios": {
26-
"version": "6.0.1"
26+
"version": "6.3.0"
2727
},
2828
"tns-android": {
29-
"version": "6.0.0"
29+
"version": "6.3.1"
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)