Skip to content

Commit dc7514d

Browse files
committed
chore(demo): updated dependencies
1 parent d4b2aa3 commit dc7514d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

demo-ng/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~4.1.0",
17-
"@angular/common": "~4.1.0",
18-
"@angular/compiler": "~4.1.0",
19-
"@angular/core": "~4.1.0",
20-
"@angular/forms": "~4.1.0",
21-
"@angular/http": "~4.1.0",
22-
"@angular/platform-browser": "~4.1.0",
23-
"@angular/router": "~4.1.0",
24-
"nativescript-angular": "~3.0.0",
25-
"nativescript-checkbox": "file:..",
16+
"@angular/animations": "~4.4.1",
17+
"@angular/common": "~4.4.1",
18+
"@angular/compiler": "~4.4.1",
19+
"@angular/core": "~4.4.1",
20+
"@angular/forms": "~4.4.1",
21+
"@angular/http": "~4.4.1",
22+
"@angular/platform-browser": "~4.4.1",
23+
"@angular/router": "~4.4.1",
24+
"nativescript-angular": "~4.4.0",
25+
"nativescript-checkbox": "file:///Users/apple/Desktop/NS/nativescript-checkbox",
2626
"nativescript-theme-core": "~1.0.2",
2727
"reflect-metadata": "~0.1.8",
2828
"rxjs": "~5.3.0",
29-
"tns-core-modules": "~3.0.0",
29+
"tns-core-modules": "next",
3030
"zone.js": "~0.8.2"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)