Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit b5e7f69

Browse files
Bumped demo-push to N6
1 parent a748f64 commit b5e7f69

File tree

8 files changed

+19
-48
lines changed

8 files changed

+19
-48
lines changed

demo-push/app/vendor-platform.android.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

demo-push/app/vendor-platform.ios.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

demo-push/app/vendor-platform.ts

Whitespace-only changes.

demo-push/app/vendor.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

demo-push/nsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"appPath": "app",
3-
"appResourcesPath": "app_resources",
4-
"useLegacyWorkflow": true
3+
"appResourcesPath": "app_resources"
54
}

demo-push/package.json

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,29 @@
22
"nativescript": {
33
"id": "org.nativescript.firebasedemo",
44
"tns-ios": {
5-
"version": "4.2.0"
5+
"version": "6.0.1"
66
},
77
"tns-android": {
8-
"version": "4.2.0"
8+
"version": "6.0.1"
99
}
1010
},
1111
"dependencies": {
1212
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-9.1.0.tgz",
13-
"nativescript-theme-core": "^1.0.4",
14-
"nativescript-unit-test-runner": "^0.3.4",
15-
"tns-core-modules": "~4.2.0"
13+
"nativescript-theme-core": "~1.0.6",
14+
"nativescript-unit-test-runner": "0.7.0",
15+
"tns-core-modules": "~6.0.6"
1616
},
1717
"devDependencies": {
18-
"awesome-typescript-loader": "~3.1.3",
1918
"babel-traverse": "6.12.0",
2019
"babel-types": "6.11.1",
2120
"babylon": "6.8.4",
22-
"copy-webpack-plugin": "~4.0.1",
23-
"css-loader": "~0.28.7",
24-
"extract-text-webpack-plugin": "~3.0.0",
2521
"filewalker": "0.1.2",
2622
"lazy": "1.0.11",
2723
"nativescript-css-loader": "~0.26.0",
28-
"nativescript-dev-typescript": "~0.7.1",
29-
"nativescript-dev-webpack": "~0.10.0",
30-
"nativescript-worker-loader": "~0.8.1",
31-
"raw-loader": "~0.5.1",
32-
"resolve-url-loader": "~2.1.0",
33-
"tns-platform-declarations": "~4.2.0",
24+
"nativescript-dev-webpack": "1.0.1",
25+
"tns-platform-declarations": "~6.0.6",
3426
"tslint": "~5.4.3",
35-
"typescript": "~2.8.0",
36-
"webpack": "~3.8.1",
37-
"webpack-bundle-analyzer": "^2.8.2",
38-
"webpack-sources": "~1.0.1",
39-
"uglifyjs-webpack-plugin": "~1.1.6",
40-
"clean-webpack-plugin": "~0.1.19"
27+
"typescript": "3.4.5"
4128
},
4229
"scripts": {
4330
"build.plugin": "cd ../src && npm run build",

demo-push/tsconfig.tns.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "./tsconfig",
3+
"compilerOptions": {
4+
"module": "es2015",
5+
"moduleResolution": "node"
6+
}
7+
}

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"version": "6.0.1"
66
},
77
"tns-android": {
8-
"version": "6.0.0"
8+
"version": "6.0.1"
99
}
1010
},
1111
"dependencies": {
1212
"firebase-functions": "^2.0.5",
1313
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-9.1.0.tgz",
1414
"nativescript-theme-core": "^1.0.4",
1515
"nativescript-unit-test-runner": "0.7.0",
16-
"tns-core-modules": "6.0.1"
16+
"tns-core-modules": "~6.0.6"
1717
},
1818
"devDependencies": {
1919
"@types/jasmine": "~2.8.0",
@@ -29,7 +29,7 @@
2929
"lazy": "1.0.11",
3030
"nativescript-css-loader": "~0.26.0",
3131
"nativescript-dev-webpack": "1.0.1",
32-
"tns-platform-declarations": "6.0.1",
32+
"tns-platform-declarations": "~6.0.6",
3333
"tslint": "~5.4.3",
3434
"typescript": "3.4.5"
3535
},

0 commit comments

Comments
 (0)