chore(deps): bump @floating-ui/react-dom from 1.2.1 to 1.2.2 in /ui

Bumps [@floating-ui/react-dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react-dom) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react-dom@1.2.2/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@floating-ui/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-30 06:20:13 +00:00
committed by Łukasz Mierzwa
parent 5917a77932
commit 027ae69652
2 changed files with 6 additions and 6 deletions

10
ui/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.0.1",
"license": "Apache-2.0",
"dependencies": {
"@floating-ui/react-dom": "1.2.1",
"@floating-ui/react-dom": "1.2.2",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-regular-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
@@ -2323,11 +2323,11 @@
}
},
"node_modules/@floating-ui/react-dom": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-1.2.1.tgz",
"integrity": "sha512-YCLlqibZtgUhxUpxkSp1oekvYgH/jI4KdZEJv85E62twlZHN43xdlQNe6JcF4ROD3/Zu6juNHN+aOygN+6yZjg==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-1.2.2.tgz",
"integrity": "sha512-DbmFBLwFrZhtXgCI2ra7wXYT8L2BN4/4AMQKyu05qzsVji51tXOfF36VE2gpMB6nhJGHa85PdEg75FB4+vnLFQ==",
"dependencies": {
"@floating-ui/dom": "^1.1.0"
"@floating-ui/dom": "^1.1.1"
},
"peerDependencies": {
"react": ">=16.8.0",

View File

@@ -8,7 +8,7 @@
"node": "19.5.0"
},
"dependencies": {
"@floating-ui/react-dom": "1.2.1",
"@floating-ui/react-dom": "1.2.2",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-regular-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",