We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69940f commit a236d39Copy full SHA for a236d39
1 file changed
package.json
@@ -12,9 +12,9 @@
12
"url": "https://github.com/akikoo/react-unit-testing"
13
},
14
"dependencies": {
15
- "prop-types": "^15.5.10",
+ "prop-types": "^15.6.0",
16
"react": "^16.0.0",
17
- "react-dom": "^15.6.0"
+ "react-dom": "^16.0.0"
18
19
"devDependencies": {
20
"babel-core": "^6.16.0",
@@ -23,7 +23,7 @@
23
"jsdom": "^11.0.0",
24
"mocha": "^4.0.0",
25
"sinon": "^4.0.0",
26
- "unexpected": "^10.18.0",
+ "unexpected": "^10.36.0",
27
"unexpected-sinon": "^10.1.1"
28
}
29
0 commit comments