2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Update devDependencies and gems.

Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet.

So, babel, qunit/karma-qunit and bundle-size aren't the latest versions.
This commit is contained in:
XhmikosR
2018-04-30 15:18:30 +03:00
parent bea6154108
commit 0873ab71c7
5 changed files with 988 additions and 2648 deletions
+12 -12
View File
@@ -91,46 +91,46 @@
"@babel/cli": "7.0.0-beta.44",
"@babel/core": "7.0.0-beta.44",
"@babel/preset-env": "7.0.0-beta.44",
"autoprefixer": "^8.3.0",
"autoprefixer": "^8.4.1",
"babel-eslint": "^8.2.3",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.17.0",
"bundlesize": "^0.15.3",
"clean-css-cli": "^4.1.11",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-plugin-compat": "^2.2.0",
"glob": "^7.1.2",
"htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.3.0",
"karma": "^2.0.0",
"htmllint-cli": "^0.0.7",
"jsunitsaucelabs": "^1.3.2",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-detect-browsers": "^2.3.2",
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^1.2.1",
"karma-sinon": "^1.0.5",
"node-sass": "^4.8.3",
"nodemon": "^1.17.3",
"node-sass": "^4.9.0",
"nodemon": "^1.17.4",
"npm-run-all": "^4.1.2",
"popper.js": "^1.14.3",
"postcss-cli": "^5.0.0",
"qunitjs": "^2.4.1",
"rollup": "^0.58.0",
"rollup": "^0.58.2",
"rollup-plugin-babel": "4.0.0-beta.4",
"rollup-plugin-node-resolve": "^3.3.0",
"shelljs": "^0.8.1",
"shx": "^0.2.2",
"sinon": "^4.5.0",
"sinon": "^5.0.4",
"sri-toolbox": "^0.2.0",
"stylelint": "^9.2.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.0.0",
"uglify-js": "^3.3.21",
"stylelint-scss": "^3.1.0",
"uglify-js": "^3.3.23",
"vnu-jar": "^18.3.0",
"workbox-build": "^3.1.0"
"workbox-build": "^3.2.0"
},
"engines": {
"node": ">=6"