From 3490284b25937221d3d7f237713bb3a405a32f9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:40:54 +0000 Subject: [PATCH] fix(deps): update dependency @tscircuit/props to ^0.0.66 --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index eda6177..bb4d45c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@tscircuit/schematic-viewer", - "version": "1.2.14", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tscircuit/schematic-viewer", - "version": "1.2.14", + "version": "1.3.0", "license": "MIT", "dependencies": { "@storybook/react-vite": "^8.1.3", "@tscircuit/layout": "^0.0.25", - "@tscircuit/props": "^0.0.23", + "@tscircuit/props": "^0.0.66", "@tscircuit/soup-util": "^0.0.13", "convert-units": "^2.3.4", "react-error-boundary": "^4.0.4", @@ -7752,9 +7752,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.66", + "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.66.tgz", + "integrity": "sha512-Nobvlgp678foRLDvPrt6ausIahNQbZrpRwMVBZ6jLPL5hjO7Tg3M66/0T+Am/P/VWgPwGt/XUzb5lnDrB//R0Q==", + "license": "ISC", "peerDependencies": { "@tscircuit/layout": "*", "@tscircuit/soup": "*", diff --git a/package.json b/package.json index c5c23b2..9d83c6c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "@storybook/react-vite": "^8.1.3", "@tscircuit/layout": "^0.0.25", - "@tscircuit/props": "^0.0.23", + "@tscircuit/props": "^0.0.66", "@tscircuit/soup-util": "^0.0.13", "convert-units": "^2.3.4", "react-error-boundary": "^4.0.4",