From 4fa4fae099c425bab58c6f5c3c98b10bbca16012 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Fri, 17 May 2024 12:09:12 +0100 Subject: [PATCH] Ensure tab-container uses latest, semver range (#4596) * Ensure tab-container uses latest, semver range * package lock * changeset --- .changeset/short-geese-itch.md | 5 +++++ package-lock.json | 8 ++++---- packages/react/package.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/short-geese-itch.md diff --git a/.changeset/short-geese-itch.md b/.changeset/short-geese-itch.md new file mode 100644 index 00000000000..306e6e00976 --- /dev/null +++ b/.changeset/short-geese-itch.md @@ -0,0 +1,5 @@ +--- +'@primer/react': patch +--- + +Update @github/tab-container-element to latest diff --git a/package-lock.json b/package-lock.json index 9f02064eea5..64f475231a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4703,9 +4703,9 @@ "integrity": "sha512-zL79nlhZVCg7x2Pf/HT5MB0mowmErE71VXpF10/3Wy8dQwkninNO1M9aOizh2wKC5LkSpDXqNYjDZwbH0/bcSg==" }, "node_modules/@github/tab-container-element": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@github/tab-container-element/-/tab-container-element-4.5.0.tgz", - "integrity": "sha512-8pzFJVg7AyPFqOjKFoiHwVQbo4MdTPpUfQwW91Hgj+OOvySZVmw4PU8ejU4qTHbb2oA2ajYMRuXuAvhfMgnS1Q==" + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@github/tab-container-element/-/tab-container-element-4.8.0.tgz", + "integrity": "sha512-LxPe4RSNdmfXcjM5APzbwjzyD3aDOqtoKpKgGc7aXucp8t6SWetbJ5lNoZSRCNtKugUkOLnKY1+Zr5DcdbHrhg==" }, "node_modules/@graphql-tools/batch-execute": { "version": "7.1.2", @@ -61646,7 +61646,7 @@ "@github/markdown-toolbar-element": "^2.1.0", "@github/paste-markdown": "^1.4.0", "@github/relative-time-element": "^4.1.2", - "@github/tab-container-element": "4.5.0", + "@github/tab-container-element": "^4.8.0", "@lit-labs/react": "1.2.1", "@oddbird/popover-polyfill": "^0.3.1", "@primer/behaviors": "^1.5.1", diff --git a/packages/react/package.json b/packages/react/package.json index 48a4281072f..3c0f8644cef 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -89,7 +89,7 @@ "@github/markdown-toolbar-element": "^2.1.0", "@github/paste-markdown": "^1.4.0", "@github/relative-time-element": "^4.1.2", - "@github/tab-container-element": "4.5.0", + "@github/tab-container-element": "^4.8.0", "@lit-labs/react": "1.2.1", "@oddbird/popover-polyfill": "^0.3.1", "@primer/behaviors": "^1.5.1",