Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 2293e3f

Browse files
TrySoundFezVrasta
authored andcommitted
fix: add prop-types to dependencies list (#157)
The dependency is needed by `create-react-context` in version of React lower than 16
1 parent d6bebcd commit 2293e3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"babel-runtime": "6.x.x",
6262
"create-react-context": "^0.2.1",
6363
"popper.js": "^1.14.1",
64+
"prop-types": "^15.6.1",
6465
"warning": "^3.0.0"
6566
},
6667
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5176,7 +5176,7 @@ promise@^7.1.1:
51765176
dependencies:
51775177
asap "~2.0.3"
51785178

5179-
prop-types@^15.6.0:
5179+
prop-types@^15.6.0, prop-types@^15.6.1:
51805180
version "15.6.1"
51815181
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
51825182
dependencies:

0 commit comments

Comments
 (0)