From 351898e94df4f353946038a7efe6a160d6e765f9 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Wed, 7 Aug 2024 21:57:52 +0200 Subject: [PATCH] Update dependencies --- CHANGELOG.md | 4 ++++ package.json | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8176218..99bc588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.0 + +- Update dependencies (breaking) + ## 0.7.1 - Ensure tests are allowed to be disabled diff --git a/package.json b/package.json index 2346122..872945a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exercism/eslint-config-typescript", - "version": "0.7.1", + "version": "0.8.0", "description": "ESLint configuration for the TypeScript track on Exercism", "main": "index.mjs", "scripts": { @@ -19,11 +19,11 @@ }, "dependencies": { "@eslint/js": "^9.8.0", - "@stylistic/eslint-plugin-ts": "^2.4.0", + "@stylistic/eslint-plugin-ts": "^2.6.1", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jest": "^28.6.0", - "globals": "^15.8.0", - "typescript-eslint": "^7.17.0" + "eslint-plugin-jest": "^28.8.0", + "globals": "^15.9.0", + "typescript-eslint": "^8.0.1" }, "packageManager": "yarn@4.3.1" }