Skip to content

Commit

Permalink
refactor(*-config-bananass): update peerDependencies to use caret v…
Browse files Browse the repository at this point in the history
…ersioning for eslint and prettier
  • Loading branch information
lumirlumir committed Jan 12, 2025
1 parent 2aeb82e commit c761e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-bananass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build": "cp ../../LICENSE.md ../../README.md ."
},
"peerDependencies": {
"eslint": ">=9.0.0"
"eslint": "^9.0.0"
},
"dependencies": {
"@stylistic/eslint-plugin-js": "^2.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config-bananass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"test": "node --test"
},
"peerDependencies": {
"prettier": ">=3.0.0"
"prettier": "^3.0.0"
}
}

0 comments on commit c761e8f

Please sign in to comment.