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-01-04 12:54:16 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-04 15:22:23 +0300
commitd4b5b4b78c936f9a9d38d52ca5be1cbdee26ee54 (patch)
tree76d33a7f656057b8982866b488c308096817f1e7 /package.json
parentb478234cbae80ea13bb19d3eb04d2ee6828b151d (diff)
Update devDependencies and gems.
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 f0a6596355..172451bece 100644
--- a/package.json
+++ b/package.json
@@ -102,19 +102,19 @@
"popper.js": "^1.14.6"
},
"devDependencies": {
- "@babel/cli": "^7.2.0",
+ "@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
- "@babel/preset-env": "^7.2.0",
- "autoprefixer": "^9.4.3",
+ "@babel/preset-env": "^7.2.3",
+ "autoprefixer": "^9.4.4",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"broken-link-checker": "^0.7.8",
- "bundlesize": "^0.15.3",
+ "bundlesize": "0.15.3",
"clean-css-cli": "^4.2.1",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
- "eslint": "^5.10.0",
+ "eslint": "^5.11.1",
"find-unused-sass-variables": "^0.3.1",
"glob": "^7.1.3",
"hammer-simulator": "0.0.1",
@@ -133,10 +133,10 @@
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"popper.js": "^1.14.6",
- "postcss-cli": "^6.0.1",
+ "postcss-cli": "^6.1.0",
"qunit": "^2.8.0",
- "rollup": "^0.68.0",
- "rollup-plugin-babel": "^4.1.0",
+ "rollup": "^1.0.1",
+ "rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"shelljs": "^0.8.3",
@@ -146,7 +146,7 @@
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.0.0",
- "stylelint-scss": "^3.4.1",
+ "stylelint-scss": "^3.4.4",
"uglify-js": "^3.4.9",
"vnu-jar": "18.11.5"
},