npm update

This commit is contained in:
Ivan 2025-10-03 00:54:38 +03:00
parent de59f7e336
commit 0743cffdd7
2 changed files with 810 additions and 718 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,11 +19,11 @@
"@lezer/lr": "^1.4.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@tanstack/react-query": "^5.89.0",
"@tanstack/react-query-devtools": "^5.89.0",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-table": "^8.21.3",
"@uiw/codemirror-themes": "^4.25.1",
"@uiw/react-codemirror": "^4.25.1",
"@uiw/codemirror-themes": "^4.25.2",
"@uiw/react-codemirror": "^4.25.2",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@ -35,10 +35,10 @@
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.62.0",
"react-hook-form": "^7.63.0",
"react-icons": "^5.5.0",
"react-intl": "^7.1.11",
"react-router": "^7.9.1",
"react-router": "^7.9.3",
"react-scan": "^0.4.3",
"react-tabs": "^6.1.0",
"react-toastify": "^11.0.5",
@ -48,22 +48,22 @@
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.7",
"use-debounce": "^10.0.6",
"zod": "^4.1.8",
"zod": "^4.1.11",
"zustand": "^5.0.8"
},
"devDependencies": {
"@lezer/generator": "^1.8.0",
"@playwright/test": "^1.55.0",
"@playwright/test": "^1.55.1",
"@tailwindcss/vite": "^4.1.13",
"@types/jest": "^30.0.0",
"@types/node": "^24.5.0",
"@types/react": "^19.1.13",
"@types/node": "^24.5.2",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^5.0.2",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"eslint": "^9.35.0",
"eslint": "^9.36.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-playwright": "^2.2.2",
"eslint-plugin-react": "^7.37.5",
@ -71,16 +71,16 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.4.0",
"jest": "^30.1.3",
"jest": "^30.2.0",
"stylelint": "^16.24.0",
"stylelint-config-recommended": "^16.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-config-tailwindcss": "^1.0.0",
"tailwindcss": "^4.0.7",
"ts-jest": "^29.4.2",
"ts-jest": "^29.4.4",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.5"
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
},
"jest": {
"preset": "ts-jest",