Fix DEP0169 url.parse() deprecation warning by patching tailwindcss dependencies

This commit is contained in:
root
2026-06-24 13:31:56 +02:00
parent 37861cf8be
commit a07a86be25
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
"check": "yarn lint:all && yarn format:check",
"check:php": "php -l app/ && php -l routes/ && php -l database/ && php -l resources/",
"check:security": "composer audit && npm audit",
"postinstall": "node scripts/patch-url-parse.mjs",
"check:deps": "npm outdated --long --json || true",
"clean": "rm -rf .vite-cache node_modules/.vite",
"rebuild": "yarn clean && yarn install && yarn build"