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-03-23 13:52:32 +0300
committerGitHub <noreply@github.com>2019-03-23 13:52:32 +0300
commitaa3b4d33f832cc4fb2578b85900b011f75edad2a (patch)
treeb712a92b5f6744e51e0cc028e78b65d0e014f2ad /package.json
parentb4a2beb3c28145f01d452ece833b4dfe3eca4d66 (diff)
Update devDependencies. (#28538)
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 5146f5b3f3..22a2207343 100644
--- a/package.json
+++ b/package.json
@@ -105,17 +105,17 @@
},
"devDependencies": {
"@babel/cli": "^7.2.3",
- "@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/core": "^7.4.0",
+ "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
+ "@babel/preset-env": "^7.4.2",
+ "autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.1",
"bundlesize": "0.15.3",
"clean-css-cli": "^4.2.1",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
- "eslint": "^5.14.1",
+ "eslint": "^5.15.3",
"eslint-config-xo": "^0.26.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-unicorn": "^7.1.0",
@@ -134,22 +134,22 @@
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^3.0.0",
"karma-sinon": "^1.0.5",
- "linkinator": "^1.1.6",
+ "linkinator": "^1.1.7",
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"npm-run-all": "^4.1.5",
"popper.js": "^1.14.7",
"postcss-cli": "^6.1.2",
"qunit": "^2.9.2",
- "rollup": "^1.4.0",
+ "rollup": "^1.7.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.1",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
- "sinon": "^7.2.5",
+ "sinon": "^7.3.0",
"stylelint": "^9.10.1",
"stylelint-config-twbs-bootstrap": "^0.3.0",
- "terser": "^3.16.1",
+ "terser": "^3.17.0",
"vnu-jar": "18.11.5"
},
"engines": {