Skip to content

Commit d4b2aa3

Browse files
committed
chore: updated dependencies
1 parent 0cfb2f6 commit d4b2aa3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,29 +78,29 @@
7878
"homepage": "https://github.com/bradmartin/nativescript-checkbox",
7979
"readmeFilename": "README.md",
8080
"devDependencies": {
81-
"@angular/common": "~4.1.3",
82-
"@angular/compiler": "~4.1.3",
83-
"@angular/compiler-cli": "~4.1.3",
84-
"@angular/core": "~4.1.3",
85-
"@angular/forms": "~4.1.3",
86-
"@angular/http": "~4.1.3",
87-
"@angular/platform-browser": "~4.1.3",
88-
"@angular/router": "~4.1.3",
81+
"@angular/common": "~4.4.1",
82+
"@angular/compiler": "~4.4.1",
83+
"@angular/compiler-cli": "~4.4.1",
84+
"@angular/core": "~4.4.1",
85+
"@angular/forms": "~4.4.1",
86+
"@angular/http": "~4.4.1",
87+
"@angular/platform-browser": "~4.4.1",
88+
"@angular/router": "~4.4.1",
8989
"grunt": "^1.0.1",
9090
"grunt-contrib-clean": "^1.0.0",
9191
"grunt-contrib-copy": "^1.0.0",
9292
"grunt-exec": "^2.0.0",
9393
"husky": "^0.13.4",
9494
"lint-staged": "^3.6.1",
95-
"nativescript-angular": "~3.0.0",
95+
"nativescript-angular": "~4.4.0",
9696
"prettier": "^1.4.4",
9797
"rxjs": "~5.0.1",
98-
"tns-core-modules": "~3.0.0",
98+
"tns-core-modules": "^3.3.0-2017-10-11-1",
9999
"tns-platform-declarations": "~3.0.0",
100100
"typescript": "~2.3.4",
101101
"zone.js": "~0.8.9"
102102
},
103103
"peerDependencies": {
104-
"tns-core-modules": "^3.0.0"
104+
"tns-core-modules": "^3.3.0-2017-10-11-1"
105105
}
106106
}

0 commit comments

Comments
 (0)