diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-29 16:44:50 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-29 16:45:37 +0000 |
commit | d5fe2e445ffa8eadab00a1827a4f645f07e8a3e3 (patch) | |
tree | c1328294cff6dbf2a62831e746cda06e756a2a4e | |
parent | Bump @sveltejs/vite-plugin-svelte from 3.0.1 to 3.0.2 (diff) | |
download | trinkets-d5fe2e445ffa8eadab00a1827a4f645f07e8a3e3.tar trinkets-d5fe2e445ffa8eadab00a1827a4f645f07e8a3e3.tar.gz trinkets-d5fe2e445ffa8eadab00a1827a4f645f07e8a3e3.tar.bz2 trinkets-d5fe2e445ffa8eadab00a1827a4f645f07e8a3e3.tar.lz trinkets-d5fe2e445ffa8eadab00a1827a4f645f07e8a3e3.tar.xz trinkets-d5fe2e445ffa8eadab00a1827a4f645f07e8a3e3.tar.zst trinkets-d5fe2e445ffa8eadab00a1827a4f645f07e8a3e3.zip |
Bump @floating-ui/dom from 1.6.0 to 1.6.1
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.6.0 to 1.6.1.
- [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.1/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>
Diffstat (limited to '')
-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 9893b10..47f09c4 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.0" + "@floating-ui/dom": "1.6.1" }, "devDependencies": { "@iconify/icons-carbon": "1.2.20", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 876d30f..4cc9041 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: app: dependencies: '@floating-ui/dom': - specifier: 1.6.0 - version: 1.6.0 + specifier: 1.6.1 + version: 1.6.1 devDependencies: '@iconify/icons-carbon': specifier: 1.2.20 @@ -1593,8 +1593,8 @@ packages: '@floating-ui/utils': 0.2.1 dev: false - /@floating-ui/dom@1.6.0: - resolution: {integrity: sha512-SZ0BEXzsaaS6THZfZJUcAobbZTD+MvfGM42bxgeg0Tnkp4/an/avqwAXiVLsFtIBZtfsx3Ymvwx0+KnnhdA/9g==} + /@floating-ui/dom@1.6.1: + resolution: {integrity: sha512-iA8qE43/H5iGozC3W0YSnVSW42Vh522yyM1gj+BqRwVsTNOyr231PsXDaV04yT39PsO0QL2QpbI/M0ZaLUQgRQ==} dependencies: '@floating-ui/core': 1.6.0 '@floating-ui/utils': 0.2.1 |