From a0889618c774691150065879a81798b0f5179dbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:52:45 +0000 Subject: [PATCH] fix(deps): update dependency @tscircuit/props to ^0.0.105 --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55688ff..6bf5261 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.105", "@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.105", + "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.105.tgz", + "integrity": "sha512-KY1fvsDlK1NyidX9B5jEI6uuAcVp7yPGy9o5drd6KekS3PJbcGU87zatZ7FegXZIHWKcZMMEFXwVZiYZjXgzRQ==", + "license": "ISC", "peerDependencies": { "@tscircuit/layout": "*", - "@tscircuit/soup": "*", + "circuit-json": "*", "react": "*", "zod": "*" } diff --git a/package.json b/package.json index 15e92bf..bab4acc 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.105", "@tscircuit/soup-util": "^0.0.38", "circuit-to-svg": "^0.0.54", "convert-units": "^2.3.4",