Skip to content

Commit

Permalink
Merge pull request #323 from iambumblehead/update-typescript-eslint
Browse files Browse the repository at this point in the history
update typescript-eslint
  • Loading branch information
iambumblehead authored Jan 24, 2025
2 parents 9be2a33 + e4f070f commit 997e5ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* 2.7.0 _Jan.24.2025_
* [update resolver](https://github.com/iambumblehead/esmock/pull/322) to correctly resolve openai package
* [update typescript-eslint](https://github.com/iambumblehead/esmock/pull/323)
* 2.6.9 _Oct.18.2024_
* [added --glob option for rimraf](https://github.com/iambumblehead/esmock/pull/317) usage removing un-used sources
* [added node v23 to test matrix](https://github.com/iambumblehead/esmock/pull/316)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"c8": "^10.1.3",
"eslint": "^9.19.0",
"eslint-plugin-markdown": "^5.1.0",
"typescript-eslint": "^8.0.0-alpha.30",
"@typescript-eslint/parser": "^8.0.0-alpha.30",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.30"
"typescript-eslint": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^8.21.0"
},
"scripts": {
"test:install": "cd tests && npm run install:all",
Expand Down

0 comments on commit 997e5ee

Please sign in to comment.