responsive danak-services

This commit is contained in:
hamid zarghami
2025-04-15 10:22:38 +03:30
parent 6320cc0784
commit 9bba9156a3
14 changed files with 362 additions and 269 deletions
+12 -12
View File
@@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@tanstack/react-query": "^5.73.3",
"@tanstack/react-query-devtools": "^5.73.3",
"@tanstack/react-query-devtools": "^5.74.3",
"axios": "^1.8.4",
"iconsax-react": "^0.0.8",
"js-cookie": "^3.0.5",
@@ -1119,9 +1119,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.73.3",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.73.3.tgz",
"integrity": "sha512-LUpsgVT3IkvOECdkQ3QD6esczSH71mAzH/LDZ2cu8j6w430v5W0JB1ulzsG8FFwFBd5fm/ePM2DFpg9TucRMgQ==",
"version": "5.74.3",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.3.tgz",
"integrity": "sha512-Mqk+5o3qTuAiZML248XpNH8r2cOzl15+LTbUsZQEwvSvn1GU4VQhvqzAbil36p+MBxpr/58oBSnRzhrBevDhfg==",
"license": "MIT",
"funding": {
"type": "github",
@@ -1139,12 +1139,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.73.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.73.3.tgz",
"integrity": "sha512-umsAEsVsSSnrOZrstX/OlctdqkRZm6vPsetmbl241tdNo0jT3s+0bUoof9kCaTsPr/GopPlbJ1OYlrZj4toKzg==",
"version": "5.74.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.3.tgz",
"integrity": "sha512-QrycUn0wxjVPzITvQvOxFRdhlAwIoOQSuav7qWD4SWCoKCdLbyRZ2vji2GuBq/glaxbF4wBx3fqcYRDOt8KDTA==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.73.3"
"@tanstack/query-core": "5.74.3"
},
"funding": {
"type": "github",
@@ -1155,9 +1155,9 @@
}
},
"node_modules/@tanstack/react-query-devtools": {
"version": "5.73.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.73.3.tgz",
"integrity": "sha512-5YizhmYep/A9h5Z+aApHZd0rwNH3FQm6JzUQmdH+f8aG5joi2cRAq+3UakDH6wst2kysReEmW4n7PaMxfCEtRQ==",
"version": "5.74.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.74.3.tgz",
"integrity": "sha512-H7TsOBB1fRCuuawrBzKMoIszqqILr2IN5oGLYMl7QG7ERJpMdc4hH8OwzBhVxJnmKeGwgtTQgcdKepfoJCWvFg==",
"license": "MIT",
"dependencies": {
"@tanstack/query-devtools": "5.73.3"
@@ -1167,7 +1167,7 @@
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"@tanstack/react-query": "^5.73.3",
"@tanstack/react-query": "^5.74.3",
"react": "^18 || ^19"
}
},