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>2018-10-29 16:28:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-29 16:40:20 +0300
commitbb0d6bf178de310176d914f73f2f649c229d8c4e (patch)
tree17177be2a09d86ab041d43858481692f3706a2b2 /package.json
parent2c2d04aba58d081ffa0c376c5c5d23bd3f07c071 (diff)
Update devDependencies and gems.
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 73a4a06ef9..88cb127eaa 100644
--- a/package.json
+++ b/package.json
@@ -102,7 +102,7 @@
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
- "autoprefixer": "^9.2.1",
+ "autoprefixer": "^9.3.1",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"broken-link-checker": "^0.7.8",
@@ -110,14 +110,14 @@
"clean-css-cli": "^4.2.1",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
- "eslint": "^5.7.0",
- "find-unused-sass-variables": "^0.2.1",
+ "eslint": "^5.8.0",
+ "find-unused-sass-variables": "^0.3.0",
"glob": "^7.1.3",
"hammer-simulator": "0.0.1",
"htmllint-cli": "^0.0.7",
"http-server": "^0.11.1",
"ip": "^1.1.5",
- "karma": "^3.0.0",
+ "karma": "^3.1.1",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
@@ -126,7 +126,7 @@
"karma-qunit": "^2.1.0",
"karma-sinon": "^1.0.5",
"node-sass": "^4.9.4",
- "nodemon": "^1.18.4",
+ "nodemon": "^1.18.5",
"npm-run-all": "^4.1.3",
"popper.js": "^1.14.4",
"postcss-cli": "^6.0.1",
@@ -136,12 +136,12 @@
"rollup-plugin-node-resolve": "^3.4.0",
"shelljs": "^0.8.2",
"shx": "^0.3.2",
- "sinon": "^7.0.0",
- "stylelint": "^9.6.0",
+ "sinon": "^7.1.0",
+ "stylelint": "^9.7.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
- "stylelint-scss": "^3.3.1",
+ "stylelint-scss": "^3.3.2",
"uglify-js": "^3.4.9",
"vnu-jar": "18.8.29"
},