refactor(frontend): update deps

This commit is contained in:
Sergey Krylov 2025-09-05 05:19:40 +03:00
parent f19b7e231f
commit af0436c655
3 changed files with 314 additions and 356 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,11 +14,11 @@
"openapi:gen": "openapi-typescript http://localhost:3000/docs/swagger.json -o src/shared/api/schema.ts" "openapi:gen": "openapi-typescript http://localhost:3000/docs/swagger.json -o src/shared/api/schema.ts"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-query": "5.85.5", "@tanstack/react-query": "5.86.0",
"axios": "1.11.0", "axios": "1.11.0",
"react": "19.1.1", "react": "19.1.1",
"react-dom": "19.1.1", "react-dom": "19.1.1",
"react-router": "7.8.1" "react-router": "7.8.2"
}, },
"devDependencies": { "devDependencies": {
"@rsbuild/core": "1.5.3", "@rsbuild/core": "1.5.3",
@ -27,21 +27,21 @@
"@rsbuild/plugin-type-check": "1.2.4", "@rsbuild/plugin-type-check": "1.2.4",
"@swc/core": "1.13.5", "@swc/core": "1.13.5",
"@swc/jest": "0.2.39", "@swc/jest": "0.2.39",
"@tanstack/eslint-plugin-query": "5.83.1", "@tanstack/eslint-plugin-query": "5.86.0",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.8.0", "@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1", "@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0", "@types/jest": "30.0.0",
"@types/react": "19.1.9", "@types/react": "19.1.12",
"@types/react-dom": "19.1.7", "@types/react-dom": "19.1.9",
"@typescript-eslint/parser": "8.42.0", "@typescript-eslint/parser": "8.42.0",
"eslint": "9.34.0", "eslint": "9.34.0",
"eslint-config-ksv741": "0.2.0", "eslint-config-ksv741": "0.2.0",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",
"jest": "30.1.1", "jest": "30.1.3",
"jest-environment-jsdom": "30.1.1", "jest-environment-jsdom": "30.1.2",
"msw": "2.10.5", "msw": "2.11.1",
"openapi-typescript": "7.9.1", "openapi-typescript": "7.9.1",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"typescript": "5.9.2" "typescript": "5.9.2"

View File

@ -7,7 +7,7 @@
* - Please do NOT modify this file. * - Please do NOT modify this file.
*/ */
const PACKAGE_VERSION = '2.10.5' const PACKAGE_VERSION = '2.11.1'
const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af' const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set() const activeClientIds = new Set()