upload agent image action

This commit is contained in:
Eng. Elias
2024-03-02 01:47:33 +04:00
parent 2316c57340
commit 0b164fd510
7 changed files with 140 additions and 23 deletions

10
package-lock.json generated
View File

@@ -23,7 +23,8 @@
"sweetalert2": "^11.10.5",
"sweetalert2-react-content": "^5.0.7",
"tw-elements": "^1.1.0",
"tw-elements-react": "^1.0.0-alpha2"
"tw-elements-react": "^1.0.0-alpha2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
@@ -31,6 +32,7 @@
"@types/node": "^20.11.19",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"autoprefixer": "^10.0.1",
@@ -1847,6 +1849,12 @@
"@types/node": "*"
}
},
"node_modules/@types/uuid": {
"version": "9.0.8",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
"integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==",
"dev": true
},
"node_modules/@typescript-eslint/eslint-plugin": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",