Skip to content

Commit f539213

Browse files
author
Kent C. Dodds
committed
chore(deps): upgrade all deps
1 parent e662305 commit f539213

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@
4141
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
4242
"license": "MIT",
4343
"dependencies": {
44-
"@babel/runtime": "^7.4.3",
44+
"@babel/runtime": "^7.4.5",
4545
"dom-testing-library": "^4.1.0"
4646
},
4747
"devDependencies": {
4848
"@reach/router": "^1.2.1",
49-
"@types/react": "^16.8.14",
49+
"@types/react": "^16.8.19",
5050
"@types/react-dom": "^16.8.4",
51-
"axios": "^0.18.0",
51+
"axios": "^0.19.0",
5252
"eslint-import-resolver-jest": "^2.1.1",
5353
"history": "^4.9.0",
5454
"intl": "^1.2.5",
55-
"jest-dom": "3.1.3",
55+
"jest-dom": "3.4.0",
5656
"jest-in-case": "^1.0.2",
57-
"kcd-scripts": "1.2.2",
57+
"kcd-scripts": "1.4.0",
5858
"react": "^16.8.6",
5959
"react-dom": "^16.8.6",
60-
"react-intl": "^2.8.0",
61-
"react-redux": "7.0.2",
60+
"react-intl": "^2.9.0",
61+
"react-redux": "7.0.3",
6262
"react-router": "^5.0.0",
6363
"react-router-dom": "^5.0.0",
64-
"react-transition-group": "^4.0.0",
64+
"react-transition-group": "^4.1.0",
6565
"redux": "^4.0.0"
6666
},
6767
"peerDependencies": {

src/__tests__/render.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test('returns baseElement which defaults to document.body', () => {
5757

5858
it('cleansup document', () => {
5959
const spy = jest.fn()
60-
const divId = 'my-div';
60+
const divId = 'my-div'
6161

6262
class Test extends React.Component {
6363
componentWillUnmount() {
@@ -66,7 +66,7 @@ it('cleansup document', () => {
6666
}
6767

6868
render() {
69-
return <div id={divId}/>
69+
return <div id={divId} />
7070
}
7171
}
7272

0 commit comments

Comments
 (0)