diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-10 16:50:39 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-10 16:51:25 +0000 |
commit | 357c28d160297bd92d2392e451609965a4d36e45 (patch) | |
tree | ec3d4f17cad217bc6b5fe2eeef045c8e32cc2e38 /app/package.json | |
parent | Bump @skeletonlabs/skeleton from 2.9.0 to 2.9.1 (diff) | |
download | trinkets-357c28d160297bd92d2392e451609965a4d36e45.tar trinkets-357c28d160297bd92d2392e451609965a4d36e45.tar.gz trinkets-357c28d160297bd92d2392e451609965a4d36e45.tar.bz2 trinkets-357c28d160297bd92d2392e451609965a4d36e45.tar.lz trinkets-357c28d160297bd92d2392e451609965a4d36e45.tar.xz trinkets-357c28d160297bd92d2392e451609965a4d36e45.tar.zst trinkets-357c28d160297bd92d2392e451609965a4d36e45.zip |
Bump vite-plugin-tailwind-purgecss from 0.2.1 to 0.3.0
Bumps [vite-plugin-tailwind-purgecss](https://github.com/AdrianGonz97/vite-plugin-tailwind-purgecss) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/AdrianGonz97/vite-plugin-tailwind-purgecss/releases)
- [Changelog](https://github.com/AdrianGonz97/vite-plugin-tailwind-purgecss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AdrianGonz97/vite-plugin-tailwind-purgecss/compare/v0.2.1...v0.3.0)
---
updated-dependencies:
- dependency-name: vite-plugin-tailwind-purgecss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index 0c77536..52d95b6 100644 --- a/app/package.json +++ b/app/package.json @@ -39,7 +39,7 @@ "typescript": "5.4.4", "vite": "5.2.8", "vite-plugin-pwa": "0.19.8", - "vite-plugin-tailwind-purgecss": "0.2.1" + "vite-plugin-tailwind-purgecss": "0.3.0" }, "private": true, "scripts": { |