diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-07 16:46:18 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-07 16:47:01 +0000 |
commit | 1517520122ed2c0231e0e2f079fb0075fbee91c1 (patch) | |
tree | bdc14c7ebdac28e95c1339a02f27f1ef29bc0521 /app | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | trinkets-1517520122ed2c0231e0e2f079fb0075fbee91c1.tar trinkets-1517520122ed2c0231e0e2f079fb0075fbee91c1.tar.gz trinkets-1517520122ed2c0231e0e2f079fb0075fbee91c1.tar.bz2 trinkets-1517520122ed2c0231e0e2f079fb0075fbee91c1.tar.lz trinkets-1517520122ed2c0231e0e2f079fb0075fbee91c1.tar.xz trinkets-1517520122ed2c0231e0e2f079fb0075fbee91c1.tar.zst trinkets-1517520122ed2c0231e0e2f079fb0075fbee91c1.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `@floating-ui/dom` from 1.6.9 to 1.6.10
- [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.10/packages/dom)
Updates `tailwindcss` from 3.4.7 to 3.4.8
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.8/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8)
Updates `vite` from 5.3.5 to 5.4.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite)
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/package.json b/app/package.json index d0713b0..a5ccfc1 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.9" + "@floating-ui/dom": "1.6.10" }, "devDependencies": { "@skeletonlabs/skeleton": "2.10.2", @@ -33,10 +33,10 @@ "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.18", "svelte-check": "3.8.5", - "tailwindcss": "3.4.7", + "tailwindcss": "3.4.8", "tslib": "2.6.3", "typescript": "5.5.4", - "vite": "5.3.5", + "vite": "5.4.0", "vite-plugin-pwa": "0.20.1", "vite-plugin-tailwind-purgecss": "0.3.3" }, |