Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Aug 7, 2024
1 parent 9e73416 commit 351898e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.8.0

- Update dependencies (breaking)

## 0.7.1

- Ensure tests are allowed to be disabled
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": "[email protected]"
}

0 comments on commit 351898e

Please sign in to comment.