Upgrade skyvern front-end to resolve dependabot alerts (#2895)

This commit is contained in:
Suchintan
2025-07-08 08:24:02 -07:00
committed by GitHub
parent 5f32990edd
commit 591304f25d
2 changed files with 71 additions and 82 deletions

View File

@@ -50,6 +50,7 @@
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.6",
"embla-carousel-react": "^8.0.0",
"express": "^4.21.2",
"fetch-to-curl": "^0.6.0",
@@ -63,7 +64,7 @@
"react-github-btn": "^1.4.0",
"react-hook-form": "^7.51.1",
"react-router-dom": "^6.22.3",
"serve-handler": "^6.1.5",
"serve-handler": "^6.1.6",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.4",
@@ -80,7 +81,7 @@
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
@@ -90,7 +91,7 @@
"postcss": "^8.4.37",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"vite": "^5.4.19"
},