Skip to content

Commit

Permalink
Merge pull request #13330 from arcanis/patch-3
Browse files Browse the repository at this point in the history
Core: Add typescript as optional peer dependency
  • Loading branch information
shilman committed Dec 1, 2020
2 parents 17826e3 + dc40fe5 commit bbbb4c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/react/package.json
Expand Up @@ -70,6 +70,9 @@
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
Expand Down
5 changes: 5 additions & 0 deletions lib/core/package.json
Expand Up @@ -160,6 +160,11 @@
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit bbbb4c8

Please sign in to comment.