Skip to content

Commit 1e76405

Browse files
committed
chore: update Angular to 4.2
1 parent ebbb726 commit 1e76405

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/common": "~4.1.3",
17-
"@angular/compiler": "~4.1.3",
18-
"@angular/core": "~4.1.3",
19-
"@angular/forms": "~4.1.3",
20-
"@angular/http": "~4.1.3",
21-
"@angular/platform-browser": "~4.1.3",
22-
"@angular/router": "~4.1.3",
16+
"@angular/common": "~4.2.6",
17+
"@angular/compiler": "~4.2.6",
18+
"@angular/core": "~4.2.6",
19+
"@angular/forms": "~4.2.6",
20+
"@angular/http": "~4.2.6",
21+
"@angular/platform-browser": "~4.2.6",
22+
"@angular/router": "~4.2.6",
2323
"nativescript-angular": "next",
2424
"nativescript-intl": "~3.0.0",
2525
"nativescript-theme-core": "^1.0.4",
@@ -29,7 +29,7 @@
2929
"zone.js": "^0.8.12"
3030
},
3131
"devDependencies": {
32-
"@angular/compiler-cli": "~4.1.3",
32+
"@angular/compiler-cli": "~4.2.6",
3333
"@ngtools/webpack": "~1.4.0",
3434
"babel-traverse": "6.24.1",
3535
"babel-types": "6.24.1",
@@ -60,4 +60,4 @@
6060
"build-android-bundle": "npm run ns-bundle --android --build-app",
6161
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)