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

Bumps [@floating-ui/react-dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react-dom) from 1.1.2 to 1.2.0.
- [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.0/packages/react-dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-12 16:25:04 +00:00
committed by Łukasz Mierzwa
parent 079d3ad958
commit f0416924c8
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.1.2",
"@floating-ui/react-dom": "1.2.0",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-regular-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
@@ -2336,9 +2336,9 @@
}
},
"node_modules/@floating-ui/react-dom": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-1.1.2.tgz",
"integrity": "sha512-dtz6NGI9nfWll0TPcL5fZzhUoaWo7UpMSmhHYdABQoBA9V/BUVye4SiRa/affb4IocVZefN6HaX+ihrb3kj/dg==",
"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==",
"dependencies": {
"@floating-ui/dom": "^1.1.0"
},

View File

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