diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-17 16:38:20 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-12-17 16:39:05 +0000 |
commit | eff31b9d6789f72ff053a2f566536a0282a83b76 (patch) | |
tree | 6cc76b146f1797f2101fb0d5e539f9f20ffdffc7 /app | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | trinkets-eff31b9d6789f72ff053a2f566536a0282a83b76.tar trinkets-eff31b9d6789f72ff053a2f566536a0282a83b76.tar.gz trinkets-eff31b9d6789f72ff053a2f566536a0282a83b76.tar.bz2 trinkets-eff31b9d6789f72ff053a2f566536a0282a83b76.tar.lz trinkets-eff31b9d6789f72ff053a2f566536a0282a83b76.tar.xz trinkets-eff31b9d6789f72ff053a2f566536a0282a83b76.tar.zst trinkets-eff31b9d6789f72ff053a2f566536a0282a83b76.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 [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `@sveltejs/kit` from 2.12.0 to 2.12.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.12.1/packages/kit)
Updates `@typescript-eslint/eslint-plugin` from 8.18.0 to 8.18.1
- [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.18.1/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.18.0 to 8.18.1
- [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.18.1/packages/parser)
Updates `svelte` from 5.14.0 to 5.14.2
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.14.2/packages/svelte)
---
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-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: svelte
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 2ee2215..88023a2 100644 --- a/app/package.json +++ b/app/package.json @@ -12,15 +12,15 @@ "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-auto": "3.3.1", "@sveltejs/adapter-static": "3.0.6", - "@sveltejs/kit": "2.12.0", + "@sveltejs/kit": "2.12.1", "@sveltejs/vite-plugin-svelte": "^5.0.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", "@types/node": "22.10.2", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.18.0", - "@typescript-eslint/parser": "8.18.0", + "@typescript-eslint/eslint-plugin": "8.18.1", + "@typescript-eslint/parser": "8.18.1", "@vite-pwa/sveltekit": "0.6.6", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -32,7 +32,7 @@ "postcss": "8.4.49", "prettier": "3.4.2", "prettier-plugin-svelte": "3.3.2", - "svelte": "5.14.0", + "svelte": "5.14.2", "svelte-check": "4.1.1", "tailwindcss": "3.4.16", "tslib": "2.8.1", |