Skip to content

Commit

Permalink
Merge pull request #2348 from snebjorn/bugfix/2343-missing-peer-depen…
Browse files Browse the repository at this point in the history
…dency

fixes "some peer dependencies are incorrectly met" when installing via yarn
  • Loading branch information
hipstersmoothie committed Apr 26, 2023
2 parents 78b7745 + 20d36a2 commit 52bb27e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@
"typescript-memoize": "^1.0.0-alpha.3",
"url-join": "^4.0.0"
},
"peerDependencies": {
"typescript": ">=2.7"
},
"peerDependenciesMeta": {
"typescript": {
"@types/node": {
"optional": true
}
},
Expand Down

0 comments on commit 52bb27e

Please sign in to comment.