Skip to content

Commit

Permalink
make it optional peerdep
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Nov 23, 2023
1 parent c700351 commit 7feaa03
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"requireindex": "^1.2.0",
"snake-case": "^3.0.3",
"typescript": "^5.2.2"
"snake-case": "^3.0.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down Expand Up @@ -114,10 +113,17 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"release-it": "^16.2.1",
"sort-package-json": "^2.6.0"
"sort-package-json": "^2.6.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": ">= 8"
"eslint": ">= 8",
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"engines": {
"node": "18.* || 20.* || >= 21"
Expand Down

0 comments on commit 7feaa03

Please sign in to comment.