Update dependencies

This commit is contained in:
2026-01-07 12:18:14 -05:00
parent 3f0bbd0e51
commit 438a834793
2 changed files with 1092 additions and 784 deletions

1826
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "cipher-stream-web", "name": "cipher-stream-web",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@@ -10,35 +10,35 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^2.2.7", "@headlessui/react": "^2.2.9",
"@tailwindcss/vite": "^4.1.11", "@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.85.0", "@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.131.10", "@tanstack/react-router": "^1.142.6",
"@tanstack/react-router-devtools": "^1.131.10", "@tanstack/react-router-devtools": "^1.142.6",
"axios": "^1.11.0", "axios": "^1.13.2",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"mattrixwv-components": "^0.0.7", "mattrixwv-components": "^0.0.7",
"react": "^19.1.1", "react": "^19.2.3",
"react-dom": "^19.1.1", "react-dom": "^19.2.3",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-tooltip": "^5.29.1", "react-tooltip": "^5.30.0",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.18",
"use-debounce": "^10.0.5" "use-debounce": "^10.0.6"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.33.0", "@eslint/js": "^9.39.2",
"@tanstack/router-plugin": "^1.131.11", "@tanstack/router-plugin": "^1.142.6",
"@types/node": "^24.2.1", "@types/node": "^25.0.3",
"@types/react": "^19.1.10", "@types/react": "^19.2.7",
"@types/react-dom": "^19.1.7", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.0", "@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.33.0", "eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.3.0", "globals": "^16.5.0",
"typescript": "^5.9.2", "typescript": "^5.9.3",
"typescript-eslint": "^8.39.1", "typescript-eslint": "^8.50.0",
"vite": "^7.1.2" "vite": "^7.3.0"
} }
} }