npm update

This commit is contained in:
Ivan 2025-08-24 11:14:25 +03:00
parent 99d368fc54
commit d1fae22f90
2 changed files with 603 additions and 582 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,20 +17,20 @@
"@dagrejs/dagre": "^1.1.5",
"@hookform/resolvers": "^5.2.1",
"@lezer/lr": "^1.4.2",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@tanstack/react-query": "^5.85.0",
"@tanstack/react-query-devtools": "^5.85.0",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-query-devtools": "^5.85.5",
"@tanstack/react-table": "^8.21.3",
"@uiw/codemirror-themes": "^4.24.2",
"@uiw/react-codemirror": "^4.24.2",
"@uiw/codemirror-themes": "^4.25.1",
"@uiw/react-codemirror": "^4.25.1",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"global": "^4.4.0",
"js-file-download": "^0.4.12",
"lucide-react": "^0.539.0",
"lucide-react": "^0.541.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
@ -38,7 +38,7 @@
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"react-intl": "^7.1.11",
"react-router": "^7.8.0",
"react-router": "^7.8.2",
"react-scan": "^0.4.3",
"react-tabs": "^6.1.0",
"react-toastify": "^11.0.5",
@ -46,24 +46,24 @@
"react-zoom-pan-pinch": "^3.7.0",
"reactflow": "^11.11.4",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6",
"tw-animate-css": "^1.3.7",
"use-debounce": "^10.0.5",
"zod": "^4.0.17",
"zustand": "^5.0.7"
"zod": "^4.1.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@lezer/generator": "^1.8.0",
"@playwright/test": "^1.54.2",
"@tailwindcss/vite": "^4.1.11",
"@playwright/test": "^1.55.0",
"@tailwindcss/vite": "^4.1.12",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.1",
"@types/react": "^19.1.10",
"@types/node": "^24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^5.0.0",
"@vitejs/plugin-react": "^5.0.1",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"eslint": "^9.33.0",
"eslint": "^9.34.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-playwright": "^2.2.2",
"eslint-plugin-react": "^7.37.5",
@ -79,8 +79,8 @@
"tailwindcss": "^4.0.7",
"ts-jest": "^29.4.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
"typescript-eslint": "^8.40.0",
"vite": "^7.1.3"
},
"jest": {
"preset": "ts-jest",