Skip to content

Commit 533a9cb

Browse files
author
Elena Hristova
committed
update nativescript angular and dev webpack versions
1 parent af506b4 commit 533a9cb

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

demo-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "~7.0.0",
2020
"@angular/platform-browser-dynamic": "~7.0.0",
2121
"@angular/router": "~7.0.0",
22-
"nativescript-angular": "~6.2.0",
22+
"nativescript-angular": "~7.0.0",
2323
"nativescript-facebook": "../src",
2424
"nativescript-theme-core": "^1.0.4",
2525
"nativescript-unit-test-runner": "^0.3.4",
@@ -33,8 +33,8 @@
3333
"karma-jasmine": "^1.0.2",
3434
"karma-nativescript-launcher": "^0.4.0",
3535
"nativescript-css-loader": "~0.26.0",
36-
"nativescript-dev-typescript": "~0.7.4",
37-
"nativescript-dev-webpack": "~0.17.0",
36+
"nativescript-dev-typescript": "~0.7.5",
37+
"nativescript-dev-webpack": "~0.18.0",
3838
"tslint": "~5.11.0",
3939
"typescript": "~3.1.1",
4040
"@angular/compiler-cli": "~7.0.0",

demo/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"requireModules": ["nativescript-facebook"]
3131
},
3232
"devDependencies": {
33-
"nativescript-dev-typescript": "^0.3.0"
33+
"nativescript-dev-typescript": "^0.7.5"
3434
},
3535
"_id": "tns-template-hello-world-ts@1.6.0",
3636
"_shasum": "a567c2b9a56024818c06596dab9629d155c5b8a8",

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"mocha": "~5.2.0",
2525
"nativescript-css-loader": "~0.26.1",
2626
"nativescript-dev-appium": "3.2.0",
27-
"nativescript-dev-typescript": "~0.7.4",
28-
"nativescript-dev-webpack": "~0.17.0",
27+
"nativescript-dev-typescript": "~0.7.5",
28+
"nativescript-dev-webpack": "~0.18.0",
2929
"tslint": "~5.11.0",
3030
"typescript": "~3.1.1",
3131
"wd": "~1.7.0",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"tns-core-modules": "^5.0.2",
4545
"tns-platform-declarations": "^5.0.0",
4646
"typescript": "~3.1.1",
47-
"nativescript-angular": "~6.1.0",
47+
"nativescript-angular": "~7.0.0",
4848
"@angular/core": "~7.0.0",
4949
"@angular/common": "~7.0.0",
5050
"@angular/compiler": "~7.0.0",

0 commit comments

Comments
 (0)