This commit is contained in:
Estifo77
2026-07-22 12:32:38 +03:00
parent abcb538e4f
commit 2c2464d12a
5 changed files with 52 additions and 19 deletions

9
package-lock.json generated
View File

@@ -25,6 +25,7 @@
"date-fns": "^4.1.0",
"dayjs": "^1.11.20",
"i18next": "^25.6.0",
"js-cookie": "^3.0.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.71.2",
@@ -42,6 +43,7 @@
"@nx/react": "^22.5.4",
"@nx/vite": "^22.5.4",
"@nx/vitest": "^22.5.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
@@ -9146,6 +9148,13 @@
"@types/sizzle": "*"
}
},
"node_modules/@types/js-cookie": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-3.0.6.tgz",
"integrity": "sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/json-schema": {
"version": "7.0.15",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",