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-10 08:48:40 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-10 11:03:54 +0300
commit0ad0985ac0f8dce207876b81852f00b34ffc786f (patch)
treecd7745d63bb38cedff4d61b38d1a142d74ff69ed /package.json
parentd361194a99b1968dc2dec27325071e1d2405c79c (diff)
Update devDependencies and gems.
Also lock babel versions, since we get failures with newer ones.
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index 455ec6ea1c..3e480280f6 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
"docs-lint": "node build/vnu-jar.js",
"docs-serve": "bundle exec jekyll serve",
"docs-serve-only": "npm run docs-serve -- --skip-initial-build --no-watch",
- "update-deps": "ncu -a -x \"karma,stylelint\" && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"",
+ "update-deps": "ncu -a -x \"eslint,karma,stylelint\" && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"",
"release": "npm-run-all dist release-sri release-zip docs-production",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
@@ -103,20 +103,20 @@
"popper.js": "^1.15.0"
},
"devDependencies": {
- "@babel/cli": "^7.4.4",
- "@babel/core": "^7.4.5",
- "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
- "@babel/preset-env": "^7.4.5",
- "autoprefixer": "^9.6.0",
+ "@babel/cli": "7.4.4",
+ "@babel/core": "7.4.5",
+ "@babel/plugin-proposal-object-rest-spread": "7.4.4",
+ "@babel/preset-env": "7.4.5",
+ "autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"babel-plugin-istanbul": "^5.1.4",
"broken-link-checker": "^0.7.8",
- "bundlesize": "0.17.2",
+ "bundlesize": "^0.18.0",
"clean-css-cli": "^4.3.0",
"coveralls": "^3.0.4",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
- "find-unused-sass-variables": "^0.3.3",
+ "find-unused-sass-variables": "^0.4.0",
"glob": "^7.1.4",
"hammer-simulator": "0.0.1",
"http-server": "^0.11.1",
@@ -134,12 +134,12 @@
"nodemon": "^1.19.1",
"npm-run-all": "^4.1.5",
"popper.js": "^1.15.0",
- "postcss-cli": "^6.1.2",
+ "postcss-cli": "^6.1.3",
"qunit": "^2.9.2",
- "rollup": "^1.15.6",
- "rollup-plugin-babel": "^4.3.2",
- "rollup-plugin-commonjs": "^10.0.0",
- "rollup-plugin-node-resolve": "^5.0.3",
+ "rollup": "^1.16.7",
+ "rollup-plugin-babel": "^4.3.3",
+ "rollup-plugin-commonjs": "^10.0.1",
+ "rollup-plugin-node-resolve": "^5.2.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"sinon": "^7.3.2",