aboutsummaryrefslogtreecommitdiffstats
path: root/app/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-13 16:54:55 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-01-13 16:55:35 +0000
commit88b351bc2d990c8691fbdfc45496283a525769ea (patch)
tree1339bd6b321d3494d80e411423fb53c924edc346 /app/package.json
parentBump the node-deps group with 2 updates (diff)
downloadtrinkets-88b351bc2d990c8691fbdfc45496283a525769ea.tar
trinkets-88b351bc2d990c8691fbdfc45496283a525769ea.tar.gz
trinkets-88b351bc2d990c8691fbdfc45496283a525769ea.tar.bz2
trinkets-88b351bc2d990c8691fbdfc45496283a525769ea.tar.lz
trinkets-88b351bc2d990c8691fbdfc45496283a525769ea.tar.xz
trinkets-88b351bc2d990c8691fbdfc45496283a525769ea.tar.zst
trinkets-88b351bc2d990c8691fbdfc45496283a525769ea.zip
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [eslint](https://github.com/eslint/eslint), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier), [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) and [svelte-check](https://github.com/sveltejs/language-tools). Updates `eslint` from 9.17.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.17.0...v9.18.0) Updates `eslint-config-prettier` from 9.1.0 to 10.0.1 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1) Updates `prettier-plugin-svelte` from 3.3.2 to 3.3.3 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits) Updates `svelte-check` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.1.3...svelte-check-4.1.4) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: node-deps - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - dependency-name: svelte-check 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 '')
-rw-r--r--app/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/package.json b/app/package.json
index ae9d15e..b4cfb32 100644
--- a/app/package.json
+++ b/app/package.json
@@ -24,16 +24,16 @@
"@vite-pwa/sveltekit": "0.6.7",
"autoprefixer": "10.4.20",
"crc": "4.3.2",
- "eslint": "9.17.0",
- "eslint-config-prettier": "9.1.0",
+ "eslint": "9.18.0",
+ "eslint-config-prettier": "10.0.1",
"eslint-plugin-svelte": "2.46.1",
"html-minifier-terser": "7.2.0",
"iconify-icon": "^2.3.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
- "prettier-plugin-svelte": "3.3.2",
+ "prettier-plugin-svelte": "3.3.3",
"svelte": "5.17.3",
- "svelte-check": "4.1.3",
+ "svelte-check": "4.1.4",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
"typescript": "5.7.3",