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

Commit d821a51

Browse files
Merge pull request #866 from abhayastudios/master
Fix demo-ng project
2 parents 81c2c4d + f73ad40 commit d821a51

File tree

2 files changed

+17
-31
lines changed

2 files changed

+17
-31
lines changed

demo-ng/package.json

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.0.0",
17-
"@angular/common": "~6.0.0",
18-
"@angular/compiler": "~6.0.0",
19-
"@angular/core": "~6.0.0",
20-
"@angular/forms": "~6.0.0",
21-
"@angular/http": "~6.0.0",
22-
"@angular/platform-browser": "~6.0.0",
23-
"@angular/platform-browser-dynamic": "~6.0.0",
24-
"@angular/router": "~6.0.0",
25-
"nativescript-angular": "^6.0.0",
16+
"@angular/animations": "~6.1.0",
17+
"@angular/common": "~6.1.0",
18+
"@angular/compiler": "~6.1.0",
19+
"@angular/core": "~6.1.0",
20+
"@angular/forms": "~6.1.0",
21+
"@angular/http": "~6.1.0",
22+
"@angular/platform-browser": "~6.1.0",
23+
"@angular/platform-browser-dynamic": "~6.1.0",
24+
"@angular/router": "~6.1.0",
25+
"nativescript-angular": "^6.1.0",
2626
"nativescript-camera": "^4.0.2",
2727
"nativescript-imagepicker": "^6.0.1",
2828
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-6.5.0.tgz",
@@ -33,27 +33,14 @@
3333
"zone.js": "~0.8.26"
3434
},
3535
"devDependencies": {
36-
"@angular-devkit/core": "~0.6.3",
37-
"@angular/compiler-cli": "~6.0.0",
38-
"@ngtools/webpack": "~6.0.3",
36+
"@angular/compiler-cli": "~6.1.0",
37+
"@ngtools/webpack": "~6.1.0",
3938
"babel-traverse": "6.26.0",
4039
"babel-types": "6.26.0",
4140
"babylon": "6.18.0",
42-
"clean-webpack-plugin": "~0.1.19",
43-
"copy-webpack-plugin": "~4.5.1",
44-
"css-loader": "~0.28.11",
45-
"extract-text-webpack-plugin": "~3.0.2",
4641
"lazy": "1.0.11",
47-
"nativescript-dev-typescript": "~0.7.1",
48-
"nativescript-dev-webpack": "^0.12.0",
49-
"nativescript-worker-loader": "~0.9.0",
50-
"raw-loader": "~0.5.1",
51-
"resolve-url-loader": "~2.3.0",
52-
"typescript": "~2.7.2",
53-
"uglifyjs-webpack-plugin": "~1.2.5",
54-
"webpack": "~4.6.0",
55-
"webpack-bundle-analyzer": "~2.13.0",
56-
"webpack-cli": "~2.1.3",
57-
"webpack-sources": "~1.1.0"
42+
"nativescript-dev-typescript": "~0.7.0",
43+
"nativescript-dev-webpack": "^0.15.1",
44+
"typescript": "~2.7.2"
5845
}
59-
}
46+
}

demo-ng/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"exclude": [
2626
"node_modules",
27-
"platforms",
28-
"**/*.aot.ts"
27+
"platforms"
2928
]
3029
}

0 commit comments

Comments
 (0)