Update frontend deps

This commit is contained in:
James Brooks 2024-10-26 14:01:55 +01:00
parent a2213c9d2c
commit 72f3592f58
No known key found for this signature in database
2 changed files with 2888 additions and 3 deletions

2881
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,12 @@
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0"
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vite": "^5.0"
}
}