From 6dd9773f2c75148d41998036ecda86c6ea3dee89 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 7 Jun 2022 09:27:15 -0400 Subject: [PATCH] update Floating UI --- docs/resources/changelog.md | 3 ++- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index f5548d457..90fa04191 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -18,7 +18,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Improved RTL styles for many components [#768](https://github.com/shoelace-style/shoelace/pull/768) - Improved base path logic to execute only when `getBasePath()` is first called to better support SSR [#778](https://github.com/shoelace-style/shoelace/issues/778) - Improved `DOMParser` instantiation in `` to better support SSR [#778](https://github.com/shoelace-style/shoelace/issues/778) -- Revert menu item caching due to regression [#766](https://github.com/shoelace-style/shoelace/issues/766) +- Reverted menu item caching due to regression [#766](https://github.com/shoelace-style/shoelace/issues/766) +- Updated Floating UI to 0.5.2 ## 2.0.0-beta.74 diff --git a/package-lock.json b/package-lock.json index 8ed48dd9d..83c16a403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0-beta.74", "license": "MIT", "dependencies": { - "@floating-ui/dom": "^0.5.1", + "@floating-ui/dom": "^0.5.2", "@lit-labs/react": "^1.0.4", "@shoelace-style/animations": "^1.1.0", "@shoelace-style/localize": "^2.2.0", @@ -648,16 +648,16 @@ } }, "node_modules/@floating-ui/core": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.1.tgz", - "integrity": "sha512-grcqEmI8DTIolufpxhJagVeJmvloxBXE6xxSrVnSXz/Wz1uUIsC85ad+UNBqAoBOvzLxE42wvDj3YkmSGqWRxA==" + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.2.tgz", + "integrity": "sha512-FRVAkSNU/vGXLIsgbggcs70GkXKEOXgBBbNpYPNHSaKsCAMMd00NrjbtKTesxkdv9xm9N3+XiDlcFGY6WnatBg==" }, "node_modules/@floating-ui/dom": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.1.tgz", - "integrity": "sha512-dkPSy5JPiQEtljc3VpG9lauYctxfLlqj/8N9f+lmsR92gQaSVMAWuBbFBH2keY5DmdQn3p4Dv1dQd+e8osH+/g==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.2.tgz", + "integrity": "sha512-z1DnEa7F3d8Fm/eXSbii8UEGpcjZGkQaYYUI0WpEVgD3vBfebDW8j/3ysusxonuMexoigA+A3b/fYH7sEqiwyg==", "dependencies": { - "@floating-ui/core": "^0.7.1" + "@floating-ui/core": "^0.7.2" } }, "node_modules/@gar/promisify": { @@ -14576,16 +14576,16 @@ } }, "@floating-ui/core": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.1.tgz", - "integrity": "sha512-grcqEmI8DTIolufpxhJagVeJmvloxBXE6xxSrVnSXz/Wz1uUIsC85ad+UNBqAoBOvzLxE42wvDj3YkmSGqWRxA==" + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.2.tgz", + "integrity": "sha512-FRVAkSNU/vGXLIsgbggcs70GkXKEOXgBBbNpYPNHSaKsCAMMd00NrjbtKTesxkdv9xm9N3+XiDlcFGY6WnatBg==" }, "@floating-ui/dom": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.1.tgz", - "integrity": "sha512-dkPSy5JPiQEtljc3VpG9lauYctxfLlqj/8N9f+lmsR92gQaSVMAWuBbFBH2keY5DmdQn3p4Dv1dQd+e8osH+/g==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.2.tgz", + "integrity": "sha512-z1DnEa7F3d8Fm/eXSbii8UEGpcjZGkQaYYUI0WpEVgD3vBfebDW8j/3ysusxonuMexoigA+A3b/fYH7sEqiwyg==", "requires": { - "@floating-ui/core": "^0.7.1" + "@floating-ui/core": "^0.7.2" } }, "@gar/promisify": { diff --git a/package.json b/package.json index dbf466104..d826f3073 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "node": ">=14.17.0" }, "dependencies": { - "@floating-ui/dom": "^0.5.1", + "@floating-ui/dom": "^0.5.2", "@lit-labs/react": "^1.0.4", "@shoelace-style/animations": "^1.1.0", "@shoelace-style/localize": "^2.2.0",