From 85e8db6b7ea839fa89906931890cfa9ebd37ff4d Mon Sep 17 00:00:00 2001 From: seveibar Date: Thu, 29 Aug 2024 20:00:49 -0700 Subject: [PATCH] fix schematic-symbols requiring svg path parser --- bun.lockb | Bin 111050 -> 111050 bytes package.json | 2 +- tsconfig.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lockb b/bun.lockb index 8392e3ec022a2785dd8693ff8b353ffd14ba1113..1fc4d3ce2d2f5fd4609eb3e8f7f9d0a8aa9a2fcd 100755 GIT binary patch delta 145 zcmV;C0B--v;|9v(29PcwQkw_(s?A!)Jwck|4G#hD5_IAwoh$A0GLT;HNOg(~u}(@8 z0TGkI5+{-q2(!o&Ra-#D&%o5fMP`^>VH#6GRi@PC0O7mVhYw3uB9c!L9@2CKZMWHg z#JhwmehglcU^o-;$DH;M_#^}j9v(u^iYC>wU2g)w0XMf`F9EtK0XMfBSplzDgLOVO delta 140 zcmV;70CWG!;|9v(29Pcw!+I;<@#Lo%LiF*RQ&w$C_?{LyAQ-<%o**WxE0^FJNM9) ut|3P{>PmQM4~%a@?Um-6Hu18)c>c3pZvwypHMd|d0lFyxHMbjC0k2pHsY7o7 diff --git a/package.json b/package.json index f391f8c..9062462 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "footprinter": "^0.0.44", "react": "^18.3.1", "react-reconciler": "^0.29.2", - "schematic-symbols": "0.0.15", + "schematic-symbols": "0.0.17", "transformation-matrix": "^2.16.1", "zod": "^3.23.8" } diff --git a/tsconfig.json b/tsconfig.json index ae5da2b..43b7cdd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "baseUrl": ".", "paths": { - "lib/*": ["lib/*"] + "lib/*": ["lib/*"], }, // Bundler mode