Skip to content

Commit

Permalink
fix: proper peer dependencies notation
Browse files Browse the repository at this point in the history
  • Loading branch information
Domagoj Vukovic committed Oct 22, 2023
1 parent 1774541 commit ecfb0a2
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 @@ -100,9 +100,9 @@
"typescript": "^5.1.6"
},
"peerDependencies": {
"eslint": "^8.27",
"npm-package-json-lint": "^6",
"prettier": "^8",
"eslint": ">=8.27",
"npm-package-json-lint": "7",
"prettier": "3",
"stylelint": "^14"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit ecfb0a2

Please sign in to comment.