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

Update devDependencies and gems.

Locked qunit to v2.9.2 to prevent test failures. We should revisit qunit later.
This commit is contained in:
XhmikosR
2019-10-14 12:04:17 +03:00
parent db19e8c706
commit 8cf6c209d8
3 changed files with 164 additions and 152 deletions
+10 -10
View File
@@ -104,20 +104,20 @@
"popper.js": "^1.15.0"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"autoprefixer": "^9.6.1",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^9.6.5",
"babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^5.2.0",
"broken-link-checker": "^0.7.8",
"bundlesize": "^0.18.0",
"clean-css-cli": "^4.3.0",
"coveralls": "^3.0.6",
"coveralls": "^3.0.7",
"cross-env": "^5.2.1",
"eslint": "^5.16.0",
"find-unused-sass-variables": "^0.5.0",
"find-unused-sass-variables": "^0.6.0",
"glob": "^7.1.4",
"hammer-simulator": "0.0.1",
"http-server": "^0.11.1",
@@ -132,12 +132,12 @@
"karma-qunit": "^3.1.3",
"karma-sinon": "^1.0.5",
"node-sass": "^4.12.0",
"nodemon": "^1.19.2",
"nodemon": "^1.19.3",
"npm-run-all": "^4.1.5",
"popper.js": "^1.15.0",
"postcss-cli": "^6.1.3",
"qunit": "^2.9.2",
"rollup": "^1.21.4",
"qunit": "2.9.2",
"rollup": "^1.23.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
@@ -146,7 +146,7 @@
"sinon": "^7.5.0",
"stylelint": "^9.10.1",
"stylelint-config-twbs-bootstrap": "^0.5.0",
"uglify-js": "^3.6.0",
"uglify-js": "^3.6.1",
"vnu-jar": "19.9.4"
},
"engines": {