update zod and axios to latest

This commit is contained in:
2024-08-15 14:28:48 +02:00
parent 3c4a15afd1
commit d945a1ea7f
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -15,7 +15,7 @@
"@radix-ui/react-toggle-group": "^1.1.0", "@radix-ui/react-toggle-group": "^1.1.0",
"@tanstack/react-query": "^5.51.23", "@tanstack/react-query": "^5.51.23",
"async-mutex": "^0.5.0", "async-mutex": "^0.5.0",
"axios": "^1.3.4", "axios": "^1.7.4",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"lucide-react": "^0.427.0", "lucide-react": "^0.427.0",
@@ -25,7 +25,7 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2", "tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"zod": "^3.21.4" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.8.3", "@biomejs/biome": "1.8.3",