Update devDependencies. (#25371)

This commit is contained in:
XhmikosR 2018-01-22 14:40:50 +02:00 committed by GitHub
parent 663057d441
commit 96a9e98e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 829 additions and 464 deletions

1275
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -85,16 +85,16 @@
"popper.js": "^1.12.9"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.37",
"@babel/core": "7.0.0-beta.37",
"@babel/preset-env": "7.0.0-beta.37",
"autoprefixer": "^7.2.4",
"@babel/cli": "7.0.0-beta.38",
"@babel/core": "7.0.0-beta.38",
"@babel/preset-env": "7.0.0-beta.38",
"autoprefixer": "^7.2.5",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.15.3",
"clean-css-cli": "^4.1.10",
"cross-env": "^5.1.3",
"eslint": "^4.15.0",
"eslint": "^4.16.0",
"eslint-plugin-compat": "^2.1.0",
"glob": "^7.1.2",
"htmllint-cli": "^0.0.6",
@ -105,15 +105,15 @@
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^1.2.1",
"node-sass": "^4.7.2",
"nodemon": "^1.14.10",
"nodemon": "^1.14.11",
"npm-run-all": "^4.1.2",
"popper.js": "^1.12.9",
"postcss-cli": "^4.1.1",
"qunitjs": "^2.4.1",
"rollup": "^0.53.4",
"rollup": "^0.54.1",
"rollup-plugin-babel": "4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.2",
"shelljs": "^0.7.8",
"shelljs": "^0.8.1",
"shx": "^0.2.2",
"sri-toolbox": "^0.2.0",
"stylelint": "^8.4.0",
@ -121,7 +121,7 @@
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.8.0",
"stylelint-scss": "^2.2.0",
"uglify-js": "^3.3.5",
"uglify-js": "^3.3.8",
"vnu-jar": "^17.11.1",
"workbox-build": "^2.1.2"
},