Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Mar 10, 2024
1 parent 73e1555 commit 778a9ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


## [3.0.1](https://github.com/supercharge/eslint-config/compare/v3.0.0...v3.0.1) - 2024-03-10

### Updated
- bump dependencies


## [3.0.0](https://github.com/supercharge/eslint-config/compare/v2.0.0...v3.0.0) - 2023-09-30

### Added
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://github.com/supercharge/eslint-config/issues"
},
"dependencies": {
"eslint-plugin-import": "~2.28.1",
"eslint-plugin-n": "~16.1.0",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-n": "~16.6.2",
"eslint-plugin-promise": "~6.1.1"
},
"peerDependencies": {
Expand All @@ -22,8 +22,8 @@
"@japa/run-failed-tests": "~1.1.1",
"@japa/runner": "~2.5.1",
"@japa/spec-reporter": "~1.3.3",
"c8": "~8.0.1",
"eslint": "~8.50.0",
"c8": "~9.1.0",
"eslint": "~8.57.0",
"expect": "~29.7.0"
},
"engines": {
Expand Down

0 comments on commit 778a9ec

Please sign in to comment.