aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2024-03-11 12:06:01 +0200
committerXhmikosR <[email protected]>2024-03-12 09:50:25 +0200
commit7b8211ce64438679acf68d2734c629bf0b8eb0a2 (patch)
tree7a4224f3652bcff88481be14f6bb95ca560ae3bd /package.json
parent2bc395b563768cf250d3e2c637db67d936e42a01 (diff)
downloadbootstrap-7b8211ce64438679acf68d2734c629bf0b8eb0a2.tar.xz
bootstrap-7b8211ce64438679acf68d2734c629bf0b8eb0a2.zip
Update globby to v14
Also: * fix globals type * switch to async
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 46ee1db39..10491932e 100644
--- a/package.json
+++ b/package.json
@@ -82,7 +82,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
"docs-serve-only": "npx sirv-cli _site --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 globby,jasmine,karma-browserstack-launcher,karma-rollup-preprocessor && echo Manually update site/assets/js/vendor",
+ "update-deps": "ncu -u -x jasmine,karma-browserstack-launcher,karma-rollup-preprocessor && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.mjs",
"release-version": "node build/change-version.mjs",
@@ -122,7 +122,7 @@
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"find-unused-sass-variables": "^5.0.0",
- "globby": "^11.1.0",
+ "globby": "^14.0.1",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.120.8",
"ip": "^2.0.1",