diff --git a/package-lock.json b/package-lock.json index 55688ff..2aa6c6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@tscircuit/schematic-viewer", - "version": "1.4.0", + "version": "1.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tscircuit/schematic-viewer", - "version": "1.4.0", + "version": "1.4.3", "license": "MIT", "dependencies": { "@storybook/react-vite": "^8.1.3", "@tscircuit/core": "^0.0.132", "@tscircuit/layout": "^0.0.25", - "@tscircuit/props": "^0.0.23", + "@tscircuit/props": "^0.0.86", "@tscircuit/soup-util": "^0.0.38", "circuit-to-svg": "^0.0.54", "convert-units": "^2.3.4", @@ -8121,12 +8121,13 @@ } }, "node_modules/@tscircuit/props": { - "version": "0.0.23", - "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.23.tgz", - "integrity": "sha512-iwHst5KflkYIYmQ/jKvPaZPvkmOVu5Z1jBqEz2xiqgF4IooGSMMBXHPfpknejmRjgOutLlhBtJL/iNAVSYY/Dg==", + "version": "0.0.86", + "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.86.tgz", + "integrity": "sha512-obT/5fw3atx5k4qNCGvf06PnaiskTYN9rQKVvxKVBdQ5UKmMOU2luIODhQu4wFE1F/cyNpDF72H8MTOBlarcJQ==", + "license": "ISC", "peerDependencies": { "@tscircuit/layout": "*", - "@tscircuit/soup": "*", + "circuit-json": "*", "react": "*", "zod": "*" } diff --git a/package.json b/package.json index 15e92bf..8e41c7f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@storybook/react-vite": "^8.1.3", "@tscircuit/core": "^0.0.132", "@tscircuit/layout": "^0.0.25", - "@tscircuit/props": "^0.0.23", + "@tscircuit/props": "^0.0.86", "@tscircuit/soup-util": "^0.0.38", "circuit-to-svg": "^0.0.54", "convert-units": "^2.3.4",