diff options
| author | XhmikosR <[email protected]> | 2024-03-11 12:06:01 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2024-03-12 09:50:25 +0200 |
| commit | 7b8211ce64438679acf68d2734c629bf0b8eb0a2 (patch) | |
| tree | 7a4224f3652bcff88481be14f6bb95ca560ae3bd /package.json | |
| parent | 2bc395b563768cf250d3e2c637db67d936e42a01 (diff) | |
| download | bootstrap-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.json | 4 |
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", |
