Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Update react in /packages/oc-template-react from 16.4.0 to 16.4.1 #246

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/oc-template-react/package.json
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.4.0",
"react": "16.4.1",
"react-dom": "16.4.0"
},
"files": [
Expand All @@ -50,7 +50,7 @@
},
"react": {
"global": "React",
"url": "https://unpkg.com/react@16.4.0/umd/react.production.min.js"
"url": "https://unpkg.com/react@16.4.1/umd/react.production.min.js"
},
"react-dom": {
"global": "ReactDOM",
Expand Down