Skip to content

Commit

Permalink
fix: don't peer-depend on prop-types, instead depend directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Feb 7, 2021
1 parent f0498be commit e346dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/render-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"typescript": "~3.9.7"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "^0.63.0"
},
Expand All @@ -76,6 +75,7 @@
"dependencies": {
"@native-html/transient-render-engine": "^4.2.0",
"@types/ramda": "^0.27.32",
"prop-types": "^15.5.7",
"ramda": "^0.27.1",
"stringify-entities": "^3.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14035,7 +14035,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"prop-types@npm:^15.6.0, prop-types@npm:^15.6.2, prop-types@npm:^15.7.2":
"prop-types@npm:^15.5.7, prop-types@npm:^15.6.0, prop-types@npm:^15.6.2, prop-types@npm:^15.7.2":
version: 15.7.2
resolution: "prop-types@npm:15.7.2"
dependencies:
Expand Down Expand Up @@ -14330,13 +14330,13 @@ fsevents@^1.2.7:
jest: ^26.6.3
metro-react-native-babel-preset: ^0.64.0
prettier: ^2.2.1
prop-types: ^15.5.7
ramda: ^0.27.1
react: 16.13.1
release-it: ^14.2.1
stringify-entities: ^3.1.0
typescript: ~3.9.7
peerDependencies:
prop-types: "*"
react: "*"
react-native: ^0.63.0
languageName: unknown
Expand Down

0 comments on commit e346dca

Please sign in to comment.