chore(deps-dev): Bump vite from 5.4.19 to 5.4.21 in /archon-ui-main

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 5.4.21.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-01 12:14:26 +00:00
committed by GitHub
parent 844cdb3551
commit fabc2f78a0
2 changed files with 9 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.85.8",
"@tanstack/react-query-devtools": "^5.85.8",
"clsx": "latest",
"clsx": "*",
"date-fns": "^4.1.0",
"fractional-indexing": "^3.2.0",
"framer-motion": "^11.5.4",
@@ -37,7 +37,7 @@
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.26.2",
"tailwind-merge": "latest",
"tailwind-merge": "*",
"zod": "^3.25.46",
"zustand": "^5.0.8"
},
@@ -57,16 +57,16 @@
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "latest",
"autoprefixer": "*",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"jsdom": "^24.1.0",
"postcss": "latest",
"postcss": "*",
"tailwindcss": "4.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.5.4",
"vite": "^5.2.0",
"vite": "^5.4.21",
"vitest": "^1.6.0"
}
},
@@ -11424,9 +11424,9 @@
}
},
"node_modules/vite": {
"version": "5.4.19",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.19.tgz",
"integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==",
"version": "5.4.21",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
"integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -86,7 +86,7 @@
"tailwindcss": "4.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.5.4",
"vite": "^5.2.0",
"vite": "^5.4.21",
"vitest": "^1.6.0"
}
}