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"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"axios": "^1.6.7",
"autoprefixer": "^10.4.21",
"axios": "^1.8.4",
"laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.19",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^6.0.11"
"lodash": "^4.17.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^6.3.2"
}
}