npm update

This commit is contained in:
Ivan 2025-07-01 20:14:04 +03:00
parent 65a65aba41
commit 44c21dd7fd
2 changed files with 886 additions and 906 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,27 +19,27 @@
"@lezer/lr": "^1.4.2", "@lezer/lr": "^1.4.2",
"@radix-ui/react-popover": "^1.1.14", "@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5", "@radix-ui/react-select": "^2.2.5",
"@tanstack/react-query": "^5.80.7", "@tanstack/react-query": "^5.81.5",
"@tanstack/react-query-devtools": "^5.80.7", "@tanstack/react-query-devtools": "^5.81.5",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@uiw/codemirror-themes": "^4.23.13", "@uiw/codemirror-themes": "^4.23.14",
"@uiw/react-codemirror": "^4.23.13", "@uiw/react-codemirror": "^4.23.14",
"axios": "^1.10.0", "axios": "^1.10.0",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.1.1", "cmdk": "^1.1.1",
"global": "^4.4.0", "global": "^4.4.0",
"js-file-download": "^0.4.12", "js-file-download": "^0.4.12",
"lucide-react": "^0.516.0", "lucide-react": "^0.525.0",
"qrcode.react": "^4.2.0", "qrcode.react": "^4.2.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0", "react-error-boundary": "^6.0.0",
"react-hook-form": "^7.58.1", "react-hook-form": "^7.59.0",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-intl": "^7.1.11", "react-intl": "^7.1.11",
"react-router": "^7.6.2", "react-router": "^7.6.3",
"react-scan": "^0.3.4", "react-scan": "^0.3.6",
"react-tabs": "^6.1.0", "react-tabs": "^6.1.0",
"react-toastify": "^11.0.5", "react-toastify": "^11.0.5",
"react-tooltip": "^5.29.1", "react-tooltip": "^5.29.1",
@ -49,38 +49,38 @@
"tw-animate-css": "^1.3.4", "tw-animate-css": "^1.3.4",
"use-debounce": "^10.0.5", "use-debounce": "^10.0.5",
"zod": "^3.25.67", "zod": "^3.25.67",
"zustand": "^5.0.5" "zustand": "^5.0.6"
}, },
"devDependencies": { "devDependencies": {
"@lezer/generator": "^1.7.3", "@lezer/generator": "^1.8.0",
"@playwright/test": "^1.53.0", "@playwright/test": "^1.53.2",
"@tailwindcss/vite": "^4.1.10", "@tailwindcss/vite": "^4.1.11",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/node": "^24.0.3", "@types/node": "^24.0.8",
"@types/react": "^19.1.8", "@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.0.1", "@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1", "@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^4.5.2", "@vitejs/plugin-react": "^4.6.0",
"babel-plugin-react-compiler": "^19.1.0-rc.1", "babel-plugin-react-compiler": "^19.1.0-rc.1",
"eslint": "^9.29.0", "eslint": "^9.30.0",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.32.0",
"eslint-plugin-playwright": "^2.2.0", "eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.1", "eslint-plugin-react-compiler": "^19.1.0-rc.1",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.2.0", "globals": "^16.3.0",
"jest": "^30.0.0", "jest": "^30.0.3",
"stylelint": "^16.20.0", "stylelint": "^16.21.0",
"stylelint-config-recommended": "^16.0.0", "stylelint-config-recommended": "^16.0.0",
"stylelint-config-standard": "^38.0.0", "stylelint-config-standard": "^38.0.0",
"stylelint-config-tailwindcss": "^1.0.0", "stylelint-config-tailwindcss": "^1.0.0",
"tailwindcss": "^4.0.7", "tailwindcss": "^4.0.7",
"ts-jest": "^29.4.0", "ts-jest": "^29.4.0",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"typescript-eslint": "^8.34.1", "typescript-eslint": "^8.35.1",
"vite": "^6.3.5" "vite": "^7.0.0"
}, },
"jest": { "jest": {
"preset": "ts-jest", "preset": "ts-jest",