diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-01 16:36:31 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-01 16:37:11 +0000 |
commit | 26bf40cdab2a2e3b1a248cc5ef56935eb49c80a7 (patch) | |
tree | 4da629d3cade12d385afbbb2c0dd157294cb2563 /app | |
parent | Bump svelte-check from 3.8.4 to 3.8.5 in the node-deps group (diff) | |
download | trinkets-26bf40cdab2a2e3b1a248cc5ef56935eb49c80a7.tar trinkets-26bf40cdab2a2e3b1a248cc5ef56935eb49c80a7.tar.gz trinkets-26bf40cdab2a2e3b1a248cc5ef56935eb49c80a7.tar.bz2 trinkets-26bf40cdab2a2e3b1a248cc5ef56935eb49c80a7.tar.lz trinkets-26bf40cdab2a2e3b1a248cc5ef56935eb49c80a7.tar.xz trinkets-26bf40cdab2a2e3b1a248cc5ef56935eb49c80a7.tar.zst trinkets-26bf40cdab2a2e3b1a248cc5ef56935eb49c80a7.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), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `@sveltejs/kit` from 2.5.18 to 2.5.19
- [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.5.19/packages/kit)
Updates `@types/node` from 22.0.0 to 22.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.0.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.0.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 7.18.0 to 8.0.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.0.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@types/node"
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-major
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-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 f783652..0570e6e 100644 --- a/app/package.json +++ b/app/package.json @@ -11,15 +11,15 @@ "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-auto": "3.2.2", "@sveltejs/adapter-static": "3.0.2", - "@sveltejs/kit": "2.5.18", + "@sveltejs/kit": "2.5.19", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.0.0", + "@types/node": "22.0.2", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "7.18.0", - "@typescript-eslint/parser": "7.18.0", + "@typescript-eslint/eslint-plugin": "8.0.0", + "@typescript-eslint/parser": "8.0.0", "@vite-pwa/sveltekit": "0.6.0", "autoprefixer": "10.4.19", "crc": "4.3.2", |