Skip to content

Commit

Permalink
fix: prevent breaking changes in peer dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmss committed Aug 14, 2024
1 parent eff75da commit 9fcdf52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=7.0.2",
"eslint": ">=8.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.1.1",
"typescript": ">=5.0.0"
"typescript": "^5.0.0"
},
"eslintConfig": {
"extends": "./index.js"
Expand Down

0 comments on commit 9fcdf52

Please sign in to comment.