diff --git a/package-lock.json b/package-lock.json index 55688ff..626acdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,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.77", "@tscircuit/soup-util": "^0.0.38", "circuit-to-svg": "^0.0.54", "convert-units": "^2.3.4", @@ -7934,17 +7934,6 @@ "circuit-json": "*" } }, - "node_modules/@tscircuit/core/node_modules/@tscircuit/props": { - "version": "0.0.77", - "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.77.tgz", - "integrity": "sha512-2CFbha1ZOhmKbZGNk/wIMvVIHOhN21zxFqLCWogK0PFSn03Y+vhB6cSH5RzZWpjALqLKUI521sUWB3vl0EkIRw==", - "peerDependencies": { - "@tscircuit/layout": "*", - "@tscircuit/soup": "*", - "react": "*", - "zod": "*" - } - }, "node_modules/@tscircuit/core/node_modules/@tscircuit/soup-util": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/@tscircuit/soup-util/-/soup-util-0.0.33.tgz", @@ -8121,9 +8110,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.77", + "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.77.tgz", + "integrity": "sha512-2CFbha1ZOhmKbZGNk/wIMvVIHOhN21zxFqLCWogK0PFSn03Y+vhB6cSH5RzZWpjALqLKUI521sUWB3vl0EkIRw==", + "license": "ISC", "peerDependencies": { "@tscircuit/layout": "*", "@tscircuit/soup": "*", diff --git a/package.json b/package.json index 9ffc733..4b041b5 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.77", "@tscircuit/soup-util": "^0.0.38", "circuit-to-svg": "^0.0.54", "convert-units": "^2.3.4",