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

Bumps [@floating-ui/react-dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react-dom) from 1.2.0 to 1.2.1.
- [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.1/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-16 21:59:23 +00:00
committed by Łukasz Mierzwa
parent 1bc35e76b1
commit 09b5830c0b
2 changed files with 5 additions and 5 deletions

8
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.0",
"@floating-ui/react-dom": "1.2.1",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-regular-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
@@ -2323,9 +2323,9 @@
}
},
"node_modules/@floating-ui/react-dom": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-1.2.0.tgz",
"integrity": "sha512-o1uQ9gPhgBajY/9T0boFNOw9MoxcuHOnVortmdlGCViM7I/aONbY+G1wejbqydHQ7+9j3p7hIsAUMrr3huV/JQ==",
"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==",
"dependencies": {
"@floating-ui/dom": "^1.1.0"
},

View File

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