From ed4b66a2a93840fb5c259f137005382b9835f216 Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Wed, 14 Aug 2024 13:21:43 -0400 Subject: [PATCH] fix(release): include new version of CL --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f67bd7b8d..b4cd18f3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@yalesites-org/component-library-twig" ], "dependencies": { - "@yalesites-org/component-library-twig": "^1.43.0" + "@yalesites-org/component-library-twig": "^1.44.0" }, "devDependencies": { "@yalesites-org/eslint-config-and-other-formatting": "^1.5.4", @@ -2068,9 +2068,9 @@ "inBundle": true }, "node_modules/@yalesites-org/component-library-twig": { - "version": "1.44.0", - "resolved": "https://npm.pkg.github.com/download/@yalesites-org/component-library-twig/1.44.0/1e87e839f5edbfebce72ab6d13a4dbaa4c194f3c", - "integrity": "sha512-HJEkqRUJiuNrqGYG3PT2+SARy0iXoX4E0lXxm667V/I8mYhDPwVE8zpCXqJ1gqerx2mS36l7Row7nDZ8QDRKMQ==", + "version": "1.44.1", + "resolved": "https://npm.pkg.github.com/download/@yalesites-org/component-library-twig/1.44.1/495d4c9e147610e491845c575454c80ff0a11c27", + "integrity": "sha512-pkHncajfJ2HupexDWb5OBPHeSjR9e+ANM2jpVRrvtgV9t6fvrXJ4JM7cv0hHYoypud7A9ExZG0vOMn2Ug4INCA==", "hasInstallScript": true, "inBundle": true, "dependencies": { @@ -22730,9 +22730,9 @@ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" }, "@yalesites-org/component-library-twig": { - "version": "1.44.0", - "resolved": "https://npm.pkg.github.com/download/@yalesites-org/component-library-twig/1.44.0/1e87e839f5edbfebce72ab6d13a4dbaa4c194f3c", - "integrity": "sha512-HJEkqRUJiuNrqGYG3PT2+SARy0iXoX4E0lXxm667V/I8mYhDPwVE8zpCXqJ1gqerx2mS36l7Row7nDZ8QDRKMQ==", + "version": "1.44.1", + "resolved": "https://npm.pkg.github.com/download/@yalesites-org/component-library-twig/1.44.1/495d4c9e147610e491845c575454c80ff0a11c27", + "integrity": "sha512-pkHncajfJ2HupexDWb5OBPHeSjR9e+ANM2jpVRrvtgV9t6fvrXJ4JM7cv0hHYoypud7A9ExZG0vOMn2Ug4INCA==", "requires": { "@storybook/storybook-deployer": "^2.8.11", "@yalesites-org/tokens": "^1.20.0", diff --git a/package.json b/package.json index 22808acbe..0b3317025 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ ] }, "dependencies": { - "@yalesites-org/component-library-twig": "^1.43.0" + "@yalesites-org/component-library-twig": "^1.44.0" } }