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-04-29 17:47:53 +0300
committerGitHub <noreply@github.com>2019-04-29 17:47:53 +0300
commit280f45c55eaf5d44ccab1ad2b2f3065e959652ea (patch)
tree808fd4e507b70163d7fddb32c0d12db2ec5babab /package.json
parent952c3d36775da3a3ea328ddf159e903f7007bdae (diff)
Update devDependencies. (#28655)
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/package.json b/package.json
index 472c7e983e..d2333e1d0f 100644
--- a/package.json
+++ b/package.json
@@ -106,51 +106,51 @@
"popper.js": "^1.15.0"
},
"devDependencies": {
- "@babel/cli": "^7.4.3",
- "@babel/core": "^7.4.3",
- "@babel/plugin-proposal-object-rest-spread": "^7.4.3",
- "@babel/preset-env": "^7.4.3",
+ "@babel/cli": "^7.4.4",
+ "@babel/core": "^7.4.4",
+ "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
+ "@babel/preset-env": "^7.4.4",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
- "babel-plugin-istanbul": "^5.1.1",
+ "babel-plugin-istanbul": "^5.1.3",
"bundlesize": "0.15.3",
"clean-css-cli": "^4.3.0",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-xo": "^0.26.0",
- "eslint-plugin-import": "^2.16.0",
+ "eslint-plugin-import": "^2.17.2",
"eslint-plugin-unicorn": "^8.0.2",
"find-unused-sass-variables": "^0.3.3",
"glob": "^7.1.3",
"hammer-simulator": "0.0.1",
"http-server": "^0.11.1",
- "hugo-bin": "^0.43.1",
+ "hugo-bin": "^0.43.4",
"ip": "^1.1.5",
"jquery": "^3.3.1",
- "karma": "^4.0.1",
+ "karma": "^4.1.0",
"karma-browserstack-launcher": "^1.5.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^1.1.0",
- "karma-qunit": "^3.1.1",
+ "karma-qunit": "^3.1.2",
"karma-sinon": "^1.0.5",
- "linkinator": "^1.2.1",
- "node-sass": "^4.11.0",
+ "linkinator": "^1.3.1",
+ "node-sass": "^4.12.0",
"nodemon": "^1.18.11",
"npm-run-all": "^4.1.5",
"popper.js": "^1.15.0",
"postcss-cli": "^6.1.2",
"qunit": "^2.9.2",
- "rollup": "^1.9.3",
+ "rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
- "rollup-plugin-node-resolve": "^4.2.2",
+ "rollup-plugin-node-resolve": "^4.2.3",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
- "sinon": "^7.3.1",
- "stylelint": "^9.10.1",
- "stylelint-config-twbs-bootstrap": "^0.3.0",
+ "sinon": "^7.3.2",
+ "stylelint": "^10.0.1",
+ "stylelint-config-twbs-bootstrap": "^0.3.1",
"terser": "^3.17.0",
"vnu-jar": "18.11.5"
},