Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update react from 16.2.0 to 16.3.0
  • Loading branch information
dependencies-bot committed Mar 30, 2018
commit 876ad88369d36985dc77b65d094fc9a5bdd9f665
4 changes: 2 additions & 2 deletions packages/oc-template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"nice-cache": "0.0.5",
"oc-generic-template-renderer": "2.0.4",
"prop-types": "15.6.1",
"react": "16.2.0",
"react": "16.3.0",
"react-dom": "16.2.0"
},
"files": [
Expand All @@ -43,7 +43,7 @@
},
"react": {
"global": "React",
"url": "https://unpkg.com/react@16.2.0/umd/react.production.min.js"
"url": "https://unpkg.com/react@16.3.0/umd/react.production.min.js"
},
"react-dom": {
"global": "ReactDOM",
Expand Down