2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Update devDependencies and gems.

This commit is contained in:
XhmikosR
2018-10-29 15:28:15 +02:00
parent 2c2d04aba5
commit bb0d6bf178
4 changed files with 123 additions and 167 deletions
+8 -8
View File
@@ -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"
},