diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-15 16:53:04 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-15 16:53:49 +0000 |
commit | ea11d276bd21b3074d2d6731732bf3a0c1d85d24 (patch) | |
tree | 1c2bbca43496bcabc488794d11921f716d8975f9 /app | |
parent | Bump vite from 5.4.8 to 5.4.9 in the node-deps group (diff) | |
download | trinkets-ea11d276bd21b3074d2d6731732bf3a0c1d85d24.tar trinkets-ea11d276bd21b3074d2d6731732bf3a0c1d85d24.tar.gz trinkets-ea11d276bd21b3074d2d6731732bf3a0c1d85d24.tar.bz2 trinkets-ea11d276bd21b3074d2d6731732bf3a0c1d85d24.tar.lz trinkets-ea11d276bd21b3074d2d6731732bf3a0c1d85d24.tar.xz trinkets-ea11d276bd21b3074d2d6731732bf3a0c1d85d24.tar.zst trinkets-ea11d276bd21b3074d2d6731732bf3a0c1d85d24.zip |
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `@sveltejs/kit` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.7.1/packages/kit)
Updates `@typescript-eslint/eslint-plugin` from 8.8.1 to 8.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.8.1 to 8.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/parser)
Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/package.json b/app/package.json index 7bb32c6..34e01a8 100644 --- a/app/package.json +++ b/app/package.json @@ -11,15 +11,15 @@ "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-auto": "3.2.5", "@sveltejs/adapter-static": "3.0.5", - "@sveltejs/kit": "2.7.0", + "@sveltejs/kit": "2.7.1", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", "@types/node": "22.7.5", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.8.1", - "@typescript-eslint/parser": "8.8.1", + "@typescript-eslint/eslint-plugin": "8.9.0", + "@typescript-eslint/parser": "8.9.0", "@vite-pwa/sveltekit": "0.6.5", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -33,7 +33,7 @@ "prettier-plugin-svelte": "3.2.7", "svelte": "4.2.19", "svelte-check": "4.0.5", - "tailwindcss": "3.4.13", + "tailwindcss": "3.4.14", "tslib": "2.7.0", "typescript": "5.6.3", "vite": "5.4.9", |