updated minor deps, and all of grunt
This commit is contained in:
@ -19,7 +19,10 @@ module.exports = function (grunt) {
|
|||||||
'clean:dist',
|
'clean:dist',
|
||||||
'webpack:browser_clients',
|
'webpack:browser_clients',
|
||||||
'uglify:dist',
|
'uglify:dist',
|
||||||
'concat:dist_banners'
|
'concat:dist_banners',
|
||||||
|
'copy:dist_to_named_dir',
|
||||||
|
'compress:release_zip',
|
||||||
|
'compress:release_tarball',
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
36
package.json
36
package.json
@ -43,47 +43,47 @@
|
|||||||
"@spalger/eslint-config-personal": "^0.4.0",
|
"@spalger/eslint-config-personal": "^0.4.0",
|
||||||
"async": "~0.8.0",
|
"async": "~0.8.0",
|
||||||
"babel-eslint": "^6.0.4",
|
"babel-eslint": "^6.0.4",
|
||||||
"blanket": "~1.1.5",
|
"blanket": "^1.2.3",
|
||||||
"bluebird": "^2.9.14",
|
"bluebird": "^2.9.14",
|
||||||
"eslint": "^2.9.0",
|
"eslint": "^2.9.0",
|
||||||
"eslint-config-airbnb": "^8.0.0",
|
"eslint-config-airbnb": "^8.0.0",
|
||||||
"eslint-plugin-import": "^1.6.1",
|
"eslint-plugin-import": "^1.6.1",
|
||||||
"eslint-plugin-jsx-a11y": "^1.0.4",
|
"eslint-plugin-jsx-a11y": "^1.0.4",
|
||||||
"eslint-plugin-react": "^5.0.1",
|
"eslint-plugin-react": "^5.0.1",
|
||||||
"expect.js": "~0.2.0",
|
"expect.js": "^0.3.1",
|
||||||
"express": "~3.4.7",
|
"express": "~3.4.7",
|
||||||
"find-root": "~0.1.1",
|
"find-root": "~0.1.1",
|
||||||
"glob": "~3.2.7",
|
"glob": "~3.2.7",
|
||||||
"grunt": "~0.4.1",
|
"grunt": "^1.0.1",
|
||||||
"grunt-cli": "~0.1.13",
|
"grunt-cli": "^1.2.0",
|
||||||
"grunt-contrib-clean": "~0.5.0",
|
"grunt-contrib-clean": "^1.0.0",
|
||||||
"grunt-contrib-compress": "~0.5.3",
|
"grunt-contrib-compress": "^1.2.0",
|
||||||
"grunt-contrib-concat": "~0.3.0",
|
"grunt-contrib-concat": "^1.0.1",
|
||||||
"grunt-contrib-copy": "~0.4.1",
|
"grunt-contrib-copy": "^1.0.0",
|
||||||
"grunt-contrib-uglify": "^1.0.1",
|
"grunt-contrib-uglify": "^1.0.1",
|
||||||
"grunt-contrib-watch": "~0.5.3",
|
"grunt-contrib-watch": "^1.0.0",
|
||||||
"grunt-esvm": "^3.2.0",
|
"grunt-esvm": "^3.2.0",
|
||||||
"grunt-mocha-cov": "^0.4.0",
|
"grunt-mocha-cov": "^0.4.0",
|
||||||
"grunt-open": "~0.2.2",
|
"grunt-open": "~0.2.2",
|
||||||
"grunt-prompt": "~0.1.2",
|
"grunt-prompt": "^1.3.3",
|
||||||
"grunt-run": "~0.2.2",
|
"grunt-run": "^0.6.0",
|
||||||
"grunt-s3": "~0.2.0-alpha.3",
|
"grunt-s3": "~0.2.0-alpha.3",
|
||||||
"grunt-saucelabs": "~8.2.0",
|
"grunt-saucelabs": "^8.6.2",
|
||||||
"grunt-webpack": "^1.0.11",
|
"grunt-webpack": "^1.0.11",
|
||||||
"jquery": "~2.1.1",
|
"jquery": "^2.2.3",
|
||||||
"js-yaml": "^3.6.0",
|
"js-yaml": "^3.6.0",
|
||||||
"load-grunt-config": "~0.7.0",
|
"load-grunt-config": "^0.19.2",
|
||||||
"load-grunt-tasks": "~0.2.0",
|
"load-grunt-tasks": "^3.5.0",
|
||||||
"mocha": "^2.2.5",
|
"mocha": "^2.2.5",
|
||||||
"mocha-lcov-reporter": "0.0.1",
|
"mocha-lcov-reporter": "0.0.1",
|
||||||
"mocha-screencast-reporter": "~0.1.4",
|
"mocha-screencast-reporter": "~0.1.4",
|
||||||
"moment": "~2.4.0",
|
"moment": "^2.13.0",
|
||||||
"nock": "~0.28.3",
|
"nock": "~0.28.3",
|
||||||
"null-loader": "^0.1.1",
|
"null-loader": "^0.1.1",
|
||||||
"open": "0.0.4",
|
"open": "0.0.5",
|
||||||
"optimist": "~0.6.0",
|
"optimist": "~0.6.0",
|
||||||
"semver": "^4.3.6",
|
"semver": "^4.3.6",
|
||||||
"sinon": "~1.12.2",
|
"sinon": "^1.17.4",
|
||||||
"split": "~0.3.2",
|
"split": "~0.3.2",
|
||||||
"through2": "~0.6.3",
|
"through2": "~0.6.3",
|
||||||
"through2-map": "~1.4.0",
|
"through2-map": "~1.4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user