Update pan-zoom lib

This commit is contained in:
Catalin Constantin Mititiuc 2024-04-22 10:02:43 -07:00
parent ea2ff860fa
commit 921857f29b
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -3487,7 +3487,7 @@
}
},
"node_modules/svg-pan-zoom": {
"resolved": "git+ssh://git@github.com/webdevcat-me/svg-pan-zoom.git#8ea4e018b475eac05eb7ae8a067850c9bef7c2b5"
"resolved": "git+ssh://git@github.com/webdevcat-me/svg-pan-zoom.git#e7c191a78d583029192776f90833b8346f0227ff"
},
"node_modules/test-exclude": {
"version": "6.0.0",

View File

@ -6,12 +6,12 @@
"jest": "^29.7.0",
"selenium-webdriver": "^4.19.0"
},
"dependencies": {
"svg-pan-zoom": "github:webdevcat-me/svg-pan-zoom"
},
"scripts": {
"start": "node dev-server.cjs",
"test:integ": "jest --config jest.config.integ.cjs",
"test": "jest"
},
"dependencies": {
"svg-pan-zoom": "github:webdevcat-me/svg-pan-zoom"
}
}