From 5a97d48763d9118a1e056c181595df83a49cb6e0 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sun, 11 Feb 2024 18:58:51 +0100 Subject: [PATCH] fix: version of resolution of dicebear/converter Signed-off-by: Tilman Vatteroth --- ...d17808e.patch => @dicebear-converter-fix-js-file-path.patch} | 0 ...cense => @dicebear-converter-fix-js-file-path.patch.license} | 0 package.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename .yarn/patches/{@dicebear-converter-npm-7.0.1-cb9d17808e.patch => @dicebear-converter-fix-js-file-path.patch} (100%) rename .yarn/patches/{@dicebear-converter-npm-7.0.1-cb9d17808e.patch.license => @dicebear-converter-fix-js-file-path.patch.license} (100%) diff --git a/.yarn/patches/@dicebear-converter-npm-7.0.1-cb9d17808e.patch b/.yarn/patches/@dicebear-converter-fix-js-file-path.patch similarity index 100% rename from .yarn/patches/@dicebear-converter-npm-7.0.1-cb9d17808e.patch rename to .yarn/patches/@dicebear-converter-fix-js-file-path.patch diff --git a/.yarn/patches/@dicebear-converter-npm-7.0.1-cb9d17808e.patch.license b/.yarn/patches/@dicebear-converter-fix-js-file-path.patch.license similarity index 100% rename from .yarn/patches/@dicebear-converter-npm-7.0.1-cb9d17808e.patch.license rename to .yarn/patches/@dicebear-converter-fix-js-file-path.patch.license diff --git a/package.json b/package.json index 9995a7a4f..b588235cf 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "yjs@13.6.12": "patch:yjs@npm%3A13.6.12#./.yarn/patches/yjs-remove-import-warning-in-test.patch", "vega-canvas@^1.2.6": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch", "vega-canvas@^1.2.7": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch", - "@dicebear/converter@7.0.1": "patch:@dicebear/converter@npm%3A7.0.1#./.yarn/patches/@dicebear-converter-npm-7.0.1-cb9d17808e.patch" + "@dicebear/converter@7.0.4": "patch:@dicebear/converter@npm%3A7.0.4#./.yarn/patches/@dicebear-converter-fix-js-file-path.patch" }, "devDependencies": { "dotenv-cli": "7.3.0",