From c39c4a9e9fef22e3ae6dca33a809a8a0a114c398 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 20 Jul 2022 08:28:16 -0400 Subject: [PATCH] update floating ui to 1.0.0 --- docs/resources/changelog.md | 1 + package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 480540e55..f5ab3b6b5 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -14,6 +14,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug in `` where the divider was on the wrong side when using `placement="end"` - Fixed a bug in `` that caused nested tab groups to scroll when using `placement="start|end"` [#815](https://github.com/shoelace-style/shoelace/issues/815) - Updated Bootstrap Icons to 1.9.1 +- Updated Floating UI to 1.0.0 ## 2.0.0-beta.78 diff --git a/package-lock.json b/package-lock.json index 7fcdd8e19..f2b04babe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0-beta.78", "license": "MIT", "dependencies": { - "@floating-ui/dom": "^0.5.4", + "@floating-ui/dom": "^1.0.0", "@lit-labs/react": "^1.0.6", "@shoelace-style/animations": "^1.1.0", "@shoelace-style/localize": "^3.0.1", @@ -655,16 +655,16 @@ } }, "node_modules/@floating-ui/core": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.3.tgz", - "integrity": "sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.0.tgz", + "integrity": "sha512-sm3nW0hHAxTv3gRDdCH8rNVQxijF+qPFo5gAeXCErRjKC7Qc28lIQ3R9Vd7Gw+KgwfA7RhRydDFuGeI0peGq7A==" }, "node_modules/@floating-ui/dom": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.4.tgz", - "integrity": "sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.0.tgz", + "integrity": "sha512-PMqJvY5Fae8HVQgUqM+lidprS6p9LSvB0AUhCdYKqr3YCaV+WaWCeVNBtXPRY2YIdrgcsL2+vd5F07FxgihHUw==", "dependencies": { - "@floating-ui/core": "^0.7.3" + "@floating-ui/core": "^1.0.0" } }, "node_modules/@gar/promisify": { @@ -14859,16 +14859,16 @@ } }, "@floating-ui/core": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.3.tgz", - "integrity": "sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.0.tgz", + "integrity": "sha512-sm3nW0hHAxTv3gRDdCH8rNVQxijF+qPFo5gAeXCErRjKC7Qc28lIQ3R9Vd7Gw+KgwfA7RhRydDFuGeI0peGq7A==" }, "@floating-ui/dom": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.4.tgz", - "integrity": "sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.0.tgz", + "integrity": "sha512-PMqJvY5Fae8HVQgUqM+lidprS6p9LSvB0AUhCdYKqr3YCaV+WaWCeVNBtXPRY2YIdrgcsL2+vd5F07FxgihHUw==", "requires": { - "@floating-ui/core": "^0.7.3" + "@floating-ui/core": "^1.0.0" } }, "@gar/promisify": { diff --git a/package.json b/package.json index 642547a47..bb986da09 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "node": ">=14.17.0" }, "dependencies": { - "@floating-ui/dom": "^0.5.4", + "@floating-ui/dom": "^1.0.0", "@lit-labs/react": "^1.0.6", "@shoelace-style/animations": "^1.1.0", "@shoelace-style/localize": "^3.0.1",