Skip to content

Commit d3d3601

Browse files
committed
chore: update signature
1 parent 5bf41c4 commit d3d3601

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/customWidgets/signature-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"classnames": "^2.3.2",
4040
"react-resize-detector": "^9.1.1",
41-
"signature_pad": "https://github.com/Andries-Smit/signature_pad/releases/download/v3.0.0-beta.4/signature_pad.tar.gz"
41+
"signature_pad": "4.0.0"
4242
},
4343
"devDependencies": {
4444
"@mendix/automation-utils": "workspace:*",

packages/customWidgets/signature-web/src/components/Signature.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export type penOptions = "fountain" | "ballpoint" | "marker";
3131

3232
export class Signature extends PureComponent<SignatureProps> {
3333
private canvasNode: HTMLCanvasElement | null = null;
34+
// @ts-expect-error
3435
private signaturePad: SignaturePad;
3536

3637
render(): ReactNode {

pnpm-lock.yaml

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)