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-24 22:25:49 +0300
committerGitHub <noreply@github.com>2019-01-24 22:25:49 +0300
commit372361387584061b2632796647e9529a51bdee25 (patch)
tree1b46a4944f5edf59ecfb756f7286d58b453f158f /package.json
parentdfba588d0d1ea020634f1a8f2911c7222702b125 (diff)
Update devDependencies and gems. (#28094)
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 d4d5943ff4..e0eb83b566 100644
--- a/package.json
+++ b/package.json
@@ -104,9 +104,9 @@
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
- "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
- "@babel/preset-env": "^7.2.3",
- "autoprefixer": "^9.4.4",
+ "@babel/plugin-proposal-object-rest-spread": "^7.3.1",
+ "@babel/preset-env": "^7.3.1",
+ "autoprefixer": "^9.4.6",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"broken-link-checker": "^0.7.8",
@@ -114,7 +114,7 @@
"clean-css-cli": "^4.2.1",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
- "eslint": "^5.12.0",
+ "eslint": "^5.12.1",
"find-unused-sass-variables": "^0.3.2",
"glob": "^7.1.3",
"hammer-simulator": "0.0.1",
@@ -135,15 +135,15 @@
"popper.js": "^1.14.6",
"postcss-cli": "^6.1.1",
"qunit": "^2.9.1",
- "rollup": "^1.1.0",
- "rollup-plugin-babel": "^4.3.0",
+ "rollup": "^1.1.2",
+ "rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
- "sinon": "^7.2.2",
- "stylelint": "^9.9.0",
- "stylelint-config-twbs-bootstrap": "^0.2.1",
+ "sinon": "^7.2.3",
+ "stylelint": "^9.10.1",
+ "stylelint-config-twbs-bootstrap": "^0.3.0",
"uglify-js": "^3.4.9",
"vnu-jar": "18.11.5"
},