Skip to content

Commit

Permalink
chore: upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 12, 2024
1 parent 8e11c8c commit c1cf137
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 105 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Unreleased

### Changed

- Upgraded dependencies:
- @typescript-eslint/eslint-plugin to 8.5.0
- @typescript-eslint/parser to 8.5.0
- @stylistic/eslint-plugin to 2.8.0

## 1.0.5

### Changed
Expand Down
178 changes: 76 additions & 102 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
Expand Up @@ -5,9 +5,9 @@
"main": "index.mjs",
"license": "MIT",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@stylistic/eslint-plugin": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@stylistic/eslint-plugin": "^2.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-chai-expect": "^3.1.0",
Expand Down

0 comments on commit c1cf137

Please sign in to comment.