aboutsummaryrefslogtreecommitdiffstats
path: root/app/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-28 16:30:30 +0000
committerMatthew Strapp <matt@mattstrapp.net>2023-09-28 12:06:30 -0500
commit36b459414e1120c05bf6c55d69f66b5443b01114 (patch)
tree4eeb02906eb487312d2272a4756f723edbf218de /app/package.json
parentBump @types/node from 20.6.0 to 20.7.1 (diff)
downloadtrinkets-36b459414e1120c05bf6c55d69f66b5443b01114.tar
trinkets-36b459414e1120c05bf6c55d69f66b5443b01114.tar.gz
trinkets-36b459414e1120c05bf6c55d69f66b5443b01114.tar.bz2
trinkets-36b459414e1120c05bf6c55d69f66b5443b01114.tar.lz
trinkets-36b459414e1120c05bf6c55d69f66b5443b01114.tar.xz
trinkets-36b459414e1120c05bf6c55d69f66b5443b01114.tar.zst
trinkets-36b459414e1120c05bf6c55d69f66b5443b01114.zip
Bump @floating-ui/dom from 1.5.2 to 1.5.3
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.5.2 to 1.5.3. - [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.5.3/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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json
index 6f612ec..dd9e3cd 100644
--- a/app/package.json
+++ b/app/package.json
@@ -2,7 +2,7 @@
"name": "website",
"version": "0.0.1",
"dependencies": {
- "@floating-ui/dom": "1.5.2"
+ "@floating-ui/dom": "1.5.3"
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",