aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-01-27 18:37:18 +0200
committerGitHub <[email protected]>2021-01-27 18:37:18 +0200
commit17d8fba548909db2ce358ddfeaaab292cacc0874 (patch)
tree65983905058ba6f91952fbe0e5947cfbf3fdff4e /package.json
parent6ffb0b48e455430f8a5359ed689ad64c1143fac2 (diff)
downloadbootstrap-17d8fba548909db2ce358ddfeaaab292cacc0874.tar.xz
bootstrap-17d8fba548909db2ce358ddfeaaab292cacc0874.zip
Update devDependencies (#32852)
Pin karma and linkinator due to failures
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 4da8cdd70..1e819b6ed 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _gh_pages --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
- "update-deps": "ncu -u -x \"jquery,karma-browserstack-launcher,sinon,terser\" && npm update && echo Manually update site/assets/js/vendor",
+ "update-deps": "ncu -u -x \"jquery,karma,karma-browserstack-launcher,linkinator,sinon,terser\" && npm update && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
@@ -99,16 +99,16 @@
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
- "@rollup/plugin-node-resolve": "^11.0.1",
- "autoprefixer": "^10.2.1",
+ "@rollup/plugin-node-resolve": "^11.1.0",
+ "autoprefixer": "^10.2.3",
"babel-plugin-istanbul": "^6.0.0",
- "bundlewatch": "^0.3.1",
+ "bundlewatch": "^0.3.2",
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.3",
- "eslint": "^7.17.0",
+ "eslint": "^7.18.0",
"eslint-config-xo": "^0.34.0",
"eslint-plugin-import": "^2.22.1",
- "eslint-plugin-unicorn": "^25.0.1",
+ "eslint-plugin-unicorn": "^27.0.0",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",
@@ -123,7 +123,7 @@
"karma-firefox-launcher": "^2.1.0",
"karma-qunit": "^4.1.1",
"karma-sinon": "^1.0.5",
- "linkinator": "^2.11.2",
+ "linkinator": "2.11.2",
"lockfile-lint": "^4.3.7",
"node-sass": "^5.0.0",
"nodemon": "^2.0.7",
@@ -132,10 +132,10 @@
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"qunit": "^2.14.0",
- "rollup": "^2.36.1",
+ "rollup": "^2.38.0",
"shelljs": "^0.8.4",
"sinon": "^7.5.0",
- "stylelint": "^13.8.0",
+ "stylelint": "^13.9.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "5.1.0",
"vnu-jar": "20.6.30"