aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-18 16:22:34 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-18 16:23:36 +0000
commit800963f3b0f56d5ff4f805e41ed88a8cf02cebf7 (patch)
tree30f234dffc7113589c021920d62c443a817f36cb /app
parentBump @types/node from 22.7.5 to 22.7.6 in the node-deps group (diff)
downloadtrinkets-800963f3b0f56d5ff4f805e41ed88a8cf02cebf7.tar
trinkets-800963f3b0f56d5ff4f805e41ed88a8cf02cebf7.tar.gz
trinkets-800963f3b0f56d5ff4f805e41ed88a8cf02cebf7.tar.bz2
trinkets-800963f3b0f56d5ff4f805e41ed88a8cf02cebf7.tar.lz
trinkets-800963f3b0f56d5ff4f805e41ed88a8cf02cebf7.tar.xz
trinkets-800963f3b0f56d5ff4f805e41ed88a8cf02cebf7.tar.zst
trinkets-800963f3b0f56d5ff4f805e41ed88a8cf02cebf7.zip
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@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 `@typescript-eslint/eslint-plugin` from 8.9.0 to 8.10.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.10.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.9.0 to 8.10.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.10.0/packages/parser) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/package.json b/app/package.json
index 303dbf0..dc285eb 100644
--- a/app/package.json
+++ b/app/package.json
@@ -18,8 +18,8 @@
"@types/html-minifier-terser": "7.0.2",
"@types/node": "22.7.6",
"@types/wicg-file-system-access": "2023.10.5",
- "@typescript-eslint/eslint-plugin": "8.9.0",
- "@typescript-eslint/parser": "8.9.0",
+ "@typescript-eslint/eslint-plugin": "8.10.0",
+ "@typescript-eslint/parser": "8.10.0",
"@vite-pwa/sveltekit": "0.6.5",
"autoprefixer": "10.4.20",
"crc": "4.3.2",