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-02-28 09:46:24 +0300
committerGitHub <noreply@github.com>2019-02-28 09:46:24 +0300
commitda5f428b356d1d612f8d29905f01e8e839c670b6 (patch)
treecc21d30ed5d76e3c6cb17d503921329e5bc58224 /package.json
parentd5f9107abb4917488d5fc8a1eb8d5a4f01229f01 (diff)
Update devDependencies and gems. (#28347)
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json
index 11bf34a7b7..d121cf1d4d 100644
--- a/package.json
+++ b/package.json
@@ -99,17 +99,17 @@
},
"devDependencies": {
"@babel/cli": "^7.2.3",
- "@babel/core": "^7.3.3",
- "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
- "@babel/preset-env": "^7.3.1",
- "autoprefixer": "^9.4.7",
+ "@babel/core": "^7.3.4",
+ "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
+ "@babel/preset-env": "^7.3.4",
+ "autoprefixer": "^9.4.9",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.1",
"bundlesize": "0.15.3",
"clean-css-cli": "^4.2.1",
- "coveralls": "^3.0.2",
+ "coveralls": "^3.0.3",
"cross-env": "^5.2.0",
- "eslint": "^5.14.0",
+ "eslint": "^5.14.1",
"find-unused-sass-variables": "^0.3.2",
"glob": "^7.1.3",
"hammer-simulator": "0.0.1",
@@ -128,15 +128,15 @@
"nodemon": "^1.18.10",
"npm-run-all": "^4.1.5",
"popper.js": "^1.14.7",
- "postcss-cli": "^6.1.1",
- "qunit": "^2.9.1",
- "rollup": "^1.2.1",
+ "postcss-cli": "^6.1.2",
+ "qunit": "^2.9.2",
+ "rollup": "^1.3.2",
"rollup-plugin-babel": "^4.3.2",
- "rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-node-resolve": "^4.0.0",
+ "rollup-plugin-commonjs": "^9.2.1",
+ "rollup-plugin-node-resolve": "^4.0.1",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
- "sinon": "^7.2.3",
+ "sinon": "^7.2.5",
"stylelint": "^9.10.1",
"stylelint-config-twbs-bootstrap": "^0.3.0",
"terser": "^3.16.1",