Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-10-14 12:04:17 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-10-14 12:12:05 +0300
commit8cf6c209d8a324c4a13e6343ee9f4a5e5abc3351 (patch)
tree3ccc494218c7a115728a37495d7db4197dce37c0 /package.json
parentdb19e8c706318be049ea566275eb2bc4da8d2dab (diff)
Update devDependencies and gems.
Locked qunit to v2.9.2 to prevent test failures. We should revisit qunit later.
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index b22f413a6c..925d604a34 100644
--- a/package.json
+++ b/package.json
@@ -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": {