Skip to content

Commit

Permalink
fix(schema): Add typescript as peerDependency (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artaud committed Oct 3, 2023
1 parent 8cd2f41 commit cb562ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@
"shx": "^0.3.4",
"typescript": "^5.2.2"
},
"peerDependencies": {
"typescript": ">=4.7"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}

0 comments on commit cb562ee

Please sign in to comment.