diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-26 16:42:25 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2024-01-26 15:41:02 -0600 |
commit | bf7ad6bce42a9b2b298bc38f6331ef7c58ef414b (patch) | |
tree | 2c7a5b47e0f5a2cb02420c6827724c256e015661 /pnpm-lock.yaml | |
parent | Bump @types/node from 20.11.6 to 20.11.7 (diff) | |
download | trinkets-bf7ad6bce42a9b2b298bc38f6331ef7c58ef414b.tar trinkets-bf7ad6bce42a9b2b298bc38f6331ef7c58ef414b.tar.gz trinkets-bf7ad6bce42a9b2b298bc38f6331ef7c58ef414b.tar.bz2 trinkets-bf7ad6bce42a9b2b298bc38f6331ef7c58ef414b.tar.lz trinkets-bf7ad6bce42a9b2b298bc38f6331ef7c58ef414b.tar.xz trinkets-bf7ad6bce42a9b2b298bc38f6331ef7c58ef414b.tar.zst trinkets-bf7ad6bce42a9b2b298bc38f6331ef7c58ef414b.zip |
Bump @floating-ui/dom from 1.5.4 to 1.6.0
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.5.4 to 1.6.0.
- [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.0/packages/dom)
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a88092d..1b05a16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: app: dependencies: '@floating-ui/dom': - specifier: 1.5.4 - version: 1.5.4 + specifier: 1.6.0 + version: 1.6.0 devDependencies: '@iconify/icons-carbon': specifier: 1.2.20 @@ -1587,16 +1587,16 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@floating-ui/core@1.5.3: - resolution: {integrity: sha512-O0WKDOo0yhJuugCx6trZQj5jVJ9yR0ystG2JaNAemYUWce+pmM6WUEFIibnWyEJKdrDxhm75NoSRME35FNaM/Q==} + /@floating-ui/core@1.6.0: + resolution: {integrity: sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==} dependencies: '@floating-ui/utils': 0.2.1 dev: false - /@floating-ui/dom@1.5.4: - resolution: {integrity: sha512-jByEsHIY+eEdCjnTVu+E3ephzTOzkQ8hgUfGwos+bg7NlH33Zc5uO+QHz1mrQUOgIKKDD1RtS201P9NvAfq3XQ==} + /@floating-ui/dom@1.6.0: + resolution: {integrity: sha512-SZ0BEXzsaaS6THZfZJUcAobbZTD+MvfGM42bxgeg0Tnkp4/an/avqwAXiVLsFtIBZtfsx3Ymvwx0+KnnhdA/9g==} dependencies: - '@floating-ui/core': 1.5.3 + '@floating-ui/core': 1.6.0 '@floating-ui/utils': 0.2.1 dev: false |