sign test

This commit is contained in:
Timur Ercan
2023-01-31 17:33:00 +01:00
parent 9c39790a50
commit 614392d4ae
3 changed files with 22 additions and 2 deletions

14
package-lock.json generated
View File

@@ -72,6 +72,7 @@
"react-tooltip": "^5.7.2",
"sass": "^1.57.1",
"short-uuid": "^4.2.2",
"signature_pad": "^4.1.4",
"typescript": "4.8.4"
},
"devDependencies": {
@@ -7533,6 +7534,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/signature_pad": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/signature_pad/-/signature_pad-4.1.4.tgz",
"integrity": "sha512-NKLm9uhRfEPl8cdbbyYAiPsoJ3slIo1AyKg3tzwy8OCX2zQc6jrccUlgMBTJPcUsZXNU8o6fy7iX33rtYSoQHQ=="
},
"node_modules/slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
@@ -8514,9 +8520,10 @@
"react-dom": "18.2.0",
"react-hook-form": "^7.41.5",
"react-pdf": "^6.2.2",
"react-tooltip": "*",
"react-tooltip": "^5.7.2",
"sass": "^1.57.1",
"short-uuid": "^4.2.2",
"signature_pad": "*",
"tailwindcss": "^3.2.4",
"typescript": "4.8.4"
},
@@ -13640,6 +13647,11 @@
"object-inspect": "^1.9.0"
}
},
"signature_pad": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/signature_pad/-/signature_pad-4.1.4.tgz",
"integrity": "sha512-NKLm9uhRfEPl8cdbbyYAiPsoJ3slIo1AyKg3tzwy8OCX2zQc6jrccUlgMBTJPcUsZXNU8o6fy7iX33rtYSoQHQ=="
},
"slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",