From e390410f298c0f16fa069aeae105500b45eaa020 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:22:42 +0000 Subject: [PATCH] fix(deps): update dependency @tscircuit/props to ^0.0.63 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b672427..937854c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@storybook/react-vite": "^8.1.3", "@tscircuit/layout": "^0.0.25", - "@tscircuit/props": "^0.0.23", + "@tscircuit/props": "^0.0.63", "@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.63", + "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.63.tgz", + "integrity": "sha512-3w+uN1lbW8hGWln6Ir+lKbEt9ssZuATAdsRh7oGljHeWCRgGoni6KFrlXeNLEbS2WZzdaidPSnLnvVRQP2jcPg==", + "license": "ISC", "peerDependencies": { "@tscircuit/layout": "*", "@tscircuit/soup": "*", diff --git a/package.json b/package.json index 6375255..3861a77 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.63", "@tscircuit/soup-util": "^0.0.13", "convert-units": "^2.3.4", "react-error-boundary": "^4.0.4",