Update all devDependencies apart from bundlesize and babel.

Newer bundlesize versions still don't work with node.js 10.x.

babel has some bugs that we need to be fixed.
This commit is contained in:
XhmikosR 2018-06-20 08:50:02 +03:00
parent 0db176e44d
commit 71a37425c9
2 changed files with 1209 additions and 1015 deletions

2192
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -91,47 +91,47 @@
"@babel/cli": "7.0.0-beta.44",
"@babel/core": "7.0.0-beta.44",
"@babel/preset-env": "7.0.0-beta.44",
"autoprefixer": "^8.5.0",
"autoprefixer": "^8.6.3",
"babel-eslint": "^8.2.3",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.15.3",
"clean-css-cli": "^4.1.11",
"coveralls": "^3.0.0",
"cross-env": "^5.1.5",
"coveralls": "^3.0.1",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-plugin-compat": "^2.2.0",
"eslint-plugin-compat": "^2.4.0",
"glob": "^7.1.2",
"htmllint-cli": "^0.0.7",
"jsunitsaucelabs": "^1.3.2",
"karma": "^2.0.2",
"karma": "^2.0.3",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-detect-browsers": "^2.3.2",
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^2.1.0",
"karma-sinon": "^1.0.5",
"node-sass": "^4.9.0",
"nodemon": "^1.17.4",
"nodemon": "^1.17.5",
"npm-run-all": "^4.1.3",
"popper.js": "^1.14.3",
"postcss-cli": "^5.0.0",
"postcss-cli": "^5.0.1",
"qunit": "^2.6.1",
"rollup": "^0.59.2",
"rollup-plugin-babel": "4.0.0-beta.4",
"rollup": "^0.61.1",
"rollup-plugin-babel": "4.0.0-beta.5",
"rollup-plugin-node-resolve": "^3.3.0",
"shelljs": "^0.8.2",
"shx": "^0.2.2",
"sinon": "^5.0.7",
"shx": "^0.3.0",
"sinon": "^6.0.0",
"sri-toolbox": "^0.2.0",
"stylelint": "^9.2.1",
"stylelint": "^9.3.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.0",
"uglify-js": "^3.3.26",
"stylelint-scss": "^3.1.3",
"uglify-js": "^3.4.1",
"vnu-jar": "^18.3.0",
"workbox-build": "^3.2.0"
"workbox-build": "^3.3.0"
},
"engines": {
"node": ">=6"