Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 4e6aab1

Browse files
committed
chore(AngularApp): update to nativescript-angular@next
1 parent 1640d17 commit 4e6aab1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

demo/AngularApp/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/common": "~6.0.0",
17-
"@angular/compiler": "~6.0.0",
18-
"@angular/core": "~6.0.0",
19-
"@angular/forms": "~6.0.0",
20-
"@angular/http": "~6.0.0",
21-
"@angular/platform-browser": "~6.0.0",
22-
"@angular/platform-browser-dynamic": "~6.0.0",
23-
"@angular/router": "~6.0.0",
24-
"nativescript-angular": "~6.0.0",
16+
"@angular/common": "~6.1.0-beta.3",
17+
"@angular/compiler": "~6.1.0-beta.3",
18+
"@angular/core": "~6.1.0-beta.3",
19+
"@angular/forms": "~6.1.0-beta.3",
20+
"@angular/http": "~6.1.0-beta.3",
21+
"@angular/platform-browser": "~6.1.0-beta.3",
22+
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
23+
"@angular/router": "~6.1.0-beta.3",
24+
"nativescript-angular": "next",
2525
"nativescript-theme-core": "~1.0.2",
2626
"reflect-metadata": "~0.1.8",
27-
"rxjs": "~6.0.0-beta.1",
27+
"rxjs": "~6.0.0 || >=6.1.0",
2828
"tns-core-modules": "next",
29-
"zone.js": "^0.8.4"
29+
"zone.js": "^0.8.26"
3030
},
3131
"devDependencies": {
3232
"@angular-devkit/build-angular": "~0.7.0-beta.1",
@@ -53,4 +53,4 @@
5353
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
5454
"compile-tests": "tsc -p e2e --watch"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)