diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-06 16:43:13 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-06 16:44:23 +0000 |
commit | beb93856e03ab73dcf48730ce7882218800f07da (patch) | |
tree | 7b82ce9d75b2a8fb930e8e7f0fd6ac4625ac537e | |
parent | Bump @iconify/svelte from 4.0.1 to 4.0.2 (diff) | |
download | trinkets-beb93856e03ab73dcf48730ce7882218800f07da.tar trinkets-beb93856e03ab73dcf48730ce7882218800f07da.tar.gz trinkets-beb93856e03ab73dcf48730ce7882218800f07da.tar.bz2 trinkets-beb93856e03ab73dcf48730ce7882218800f07da.tar.lz trinkets-beb93856e03ab73dcf48730ce7882218800f07da.tar.xz trinkets-beb93856e03ab73dcf48730ce7882218800f07da.tar.zst trinkets-beb93856e03ab73dcf48730ce7882218800f07da.zip |
Bump @floating-ui/dom from 1.6.4 to 1.6.5
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.6.4 to 1.6.5.
- [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.5/packages/dom)
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | app/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json index bface75..75a0648 100644 --- a/app/package.json +++ b/app/package.json @@ -4,7 +4,7 @@ "license": "MIT", "author": "Matt Strapp <matt@mattstrapp.net>", "dependencies": { - "@floating-ui/dom": "1.6.4" + "@floating-ui/dom": "1.6.5" }, "devDependencies": { "@iconify/icons-carbon": "1.2.20", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3375e40..9b441ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: app: dependencies: '@floating-ui/dom': - specifier: 1.6.4 - version: 1.6.4 + specifier: 1.6.5 + version: 1.6.5 devDependencies: '@iconify/icons-carbon': specifier: 1.2.20 @@ -1616,8 +1616,8 @@ packages: '@floating-ui/utils': 0.2.1 dev: false - /@floating-ui/dom@1.6.4: - resolution: {integrity: sha512-0G8R+zOvQsAG1pg2Q99P21jiqxqGBW1iRe/iXHsBRBxnpXKFI8QwbB4x5KmYLggNO5m34IQgOIu9SCRfR/WWiQ==} + /@floating-ui/dom@1.6.5: + resolution: {integrity: sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==} dependencies: '@floating-ui/core': 1.6.0 '@floating-ui/utils': 0.2.1 |