Update package dependencies to include js-cookie and its type definitions

This commit is contained in:
hosseintaromi 2025-07-18 12:49:14 +03:30
parent 9e416e5d05
commit 07acb8c1b8
2 changed files with 19 additions and 0 deletions

17
package-lock.json generated
View File

@ -12,8 +12,10 @@
"@hookform/resolvers": "^5.1.1",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-query-devtools": "^5.80.6",
"@types/js-cookie": "^3.0.6",
"axios": "^1.9.0",
"clsx": "^2.0.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.263.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -1296,6 +1298,12 @@
"integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
"license": "MIT"
},
"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==",
"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",
@ -3229,6 +3237,15 @@
"jiti": "bin/jiti.js"
}
},
"node_modules/js-cookie": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
"integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
"license": "MIT",
"engines": {
"node": ">=14"
}
},
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",

View File

@ -14,8 +14,10 @@
"@hookform/resolvers": "^5.1.1",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-query-devtools": "^5.80.6",
"@types/js-cookie": "^3.0.6",
"axios": "^1.9.0",
"clsx": "^2.0.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.263.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",