From 2ece3abec6946ca9111415cb4c5bba8f56a4fedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:42:24 +0000 Subject: [PATCH] chore(docs): bump the development group in /apps/docs with 2 updates Bumps the development group in /apps/docs with 2 updates: [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `tailwindcss` from 3.4.15 to 3.4.16 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16) Updates `vite` from 5.4.11 to 6.0.3 - [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/v6.0.3/packages/vite) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-major dependency-group: development ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index d2cf8ecf..56fbff61 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -11,10 +11,10 @@ "fonts": "workspace:fonts@*", "fs-extra": "^11.2.0", "postcss": "^8.4.49", - "tailwindcss": "^3.4.15", + "tailwindcss": "^3.4.16", "unplugin-icons": "^0.21.0", "unplugin-vue-components": "^0.27.5", - "vite": "^6.0.1", + "vite": "^6.0.3", "vitepress": "1.5.0", "vue": "^3.5.13" },