Skip to content

Commit a33ccf8

Browse files
author
Kent C. Dodds
committed
fix(deps): upgrade all dependencies
1 parent ea3ef2f commit a33ccf8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@
4242
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
4343
"license": "MIT",
4444
"dependencies": {
45-
"@babel/runtime": "^7.3.1",
46-
"dom-testing-library": "^3.13.1"
45+
"@babel/runtime": "^7.4.2",
46+
"dom-testing-library": "^3.18.2"
4747
},
4848
"devDependencies": {
4949
"@reach/router": "^1.2.1",
5050
"@types/react": "^16.8.3",
5151
"@types/react-dom": "^16.8.2",
5252
"axios": "^0.18.0",
5353
"eslint-import-resolver-jest": "^2.1.1",
54-
"history": "^4.7.2",
54+
"history": "^4.9.0",
5555
"intl": "^1.2.5",
56-
"jest-dom": "3.0.1",
56+
"jest-dom": "3.1.3",
5757
"jest-in-case": "^1.0.2",
58-
"kcd-scripts": "0.49.0",
59-
"react": "^16.8.0",
60-
"react-dom": "^16.8.0",
58+
"kcd-scripts": "1.1.2",
59+
"react": "^16.8.5",
60+
"react-dom": "^16.8.5",
6161
"react-intl": "^2.8.0",
62-
"react-redux": "6.0.0",
63-
"react-router": "^4.3.1",
64-
"react-router-dom": "^4.3.1",
65-
"react-transition-group": "^2.5.0",
62+
"react-redux": "6.0.1",
63+
"react-router": "^5.0.0",
64+
"react-router-dom": "^5.0.0",
65+
"react-transition-group": "^2.7.1",
6666
"redux": "^4.0.0"
6767
},
6868
"peerDependencies": {

0 commit comments

Comments
 (0)