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>2017-12-31 03:03:22 +0300
committerGitHub <noreply@github.com>2017-12-31 03:03:22 +0300
commitbf0e753517ab83a148088189b136375f21cb684d (patch)
tree3c75fb638fe8aa52b721ce8ad84e6a449f6f4321 /package.json
parent06d8e58e9f66b789e5f482509c5248ebe5c67eed (diff)
Update devDependencies and gems. (#25083)
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 ffa64a0081..c83ac66f38 100644
--- a/package.json
+++ b/package.json
@@ -85,16 +85,16 @@
"popper.js": "^1.12.9"
},
"devDependencies": {
- "@babel/cli": "7.0.0-beta.35",
- "@babel/core": "7.0.0-beta.35",
- "@babel/preset-env": "7.0.0-beta.35",
+ "@babel/cli": "7.0.0-beta.36",
+ "@babel/core": "7.0.0-beta.36",
+ "@babel/preset-env": "7.0.0-beta.36",
"autoprefixer": "^7.2.3",
- "babel-eslint": "^8.0.3",
+ "babel-eslint": "^8.1.2",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.15.3",
"clean-css-cli": "^4.1.10",
"cross-env": "^5.1.3",
- "eslint": "^4.13.1",
+ "eslint": "^4.14.0",
"eslint-plugin-compat": "^2.1.0",
"glob": "^7.1.2",
"htmllint-cli": "^0.0.6",
@@ -105,12 +105,12 @@
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^1.2.1",
"node-sass": "^4.7.2",
- "nodemon": "^1.14.1",
+ "nodemon": "^1.14.6",
"npm-run-all": "^4.1.2",
"popper.js": "^1.12.9",
"postcss-cli": "^4.1.1",
"qunitjs": "^2.4.1",
- "rollup": "^0.52.3",
+ "rollup": "^0.53.2",
"rollup-plugin-babel": "4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.0",
"shelljs": "^0.7.8",
@@ -121,7 +121,7 @@
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.8.0",
"stylelint-scss": "^2.2.0",
- "uglify-js": "^3.2.2",
+ "uglify-js": "^3.3.4",
"vnu-jar": "^17.11.1",
"workbox-build": "^2.1.2"
},