From 123131487d4e548d624f01fc598c459d6fd0515f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:21:33 +0000 Subject: [PATCH] fix(deps): update dependency @tscircuit/core to ^0.0.126 --- package-lock.json | 31 +++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f5dcf9..b9c9c6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@storybook/react-vite": "^8.1.3", - "@tscircuit/core": "^0.0.125", + "@tscircuit/core": "^0.0.126", "@tscircuit/layout": "^0.0.25", "@tscircuit/props": "^0.0.23", "@tscircuit/soup-util": "^0.0.38", @@ -7734,9 +7734,9 @@ } }, "node_modules/@tscircuit/core": { - "version": "0.0.125", - "resolved": "https://registry.npmjs.org/@tscircuit/core/-/core-0.0.125.tgz", - "integrity": "sha512-m7RFUjpagF99yjAqZVj8201bO8qceM4GAFpsnxikK1MbhgDr4ZGboe98wPp/UjwQe/U4078d2qfWjq5k3b1NBQ==", + "version": "0.0.126", + "resolved": "https://registry.npmjs.org/@tscircuit/core/-/core-0.0.126.tgz", + "integrity": "sha512-Tu6qXbFWh3eGbV+IvpZzs6xy5neM8v8BSo5+GoPWBG+e6kps0WOtfQw5qdTD0X1xbNtRsn9WOwB+Sblg2BzJ3w==", "dependencies": { "@lume/kiwi": "^0.4.3", "@tscircuit/footprinter": "^0.0.77", @@ -7747,7 +7747,7 @@ "@tscircuit/soup-util": "^0.0.33", "circuit-json": "^0.0.86", "circuit-json-to-connectivity-map": "^0.0.17", - "circuit-to-svg": "0.0.41", + "circuit-to-svg": "0.0.43", "nanoid": "^5.0.7", "performance-now": "^2.1.0", "react": "^18.3.1", @@ -7763,12 +7763,14 @@ "node_modules/@tscircuit/core/node_modules/@lume/kiwi": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/@lume/kiwi/-/kiwi-0.4.4.tgz", - "integrity": "sha512-ie0YTKgiZqD4TXlJ4eUbfi4UEoKs6YlLRYNTfPm5eUXwfudTBmPRs7Qcxz2SWKDpVTwThv3sWG6zwtyAA0nPpw==" + "integrity": "sha512-ie0YTKgiZqD4TXlJ4eUbfi4UEoKs6YlLRYNTfPm5eUXwfudTBmPRs7Qcxz2SWKDpVTwThv3sWG6zwtyAA0nPpw==", + "license": "BSD-3-Clause" }, "node_modules/@tscircuit/core/node_modules/@tscircuit/footprinter": { "version": "0.0.77", "resolved": "https://registry.npmjs.org/@tscircuit/footprinter/-/footprinter-0.0.77.tgz", "integrity": "sha512-/ZuN3gfH61SgwASfZO+oOclCD2E15/hB3SKPr3i8tENGcyXP+5U8naqP7T7tkI621FHdCzV1iSykdgNdQYz/xQ==", + "license": "ISC", "dependencies": { "@tscircuit/mm": "^0.0.8", "zod": "^3.23.8" @@ -7782,6 +7784,7 @@ "version": "0.0.75", "resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.75.tgz", "integrity": "sha512-NMAUKlcTzmBHPGlgc/m3FgMDhJ7Tj5q3C0NOtecVoivRwa5Nlakj7ncRPfger8C9D6gP9qtv55xqZoaouYXNBQ==", + "license": "ISC", "peerDependencies": { "@tscircuit/layout": "*", "@tscircuit/soup": "*", @@ -7793,6 +7796,7 @@ "version": "0.0.33", "resolved": "https://registry.npmjs.org/@tscircuit/soup-util/-/soup-util-0.0.33.tgz", "integrity": "sha512-PLPOZdsQlaZoVa+iov+4aa4EuzKhWITNtNzYZKqVrZ0wTlDTocdoxwVEpnNGAtpxRSFx9H2QdbJlSr7IP28+Ug==", + "license": "ISC", "dependencies": { "parsel-js": "^1.1.2" }, @@ -7806,6 +7810,7 @@ "version": "22.7.7", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", + "license": "MIT", "dependencies": { "undici-types": "~6.19.2" } @@ -7814,15 +7819,17 @@ "version": "0.0.86", "resolved": "https://registry.npmjs.org/circuit-json/-/circuit-json-0.0.86.tgz", "integrity": "sha512-MFwLcdGhYUcOOFpeHdbYgJkNAPAJLv+1KQxbiuXdIwrbWyekuqIhHo5ZNLuI+OYR+NWyrTOxyK6N7eaeEaSa8A==", + "license": "ISC", "dependencies": { "nanoid": "^5.0.7", "zod": "^3.23.6" } }, "node_modules/@tscircuit/core/node_modules/circuit-to-svg": { - "version": "0.0.41", - "resolved": "https://registry.npmjs.org/circuit-to-svg/-/circuit-to-svg-0.0.41.tgz", - "integrity": "sha512-ns//yWv2mGcxvVDRP0AU6rkWZefjHDb8D1Gsu8KaNjk4Psfh7HmkSfJORvrtkyn1DMrlu9FxjazhqBjM0PIeDg==", + "version": "0.0.43", + "resolved": "https://registry.npmjs.org/circuit-to-svg/-/circuit-to-svg-0.0.43.tgz", + "integrity": "sha512-ojlJZt9SkUY+LuNfBspP6PR5qtBeMZxSt7tqLlu++2snKtswWWHUHIKX8IUUve1whn+aYeL8l7ghn8nW/269aw==", + "license": "ISC", "dependencies": { "@tscircuit/footprinter": "^0.0.57", "@tscircuit/routing": "^1.3.5", @@ -7841,6 +7848,7 @@ "version": "0.0.57", "resolved": "https://registry.npmjs.org/@tscircuit/footprinter/-/footprinter-0.0.57.tgz", "integrity": "sha512-aLUuh3LqeDusjTzp6nyOqss6Et4adTVeCGJpvvq3dosuyfdk5L79l64jdNFK0Bf5fps1SJAHISpPC4nDSJEVfw==", + "license": "ISC", "dependencies": { "@tscircuit/mm": "^0.0.7", "zod": "^3.23.8" @@ -7864,6 +7872,7 @@ "version": "0.0.28", "resolved": "https://registry.npmjs.org/@tscircuit/soup-util/-/soup-util-0.0.28.tgz", "integrity": "sha512-AEImLyTmx/lPQCH6sFj6QOQk++Oyz3Dbtz0gIo1rdgpK6M4jJmoQjeUfMi93KsrSCrryAXt7D0oezTlC6u+c6w==", + "license": "ISC", "dependencies": { "parsel-js": "^1.1.2" }, @@ -7883,6 +7892,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.js" }, @@ -7901,7 +7911,8 @@ "node_modules/@tscircuit/core/node_modules/undici-types": { "version": "6.19.8", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" }, "node_modules/@tscircuit/footprinter": { "version": "0.0.71", diff --git a/package.json b/package.json index a9c272c..6f95d01 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "dependencies": { "@storybook/react-vite": "^8.1.3", - "@tscircuit/core": "^0.0.125", + "@tscircuit/core": "^0.0.126", "@tscircuit/layout": "^0.0.25", "@tscircuit/props": "^0.0.23", "@tscircuit/soup-util": "^0.0.38",