aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-24 12:34:57 +0300
committerXhmikosR <[email protected]>2019-09-24 13:09:25 +0300
commit04796b8f3aeb461d38fc265c1566821fc5ec299c (patch)
treeb3657f6cb7429873c00c6aecb4f7b1a81e7f5ecc /package.json
parent84861ceadbb09ada3598a632fd0f5e1cc80b0e7a (diff)
downloadbootstrap-04796b8f3aeb461d38fc265c1566821fc5ec299c.tar.xz
bootstrap-04796b8f3aeb461d38fc265c1566821fc5ec299c.zip
Update devDependencies.
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 581970d98..a2e8dda91 100644
--- a/package.json
+++ b/package.json
@@ -87,27 +87,27 @@
"popper.js": "^1.15.0"
},
"devDependencies": {
- "@babel/cli": "^7.6.0",
- "@babel/core": "^7.6.0",
- "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
- "@babel/preset-env": "^7.6.0",
+ "@babel/cli": "^7.6.2",
+ "@babel/core": "^7.6.2",
+ "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
+ "@babel/preset-env": "^7.6.2",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^5.2.0",
"bundlesize": "^0.18.0",
"clean-css-cli": "^4.3.0",
"coveralls": "^3.0.6",
- "cross-env": "^5.2.1",
- "eslint": "^6.3.0",
+ "cross-env": "^6.0.0",
+ "eslint": "^6.4.0",
"eslint-config-xo": "^0.26.0",
"eslint-plugin-import": "^2.18.2",
- "eslint-plugin-unicorn": "^10.0.0",
+ "eslint-plugin-unicorn": "^11.0.2",
"find-unused-sass-variables": "^0.5.0",
"glob": "^7.1.4",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.46.2",
+ "hugo-bin": "^0.46.3",
"ip": "^1.1.5",
- "jasmine-core": "^3.4.0",
+ "jasmine-core": "^3.5.0",
"karma": "^4.3.0",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
@@ -123,15 +123,15 @@
"npm-run-all": "^4.1.5",
"popper.js": "^1.15.0",
"postcss-cli": "^6.1.3",
- "rollup": "^1.21.2",
+ "rollup": "^1.21.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"serve": "^11.1.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
- "stylelint": "^10.1.0",
- "stylelint-config-twbs-bootstrap": "^0.4.0",
+ "stylelint": "^11.0.0",
+ "stylelint-config-twbs-bootstrap": "^0.6.0",
"terser": "^4.3.1",
"vnu-jar": "19.9.4"
},