npm update

This commit is contained in:
Ivan 2025-11-07 14:04:07 +03:00
parent b30a72e997
commit d2782d70fc
2 changed files with 380 additions and 409 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,32 +14,32 @@
"preview": "vite preview --port 3000"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.5",
"@dagrejs/dagre": "^1.1.8",
"@hookform/resolvers": "^5.2.2",
"@lezer/lr": "^1.4.2",
"@lezer/lr": "^1.4.3",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@tanstack/react-query": "^5.90.5",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-table": "^8.21.3",
"@uiw/codemirror-themes": "^4.25.2",
"@uiw/react-codemirror": "^4.25.2",
"axios": "^1.12.2",
"@uiw/codemirror-themes": "^4.25.3",
"@uiw/react-codemirror": "^4.25.3",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dompurify": "^3.3.0",
"global": "^4.4.0",
"js-file-download": "^0.4.12",
"lucide-react": "^0.548.0",
"lucide-react": "^0.553.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.65.0",
"react-hook-form": "^7.66.0",
"react-icons": "^5.5.0",
"react-intl": "^7.1.14",
"react-router": "^7.9.4",
"react-router": "^7.9.5",
"react-scan": "^0.4.3",
"react-tabs": "^6.1.0",
"react-toastify": "^11.0.5",
@ -55,22 +55,22 @@
"devDependencies": {
"@lezer/generator": "^1.8.0",
"@playwright/test": "^1.56.1",
"@tailwindcss/vite": "^4.1.16",
"@tailwindcss/vite": "^4.1.17",
"@types/jest": "^30.0.0",
"@types/node": "^24.9.1",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^5.1.0",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.38.0",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-playwright": "^2.2.2",
"eslint-plugin-playwright": "^2.3.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.4.0",
"globals": "^16.5.0",
"jest": "^30.2.0",
"stylelint": "^16.25.0",
"stylelint-config-recommended": "^17.0.0",
@ -79,8 +79,8 @@
"tailwindcss": "^4.0.7",
"ts-jest": "^29.4.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12"
"typescript-eslint": "^8.46.3",
"vite": "^7.2.2"
},
"jest": {
"preset": "ts-jest",