Update dependencies
This commit is contained in:
57
package.json
57
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cipher-stream-web",
|
||||
"private": true,
|
||||
"version": "1.0.2-SNAPSHOT",
|
||||
"version": "1.0.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@@ -11,35 +11,36 @@
|
||||
"sonar": "bash sonarBuild.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^2.2.9",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@tanstack/react-query": "^5.90.12",
|
||||
"@tanstack/react-router": "^1.142.6",
|
||||
"@tanstack/react-router-devtools": "^1.142.6",
|
||||
"axios": "^1.13.2",
|
||||
"@eslint-react/eslint-plugin": "^5.18.6",
|
||||
"@headlessui/react": "^2.2.10",
|
||||
"@tailwindcss/vite": "^4.3.3",
|
||||
"@tanstack/eslint-plugin-router": "^1.162.0",
|
||||
"@tanstack/react-query": "^5.101.4",
|
||||
"@tanstack/react-router": "^1.170.29",
|
||||
"@tanstack/react-router-devtools": "^1.167.1",
|
||||
"axios": "^1.19.0",
|
||||
"clsx": "^2.1.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"mattrixwv-components": "^0.0.7",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-tooltip": "^5.30.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"use-debounce": "^10.0.6"
|
||||
"mattrixwv-components": "^0.0.9",
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8",
|
||||
"react-icons": "^5.7.0",
|
||||
"react-tooltip": "^6.0.8",
|
||||
"tailwindcss": "^4.3.3",
|
||||
"use-debounce": "^10.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@tanstack/router-plugin": "^1.142.6",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.26",
|
||||
"globals": "^16.5.0",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.50.0",
|
||||
"vite": "^7.3.0"
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@tanstack/router-plugin": "^1.168.32",
|
||||
"@types/node": "^26.2.0",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.4",
|
||||
"@vitejs/plugin-react": "^6.0.5",
|
||||
"eslint": "^10.8.1",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.4",
|
||||
"globals": "^17.11.0",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.67.0",
|
||||
"vite": "^8.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user