Skip to content

Commit

Permalink
Bump typescript-eslint to support ts 5.6 (#29)
Browse files Browse the repository at this point in the history
* chore: bump libs

* chore: version bump
  • Loading branch information
jkoenig134 authored Oct 18, 2024
1 parent d1f8f28 commit bead9da
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 91 deletions.
176 changes: 88 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-soft/eslint-config-ts",
"version": "1.6.12",
"version": "1.6.13",
"description": "j&s-soft typescript linting rules",
"repository": {
"type": "git",
Expand All @@ -19,8 +19,8 @@
"test": "cd test && npx eslint index.ts && cd .."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint-plugin-chai-expect": "^3.1.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-jest": "^28.8.3",
Expand Down

0 comments on commit bead9da

Please sign in to comment.