upgrade svg-pan-zoom dependency

zoom
Yanick Champoux 2019-04-30 20:33:45 -04:00
parent 06305d6692
commit 65f88028aa
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Release history for vue-svg-pan-zoom
v1.0.0 2019-04-30
- reworks thumbnail logic to be more vue-like.
- upgrade svg-pan-zoom dependency to 3.6.0.
v0.1.0 2018-03-24

View File

@ -28,7 +28,7 @@
"vue-template-compiler": "^2.5.13"
},
"dependencies": {
"svg-pan-zoom": "^3.5.3"
"svg-pan-zoom": "^3.6.0"
},
"scripts": {
"build": "poi build src/index.js --format cjs --library",