aboutsummaryrefslogtreecommitdiffstats
path: root/app/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-05 16:57:23 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-05 16:58:09 +0000
commitd7e90c3cc20783dc1bc57c62d3e29739fc35613f (patch)
tree480a18fed7218d58ac38bb549ee0e8ab26dd9e65 /app/package.json
parentBump the node-deps group with 5 updates (diff)
downloadtrinkets-d7e90c3cc20783dc1bc57c62d3e29739fc35613f.tar
trinkets-d7e90c3cc20783dc1bc57c62d3e29739fc35613f.tar.gz
trinkets-d7e90c3cc20783dc1bc57c62d3e29739fc35613f.tar.bz2
trinkets-d7e90c3cc20783dc1bc57c62d3e29739fc35613f.tar.lz
trinkets-d7e90c3cc20783dc1bc57c62d3e29739fc35613f.tar.xz
trinkets-d7e90c3cc20783dc1bc57c62d3e29739fc35613f.tar.zst
trinkets-d7e90c3cc20783dc1bc57c62d3e29739fc35613f.zip
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.25` | `2.5.26` | | [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.8` | `0.5.9` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.3` | `22.5.4` | | [@vite-pwa/sveltekit](https://github.com/vite-pwa/sveltekit) | `0.6.4` | `0.6.5` | | [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.20.4` | `0.20.5` | Updates `@sveltejs/kit` from 2.5.25 to 2.5.26 - [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.26/packages/kit) Updates `@tailwindcss/forms` from 0.5.8 to 0.5.9 - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.8...v0.5.9) Updates `@types/node` from 22.5.3 to 22.5.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vite-pwa/sveltekit` from 0.6.4 to 0.6.5 - [Release notes](https://github.com/vite-pwa/sveltekit/releases) - [Commits](https://github.com/vite-pwa/sveltekit/compare/v0.6.4...v0.6.5) Updates `vite-plugin-pwa` from 0.20.4 to 0.20.5 - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.20.4...v0.20.5) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - dependency-name: "@tailwindcss/forms" 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: "@vite-pwa/sveltekit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - dependency-name: vite-plugin-pwa 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/package.json')
-rw-r--r--app/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json
index 5174dc3..1c33eb6 100644
--- a/app/package.json
+++ b/app/package.json
@@ -11,16 +11,16 @@
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "3.2.4",
"@sveltejs/adapter-static": "3.0.4",
- "@sveltejs/kit": "2.5.25",
+ "@sveltejs/kit": "2.5.26",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
- "@tailwindcss/forms": "0.5.8",
+ "@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@types/html-minifier-terser": "7.0.2",
- "@types/node": "22.5.3",
+ "@types/node": "22.5.4",
"@types/wicg-file-system-access": "2023.10.5",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
- "@vite-pwa/sveltekit": "0.6.4",
+ "@vite-pwa/sveltekit": "0.6.5",
"autoprefixer": "10.4.20",
"crc": "4.3.2",
"eslint": "9.9.1",
@@ -37,7 +37,7 @@
"tslib": "2.7.0",
"typescript": "5.5.4",
"vite": "5.4.3",
- "vite-plugin-pwa": "0.20.4",
+ "vite-plugin-pwa": "0.20.5",
"vite-plugin-tailwind-purgecss": "0.3.3"
},
"private": true,