Skip to content

Commit

Permalink
Merge pull request #230 from severest/react-16.5.0-36.0.0
Browse files Browse the repository at this point in the history
Update react in / from 16.4.2 to 16.5.0
  • Loading branch information
severest authored Sep 24, 2018
2 parents 125b0de + f543d27 commit bb6079e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"particlesjs": "2.2.2",
"prop-types": "^15.6.2",
"rc-tooltip": "^3.7.2",
"react": "^16.4.2",
"react": "^16.5.0",
"react-dom": "^16.4.1",
"react-loadable": "^5.5.0",
"react-notification": "^6.8.2",
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6495,6 +6495,15 @@ react@^16.4.2:
object-assign "^4.1.1"
prop-types "^15.6.0"

react@^16.5.0:
version "16.5.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.5.0.tgz#f2c1e754bf9751a549d9c6d9aca41905beb56575"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
schedule "^0.3.0"

read-chunk@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/read-chunk/-/read-chunk-1.0.1.tgz#5f68cab307e663f19993527d9b589cace4661194"
Expand Down Expand Up @@ -6996,6 +7005,12 @@ sax@>=0.6.0, sax@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

schedule@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/schedule/-/schedule-0.3.0.tgz#1be2ab2fc2e768536269ce7326efb478d6c045e8"
dependencies:
object-assign "^4.1.1"

schema-utils@^0.4.4, schema-utils@^0.4.5:
version "0.4.5"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.5.tgz#21836f0608aac17b78f9e3e24daff14a5ca13a3e"
Expand Down

0 comments on commit bb6079e

Please sign in to comment.