aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 17:21:16 +0000
committerMatthew Strapp <matt@mattstrapp.net>2023-12-18 11:21:29 -0600
commitcfc3b8cd7ad959e015b5f54678f61edbc6e15a0b (patch)
tree45bcf350160b841476d16c1a882a11a6104e9d07 /app
parentBump vite-plugin-tailwind-purgecss from 0.1.3 to 0.2.0 (diff)
downloadtrinkets-cfc3b8cd7ad959e015b5f54678f61edbc6e15a0b.tar
trinkets-cfc3b8cd7ad959e015b5f54678f61edbc6e15a0b.tar.gz
trinkets-cfc3b8cd7ad959e015b5f54678f61edbc6e15a0b.tar.bz2
trinkets-cfc3b8cd7ad959e015b5f54678f61edbc6e15a0b.tar.lz
trinkets-cfc3b8cd7ad959e015b5f54678f61edbc6e15a0b.tar.xz
trinkets-cfc3b8cd7ad959e015b5f54678f61edbc6e15a0b.tar.zst
trinkets-cfc3b8cd7ad959e015b5f54678f61edbc6e15a0b.zip
Bump vite from 5.0.9 to 5.0.10
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.9 to 5.0.10. - [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/v5.0.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development 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 323d36c..123f411 100644
--- a/app/package.json
+++ b/app/package.json
@@ -36,7 +36,7 @@
"tailwindcss": "3.3.6",
"tslib": "2.6.2",
"typescript": "5.3.2",
- "vite": "5.0.9",
+ "vite": "5.0.10",
"vite-plugin-pwa": "0.17.4",
"vite-plugin-tailwind-purgecss": "0.2.0"
},