Update npm dependencies (#20459)
* Update npm dependencies * Re-rebuild package-lock.json * Update dependencies to newer versions
This commit is contained in:
parent
8fc43f0cad
commit
782fb95896
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "woocommerce",
|
||||
"title": "WooCommerce",
|
||||
"version": "3.3.0",
|
||||
"version": "3.4.0",
|
||||
"homepage": "https://woocommerce.com/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -12,42 +12,42 @@
|
|||
"scripts": {
|
||||
"build": "grunt",
|
||||
"build-watch": "grunt watch",
|
||||
"test": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --compilers js:babel-register --recursive",
|
||||
"test:grep": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --compilers js:babel-register --grep ",
|
||||
"test:single": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha --compilers js:babel-register"
|
||||
"test": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --require babel-register --recursive",
|
||||
"test:grep": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --require babel-register --grep ",
|
||||
"test:single": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha --require babel-register"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "~7.1.6",
|
||||
"autoprefixer": "~8.6.2",
|
||||
"babel": "^6.5.2",
|
||||
"babel-cli": "^6.14.0",
|
||||
"babel-eslint": "^7.0.0",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-preset-es2015": "^6.14.0",
|
||||
"babel-preset-stage-2": "^6.13.0",
|
||||
"chai": "^3.5.0",
|
||||
"chai-as-promised": "^6.0.0",
|
||||
"chai": "^4.1.2",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chromedriver": "^2.37.0",
|
||||
"config": "^1.24.0",
|
||||
"cross-env": "~5.1.1",
|
||||
"grunt": "~1.0.1",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt-checktextdomain": "~1.0.1",
|
||||
"grunt-contrib-clean": "~1.1.0",
|
||||
"grunt-contrib-concat": "~1.0.1",
|
||||
"grunt-contrib-cssmin": "~2.2.1",
|
||||
"grunt-contrib-jshint": "~1.1.0",
|
||||
"grunt-contrib-uglify": "~3.1.0",
|
||||
"grunt-contrib-watch": "~1.0.0",
|
||||
"grunt-contrib-uglify": "~3.3.0",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-phpcs": "~0.4.0",
|
||||
"grunt-postcss": "~0.9.0",
|
||||
"grunt-prompt": "^1.3.3",
|
||||
"grunt-rtlcss": "~2.0.1",
|
||||
"grunt-sass": "~2.0.0",
|
||||
"grunt-sass": "~2.1.0",
|
||||
"grunt-shell": "~2.1.0",
|
||||
"grunt-stylelint": "~0.9.0",
|
||||
"grunt-stylelint": "~0.10.0",
|
||||
"grunt-wp-i18n": "~1.0.1",
|
||||
"istanbul": "^1.0.0-alpha",
|
||||
"mocha": "^3.0.2",
|
||||
"stylelint": "~8.2.0",
|
||||
"mocha": "^5.2.0",
|
||||
"stylelint": "~9.2.1",
|
||||
"wc-e2e-page-objects": "0.10.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue