aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/eslint-config/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-29 19:22:23 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-29 19:22:37 +0000
commit7d4985064c19c10a0147d48917afbc27d1f19b33 (patch)
tree29fdbd4036a9f3530fc012f43e0a00a73e846453 /src/packages/eslint-config/package.json
parentBump the jvm-dependencies group with 2 updates (diff)
downloadlocusts-7d4985064c19c10a0147d48917afbc27d1f19b33.tar
locusts-7d4985064c19c10a0147d48917afbc27d1f19b33.tar.gz
locusts-7d4985064c19c10a0147d48917afbc27d1f19b33.tar.bz2
locusts-7d4985064c19c10a0147d48917afbc27d1f19b33.tar.lz
locusts-7d4985064c19c10a0147d48917afbc27d1f19b33.tar.xz
locusts-7d4985064c19c10a0147d48917afbc27d1f19b33.tar.zst
locusts-7d4985064c19c10a0147d48917afbc27d1f19b33.zip
Bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [@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 [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@typescript-eslint/eslint-plugin` from 8.12.0 to 8.12.2 - [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.12.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.12.0 to 8.12.2 - [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.12.2/packages/parser) Updates `@types/node` from 22.8.2 to 22.8.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/packages/eslint-config/package.json')
-rw-r--r--src/packages/eslint-config/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index cd7988b..ba005cf 100644
--- a/src/packages/eslint-config/package.json
+++ b/src/packages/eslint-config/package.json
@@ -2,8 +2,8 @@
"name": "@repo/eslint-config",
"version": "0.0.0",
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "8.12.0",
- "@typescript-eslint/parser": "8.12.0",
+ "@typescript-eslint/eslint-plugin": "8.12.2",
+ "@typescript-eslint/parser": "8.12.2",
"@vercel/style-guide": "6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.2.3",