Skip to content

Commit af506b4

Browse files
author
Elena Hristova
committed
chore: update to angular 7, stop using tsickle
1 parent 2393c97 commit af506b4

4 files changed

Lines changed: 22 additions & 23 deletions

File tree

demo-angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
}
1212
},
1313
"dependencies": {
14-
"@angular/common": "~6.1.0",
15-
"@angular/compiler": "~6.1.0",
16-
"@angular/core": "~6.1.0",
17-
"@angular/forms": "~6.1.0",
18-
"@angular/http": "~6.1.0",
19-
"@angular/platform-browser": "~6.1.0",
20-
"@angular/platform-browser-dynamic": "~6.1.0",
21-
"@angular/router": "~6.1.0",
14+
"@angular/common": "~7.0.0",
15+
"@angular/compiler": "~7.0.0",
16+
"@angular/core": "~7.0.0",
17+
"@angular/forms": "~7.0.0",
18+
"@angular/http": "~7.0.0",
19+
"@angular/platform-browser": "~7.0.0",
20+
"@angular/platform-browser-dynamic": "~7.0.0",
21+
"@angular/router": "~7.0.0",
2222
"nativescript-angular": "~6.2.0",
2323
"nativescript-facebook": "../src",
2424
"nativescript-theme-core": "^1.0.4",
2525
"nativescript-unit-test-runner": "^0.3.4",
26-
"rxjs": "~6.1.0",
27-
"tns-core-modules": "^5.0.1",
26+
"rxjs": "~6.3.3",
27+
"tns-core-modules": "^5.0.2",
2828
"zone.js": "^0.8.4"
2929
},
3030
"devDependencies": {
@@ -36,9 +36,9 @@
3636
"nativescript-dev-typescript": "~0.7.4",
3737
"nativescript-dev-webpack": "~0.17.0",
3838
"tslint": "~5.11.0",
39-
"typescript": "~2.8.2",
40-
"@angular/compiler-cli": "~6.1.0",
41-
"@ngtools/webpack": "~6.2.0"
39+
"typescript": "~3.1.1",
40+
"@angular/compiler-cli": "~7.0.0",
41+
"@ngtools/webpack": "~7.0.0"
4242
},
4343
"scripts": {
4444
"build.plugin": "cd ../src && npm run build",

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"nativescript-facebook": "../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
15-
"tns-core-modules": "^5.0.1"
15+
"tns-core-modules": "^5.0.2"
1616
},
1717
"devDependencies": {
1818
"chai": "~4.1.2",
@@ -27,7 +27,7 @@
2727
"nativescript-dev-typescript": "~0.7.4",
2828
"nativescript-dev-webpack": "~0.17.0",
2929
"tslint": "~5.11.0",
30-
"typescript": "~2.8.2",
30+
"typescript": "~3.1.1",
3131
"wd": "~1.7.0",
3232
"@types/chai": "^4.1.3",
3333
"@types/mocha": "^5.2.0",

src/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"homepage": "https://github.com/NativeScript/nativescript-facebook",
4242
"readmeFilename": "README.md",
4343
"devDependencies": {
44-
"tns-core-modules": "^5.0.1",
44+
"tns-core-modules": "^5.0.2",
4545
"tns-platform-declarations": "^5.0.0",
46-
"typescript": "~2.8.2",
46+
"typescript": "~3.1.1",
4747
"nativescript-angular": "~6.1.0",
48-
"@angular/core": "~6.1.0",
49-
"@angular/common": "~6.1.0",
50-
"@angular/compiler": "~6.1.0",
51-
"@angular/compiler-cli": "~6.1.0",
52-
"rxjs": "~6.2.0",
48+
"@angular/core": "~7.0.0",
49+
"@angular/common": "~7.0.0",
50+
"@angular/compiler": "~7.0.0",
51+
"@angular/compiler-cli": "~7.0.0",
52+
"rxjs": "~6.3.3",
5353
"zone.js": "~0.8.26",
5454
"tslint": "~5.11.0"
5555
}

src/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
],
1919
"compileOnSave": false,
2020
"angularCompilerOptions": {
21-
"annotateForClosureCompiler": true,
2221
"strictMetadataEmit": true,
2322
"skipTemplateCodegen": true,
2423
"genDir": "."

0 commit comments

Comments
 (0)