diff --git a/CHANGELOG.md b/CHANGELOG.md index cdab0a4..c749092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 238f2f1..914e1da 100644 --- a/package.json +++ b/package.json @@ -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",