Skip to content

Commit 756ea39

Browse files
committed
1 parent 46a357e commit 756ea39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@
9797
"typescript": "3.3.3"
9898
},
9999
"peerDependencies": {
100-
"prop-types": "15.x.x",
101100
"react": ">= 16.8.0",
102101
"react-dom": ">= 16.8.0"
103102
},
104103
"dependencies": {
105-
"@babel/runtime": "^7.3.1"
104+
"@babel/runtime": "^7.3.1",
105+
"prop-types": "^15.5.8"
106106
},
107107
"jest": {
108108
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)