Updated build tool versions

Some of our build tools were getting out of date, so I've
updated them.

Change-Id: I139895a6245a1ab04ab3b40ea120172a1ea86011
This commit is contained in:
Michael Krotscheck 2014-10-01 11:36:54 -07:00
parent a89737e1dd
commit 4da33623f8
2 changed files with 36 additions and 36 deletions

View File

@ -16,44 +16,44 @@
"author": "Michael Krotscheck",
"license": "Apache2",
"devDependencies": {
"connect-livereload": "0.3.1",
"connect-livereload": "0.4.0",
"karma-jasmine": "0.2.2",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-clean": "0.5.0",
"grunt-html2js": "0.2.3",
"grunt-open": "0.2.2",
"grunt-usemin": "2.0.2",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-contrib-cssmin": "0.7.0",
"grunt-contrib-less": "0.11.0",
"grunt-karma": "0.6.2",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-imagemin": "0.4.0",
"grunt": "0.4.2",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.6.0",
"grunt-contrib-clean": "0.6.0",
"grunt-html2js": "0.2.9",
"grunt-open": "0.2.3",
"grunt-usemin": "2.4.0",
"grunt-contrib-htmlmin": "0.3.0",
"grunt-contrib-cssmin": "0.10.0",
"grunt-contrib-less": "0.11.4",
"grunt-karma": "0.9.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-imagemin": "0.8.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"matchdep": "0.1.2",
"matchdep": "0.3.0",
"karma-script-launcher": "0.1.0",
"karma-chrome-launcher": "0.1.1",
"karma-chrome-launcher": "0.1.5",
"karma-html2js-preprocessor": "0.1.0",
"karma-firefox-launcher": "0.1.2",
"karma-coffee-preprocessor": "0.1.1",
"requirejs": "2.1.9",
"karma-requirejs": "0.2.0",
"karma-phantomjs-launcher": "0.1.1",
"karma": "0.10.8",
"bower": "1.3.8",
"grunt-shell": "0.6.1",
"karma-coverage": "0.1.4",
"karma-firefox-launcher": "0.1.3",
"karma-coffee-preprocessor": "0.2.1",
"requirejs": "2.1.15",
"karma-requirejs": "0.2.2",
"karma-phantomjs-launcher": "0.1.4",
"karma": "0.12.23",
"bower": "1.3.12",
"grunt-shell": "1.1.1",
"karma-coverage": "0.2.6",
"grunt-env": "0.4.1",
"protractor": "0.19.0",
"grunt-protractor-runner": "0.2.3",
"selenium-standalone": "2.39.0-2.7.0",
"karma-html-reporter": "0.1.1",
"grunt-connect-proxy": "0.1.10",
"grunt-webfont": "0.4.2"
"protractor": "1.3.1",
"grunt-protractor-runner": "1.1.4",
"selenium-standalone": "2.43.1-2.9.0-1",
"karma-html-reporter": "0.2.4",
"grunt-connect-proxy": "0.1.11",
"grunt-webfont": "0.4.8"
}
}

View File

@ -17,9 +17,9 @@
// A reference configuration file.
exports.config = {
seleniumServerJar: './node_modules/selenium-standalone/' +
'.selenium/2.39.0/server.jar',
'.selenium/2.43.1/server.jar',
chromeDriver: './node_modules/selenium-standalone/' +
'.selenium/2.39.0/chromedriver',
'.selenium/2.43.1/chromedriver',
chromeOnly: false,
// Additional command line options to pass to selenium. For example,