Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Feb 16, 2019
1 parent 6efa724 commit a21829f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/ReactKonva.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var _require = require('./makeUpdates'),
applyNodeProps = _require.applyNodeProps,
toggleStrictMode = _require.toggleStrictMode;

var REACT_VERSION = '16.8.1';
var REACT_VERSION = '16.8.2';

// export for testing
var __matchRectVersion = React.version === REACT_VERSION;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"url": "[email protected]:konvajs/react-konva.git"
},
"dependencies": {
"react-reconciler": "^0.19.0",
"scheduler": "^0.13.0"
"react-reconciler": "^0.20.0",
"scheduler": "^0.13.2"
},
"peerDependencies": {
"react": "16.8.1",
"react-dom": "16.8.1",
"react": "16.8.2",
"react-dom": "16.8.2",
"konva": "^2.6.0"
},
"devDependencies": {
Expand All @@ -30,8 +30,8 @@
"enzyme-adapter-react-16": "^1.9.1",
"konva": "^2.6.0",
"nwb": "^0.23.0",
"react": "16.8.1",
"react-dom": "16.8.1",
"react": "16.8.2",
"react-dom": "16.8.2",
"sinon": "^7.2.3",
"use-image": "^1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ReactKonva.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ReactDOMComponentTree = require('./ReactDOMComponentTree');
const HostConfig = require('./ReactKonvaHostConfig');
const { applyNodeProps, toggleStrictMode } = require('./makeUpdates');

const REACT_VERSION = '16.8.1';
const REACT_VERSION = '16.8.2';

// export for testing
const __matchRectVersion = React.version === REACT_VERSION;
Expand Down

0 comments on commit a21829f

Please sign in to comment.