Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
bump react to 16.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brygrill committed Jul 5, 2018
1 parent e6e1a93 commit caacff9
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 286 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down Expand Up @@ -55,8 +55,8 @@
"jest": "^21.2.1",
"lodash-webpack-plugin": "^0.11.4",
"prettier": "^1.7.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-test-renderer": "^16.0.0",
"replace-in-file": "^3.1.1",
"style-loader": "^0.19.1",
Expand Down
4 changes: 2 additions & 2 deletions src/Widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
require({
paths: {
react:
'https://cdnjs.cloudflare.com/ajax/libs/react/16.2.0/umd/react.production.min',
'https://cdnjs.cloudflare.com/ajax/libs/react/16.4.1/umd/react.production.min',
'react-dom':
'https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.2.0/umd/react-dom.production.min',
'https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.4.1/umd/react-dom.production.min',
},
});

Expand Down
Loading

0 comments on commit caacff9

Please sign in to comment.