Updated dependencies

An update in a fuzzy-matched dependency of angular-eslint is causing
our builds to break. Since we're not actually using it, I've removed
it.

Also, it appears that transient dependencies in grunt have been
removed, and thus grunt-connect-proxy started to break. This updates
that library and resolves the error.

Change-Id: I9da36cca23f3e900302b24c35b991f7790a681cb
This commit is contained in:
Michael Krotscheck 2015-04-28 10:58:31 -07:00
parent c015296a60
commit fcd1561c17

View File

@ -23,7 +23,6 @@
"author": "Michael Krotscheck",
"license": "Apache2",
"devDependencies": {
"angularjs-eslint": "0.0.3",
"bower": "1.3.12",
"connect-livereload": "0.4.0",
"eslint": "0.15.1",
@ -31,7 +30,7 @@
"grunt": "0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "0.1.13",
"grunt-connect-proxy": "0.1.11",
"grunt-connect-proxy": "0.2.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-connect": "0.8.0",