refactor(frontend): update deps
This commit is contained in:
parent
f19b7e231f
commit
af0436c655
652
frontend/package-lock.json
generated
652
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,11 +14,11 @@
|
||||
"openapi:gen": "openapi-typescript http://localhost:3000/docs/swagger.json -o src/shared/api/schema.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tanstack/react-query": "5.85.5",
|
||||
"@tanstack/react-query": "5.86.0",
|
||||
"axios": "1.11.0",
|
||||
"react": "19.1.1",
|
||||
"react-dom": "19.1.1",
|
||||
"react-router": "7.8.1"
|
||||
"react-router": "7.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rsbuild/core": "1.5.3",
|
||||
@ -27,21 +27,21 @@
|
||||
"@rsbuild/plugin-type-check": "1.2.4",
|
||||
"@swc/core": "1.13.5",
|
||||
"@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/jest-dom": "6.8.0",
|
||||
"@testing-library/react": "16.3.0",
|
||||
"@testing-library/user-event": "14.6.1",
|
||||
"@types/jest": "30.0.0",
|
||||
"@types/react": "19.1.9",
|
||||
"@types/react-dom": "19.1.7",
|
||||
"@types/react": "19.1.12",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"@typescript-eslint/parser": "8.42.0",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-config-ksv741": "0.2.0",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"jest": "30.1.1",
|
||||
"jest-environment-jsdom": "30.1.1",
|
||||
"msw": "2.10.5",
|
||||
"jest": "30.1.3",
|
||||
"jest-environment-jsdom": "30.1.2",
|
||||
"msw": "2.11.1",
|
||||
"openapi-typescript": "7.9.1",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.9.2"
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* - Please do NOT modify this file.
|
||||
*/
|
||||
|
||||
const PACKAGE_VERSION = '2.10.5'
|
||||
const PACKAGE_VERSION = '2.11.1'
|
||||
const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af'
|
||||
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
||||
const activeClientIds = new Set()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user