Update dev dependencies

This time I used `npm update --save`, which is like running `composer
update && composer bump`, which is cool. Can you tell I don't usually
use npm? I think you can.
This commit is contained in:
2025-04-22 13:58:48 +02:00
parent d879c27e88
commit 1a862ece02
2 changed files with 500 additions and 240 deletions

728
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,12 +5,12 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.8", "autoprefixer": "^10.4.21",
"axios": "^1.6.7", "axios": "^1.8.4",
"laravel-vite-plugin": "^1.2.0", "laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"postcss": "^8.4.16", "postcss": "^8.5.3",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.4.17",
"vite": "^6.0.11" "vite": "^6.3.2"
} }
} }