Update devDependencies and gems.
Showing
+735 -699
This diff is collapsed.
... | ... | @@ -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 \"bundlesize,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 \"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", | ||
... | ... | @@ -104,14 +104,14 @@ |
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"@babel/preset-env": "^7.4.5", | ||
"autoprefixer": "^9.5.1", | ||
"babel-eslint": "^10.0.1", | ||
"babel-plugin-istanbul": "^5.1.4", | ||
"broken-link-checker": "^0.7.8", | ||
"bundlesize": "0.15.3", | ||
"bundlesize": "0.17.2", | ||
"clean-css-cli": "^4.3.0", | ||
"coveralls": "^3.0.3", | ||
"cross-env": "^5.2.0", | ||
... | ... | @@ -131,21 +131,21 @@ |
"karma-qunit": "^3.1.2", | ||
"karma-sinon": "^1.0.5", | ||
"node-sass": "^4.12.0", | ||
"nodemon": "^1.19.0", | ||
"nodemon": "^1.19.1", | ||
"npm-run-all": "^4.1.5", | ||
"popper.js": "^1.15.0", | ||
"postcss-cli": "^6.1.2", | ||
"qunit": "^2.9.2", | ||
"rollup": "^1.11.3", | ||
"rollup": "^1.12.4", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-node-resolve": "^4.2.3", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
"rollup-plugin-node-resolve": "^5.0.0", | ||
"shelljs": "^0.8.3", | ||
"shx": "^0.3.2", | ||
"sinon": "^7.3.2", | ||
"stylelint": "^9.10.1", | ||
"stylelint-config-twbs-bootstrap": "^0.3.1", | ||
"uglify-js": "^3.5.11", | ||
"uglify-js": "^3.5.15", | ||
"vnu-jar": "18.11.5" | ||
}, | ||
"engines": { | ||
... | ... |
Please register or sign in to comment