Skip to content

Commit

Permalink
Update dependencies (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
kale-stew authored Sep 24, 2019
1 parent 34691f3 commit 48998a0
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 501 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"to-style": "^1.3.3",
"victory-core": "^31.1.0"
"victory-core": "^33.0.6"
},
"peerDependencies": {
"prop-types": "^15.6.2",
Expand Down Expand Up @@ -99,19 +99,19 @@
"prettier": "^1.15.3",
"prop-types": "^15.6.2",
"raw-loader": "^1.0.0",
"react": "^16.7.0",
"react": "^16.9.0",
"react-dom": "^16.7.0",
"react-test-renderer": "^16.7.0",
"redbox-react": "1.6.0",
"rimraf": "^2.6.3",
"rimraf": "^3.0.0",
"style-loader": "^0.23.1",
"surge": "^0.21.3",
"tslint": "^5.12.1",
"typescript": "^3.2.2",
"url-loader": "^1.1.2",
"webpack": "^4.28.4",
"webpack": "^4.41.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
"webpack-dev-server": "^3.8.1"
},
"resolutions": {
"babel-core": "^7.0.0-0",
Expand Down
2 changes: 2 additions & 0 deletions src/components/presenter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const _mockSlideReference = function() {
];
};

// @TODO update these tests to no longer check using componentWillMount
describe('<Presenter />', () => {
beforeAll(() => {
global.Date.now = mockDateFn;
Expand Down Expand Up @@ -95,6 +96,7 @@ describe('<Presenter />', () => {
/>,
{ context: _mockContext() }
);

wrapper.instance().componentWillMount = jest.fn();
expect(wrapper).toMatchSnapshot();
});
Expand Down
Loading

0 comments on commit 48998a0

Please sign in to comment.