build(deps-dev): bump @floating-ui/dom in /frontend

Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.6.11 to 1.6.12.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.6.12/packages/dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-04 05:35:21 +00:00 committed by GitHub
parent 68c4b7c9b3
commit 34c4fd0ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -1,14 +1,14 @@
{
"name": "xmr-nodes-frontend",
"version": "v0.1.1",
"version": "v0.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "xmr-nodes-frontend",
"version": "v0.1.1",
"version": "v0.1.3",
"devDependencies": {
"@floating-ui/dom": "^1.6.11",
"@floating-ui/dom": "^1.6.12",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.6",
@ -547,9 +547,9 @@
}
},
"node_modules/@floating-ui/dom": {
"version": "1.6.11",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz",
"integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==",
"version": "1.6.12",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.12.tgz",
"integrity": "sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==",
"dev": true,
"dependencies": {
"@floating-ui/core": "^1.6.0",

View file

@ -12,7 +12,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"@floating-ui/dom": "^1.6.11",
"@floating-ui/dom": "^1.6.12",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.6",