2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Update devDependencies (#32852)

Pin karma and linkinator due to failures
This commit is contained in:
XhmikosR
2021-01-27 18:37:18 +02:00
committed by GitHub
parent 6ffb0b48e4
commit 17d8fba548
7 changed files with 197 additions and 174 deletions
+9 -9
View File
@@ -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"