Skip to content

Commit

Permalink
chore(deps): upgrade signature-pad (#120)
Browse files Browse the repository at this point in the history
chore(deps): upgrade signature-pad
  • Loading branch information
neighborhood999 authored Jul 17, 2019
2 parents a7a3388 + 4e567d8 commit 925da50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-signature-pad",
"description": "SignaturePad component for Vue.js",
"version": "1.1.10",
"version": "1.1.11",
"main": "dist/vue-signature-pad.common.js",
"unpkg": "dist/vue-signature-pad.js",
"module": "dist/vue-signature-pad.esm.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"merge-images": "^1.1.0",
"signature_pad": "^2.3.2",
"signature_pad": "^3.0.0-beta.3",
"vue": "^2.6.10"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6105,10 +6105,10 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=

signature_pad@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/signature_pad/-/signature_pad-2.3.2.tgz#ca7230021c89cedeead27b33d8d16ff254e5f04a"
integrity sha512-peYXLxOsIY6MES2TrRLDiNg2T++8gGbpP2yaC+6Ohtxr+a2dzoaqWosWDY9sWqTAAk6E/TyQO+LJw9zQwyu5kA==
signature_pad@^3.0.0-beta.3:
version "3.0.0-beta.3"
resolved "https://registry.yarnpkg.com/signature_pad/-/signature_pad-3.0.0-beta.3.tgz#04bfc4403a9431edfbddacd9ab704f04dc7721fb"
integrity sha512-qBFUr24eH3twi3rNwLPW7XRSZs8l76r4C/ndh5Yby97x8v0wtYs4HPbbIRwuPwEIcZ01QTPKbizc/OumdisEBQ==

simple-git@^1.85.0:
version "1.107.0"
Expand Down

0 comments on commit 925da50

Please sign in to comment.