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-07-30 09:48:37 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-31 11:37:39 +0300
commit96d4a64944a4045ddb51bb785f1a390b14529b3f (patch)
tree4c599eab29e24123962906115cacba05a8f3612b /package.json
parentcf07b5a7aba74abed45da8fbb1755dde62336a95 (diff)
Update devDependencies and gems.
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index a414afc297..6107e5eb54 100644
--- a/package.json
+++ b/package.json
@@ -103,13 +103,13 @@
"popper.js": "^1.15.0"
},
"devDependencies": {
- "@babel/cli": "^7.5.0",
- "@babel/core": "^7.5.4",
- "@babel/plugin-proposal-object-rest-spread": "^7.5.4",
- "@babel/preset-env": "^7.5.4",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
+ "@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
- "babel-plugin-istanbul": "^5.1.4",
+ "babel-plugin-istanbul": "^5.2.0",
"broken-link-checker": "^0.7.8",
"bundlesize": "^0.18.0",
"clean-css-cli": "^4.3.0",
@@ -125,7 +125,7 @@
"karma": "^3.1.4",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.0.0",
- "karma-coverage-istanbul-reporter": "^2.0.5",
+ "karma-coverage-istanbul-reporter": "^2.1.0",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^3.1.3",
@@ -144,7 +144,7 @@
"shx": "^0.3.2",
"sinon": "^7.3.2",
"stylelint": "^9.10.1",
- "stylelint-config-twbs-bootstrap": "^0.3.1",
+ "stylelint-config-twbs-bootstrap": "^0.4.0",
"uglify-js": "^3.6.0",
"vnu-jar": "19.6.7"
},