Skip to content

Commit 4c1bb1b

Browse files
authored
Merge pull request #39 from ticky/renovate/prop-types-15.x
Update dependency prop-types to v15.6.2
2 parents 812a2b3 + 55aba5d commit 4c1bb1b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"json-loader": "0.5.7",
6262
"markdown-it-anchor": "4.0.0",
6363
"markdown-it-table-of-contents": "0.4.0",
64-
"prop-types": "15.6.0",
64+
"prop-types": "15.6.2",
6565
"react": "16.2.0",
6666
"react-codemirror2": "2.0.2",
6767
"react-dom": "16.2.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5880,7 +5880,14 @@ promise@^7.1.1:
58805880
dependencies:
58815881
asap "~2.0.3"
58825882

5883-
[email protected], prop-types@^15.6.0:
5883+
5884+
version "15.6.2"
5885+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
5886+
dependencies:
5887+
loose-envify "^1.3.1"
5888+
object-assign "^4.1.1"
5889+
5890+
prop-types@^15.6.0:
58845891
version "15.6.0"
58855892
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
58865893
dependencies:

0 commit comments

Comments
 (0)