Update pan-zoom lib

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent bad21e66b5
commit 1fc6657fe5
2 changed files with 4 additions and 4 deletions

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"
}
}