update Floating UI

pull/792/head
Cory LaViska 2022-06-07 09:27:15 -04:00
rodzic 15dbb0a634
commit 6dd9773f2c
3 zmienionych plików z 18 dodań i 17 usunięć

Wyświetl plik

@ -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 `<sl-icon>` 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

30
package-lock.json wygenerowano
Wyświetl plik

@ -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": {

Wyświetl plik

@ -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",