Add @types/react-svg-pan-zoom to patched dependencies

This commit is contained in:
Eric NGUYEN 2023-02-17 16:24:45 +01:00
parent 9cf56b308b
commit d40f97ad6f
3 changed files with 30 additions and 2 deletions

View file

@ -62,5 +62,10 @@
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.4"
},
"pnpm": {
"patchedDependencies": {
"@types/react-svg-pan-zoom@3.3.5": "patches/@types__react-svg-pan-zoom@3.3.5.patch"
}
}
}