diff --git a/package-lock.json b/package-lock.json index 55688ff..b533c1e 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.84", "@tscircuit/soup-util": "^0.0.38", "circuit-to-svg": "^0.0.54", "convert-units": "^2.3.4", @@ -8121,9 +8121,10 @@ } }, "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.84", + "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.84.tgz", + "integrity": "sha512-7Llj30/GBTHLYLrXGpSeLmBkp+Ivga/9HqAHL4pUk02eDZjZZ8/xx0hb/U0Uzc85AAY864EJalqZQ0A5/m4YiA==", + "license": "ISC", "peerDependencies": { "@tscircuit/layout": "*", "@tscircuit/soup": "*", diff --git a/package.json b/package.json index 15e92bf..f0cb0b6 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.84", "@tscircuit/soup-util": "^0.0.38", "circuit-to-svg": "^0.0.54", "convert-units": "^2.3.4",