aboutsummaryrefslogtreecommitdiffstats
path: root/packages/eslint-config/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-09 22:56:30 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-09 22:56:45 +0000
commit5c3dfc9b110ad561b47a4c78303078629d5db703 (patch)
treebf94a0197611c9c1bdc92c051318eeaa92bf6359 /packages/eslint-config/package.json
parentActually test the node library (diff)
downloadlocusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar
locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.gz
locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.bz2
locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.lz
locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.xz
locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.zst
locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.zip
Bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [typescript](https://github.com/microsoft/TypeScript), [@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` from 5.5.4 to 5.6.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.5.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.5.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.4.0 to 8.5.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.5.0/packages/parser) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'packages/eslint-config/package.json')
-rw-r--r--packages/eslint-config/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json
index b495b68..acbbcb1 100644
--- a/packages/eslint-config/package.json
+++ b/packages/eslint-config/package.json
@@ -2,13 +2,13 @@
"name": "@repo/eslint-config",
"version": "0.0.0",
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "8.4.0",
- "@typescript-eslint/parser": "8.4.0",
+ "@typescript-eslint/eslint-plugin": "8.5.0",
+ "@typescript-eslint/parser": "8.5.0",
"@vercel/style-guide": "6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.0",
"eslint-plugin-only-warn": "^1.1.0",
- "typescript": "^5.4.5"
+ "typescript": "^5.6.2"
},
"files": [
"library.js"