fix punycode DeprecationWarning error (#631)

This commit is contained in:
Philip Okugbe
2025-01-16 13:13:14 +00:00
committed by GitHub
parent 3cb954db69
commit 89a2dd602b
2 changed files with 113 additions and 56 deletions

View File

@ -87,6 +87,9 @@
"pnpm": {
"patchedDependencies": {
"react-arborist@3.4.0": "patches/react-arborist@3.4.0.patch"
},
"overrides": {
"jsdom": "25.0.1"
}
}
}