fix: patch package y-indexeddb (#1651)

This commit is contained in:
Himself65
2023-03-21 23:39:37 -05:00
committed by GitHub
parent 180382daf5
commit e2395af827
3 changed files with 29 additions and 2 deletions
+4 -1
View File
@@ -67,5 +67,8 @@
"vitest": "^0.29.3",
"vitest-fetch-mock": "^0.2.2"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.5.0",
"resolutions": {
"y-indexeddb@^9.0.9": "patch:y-indexeddb@npm%3A9.0.9#./.yarn/patches/y-indexeddb-npm-9.0.9-6bd9b26461.patch"
}
}