Skip to content

Commit 02b1e4e

Browse files
committed
chore: lock react version to 15.6.2
1 parent 8ecda0c commit 02b1e4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"dependencies": {
2929
"popper.js": "^1.12.9",
30-
"prop-types": "^15.5.10"
30+
"prop-types": "15.6.0"
3131
},
3232
"devDependencies": {
3333
"@cypress/releaser": "0.1.12",
@@ -41,9 +41,9 @@
4141
"eslint-plugin-react": "^7.5.1",
4242
"jsdom": "^9.5.0",
4343
"lodash": "^4.0.0",
44-
"react": "15.3.2",
45-
"react-addons-test-utils": "15.3.2",
46-
"react-dom": "15.3.2",
44+
"react": "15.6.2",
45+
"react-addons-test-utils": "15.6.2",
46+
"react-dom": "15.6.2",
4747
"sinon": "^1.17.6",
4848
"sinon-chai": "^2.8.0",
4949
"zunder": "^4.1.1"

0 commit comments

Comments
 (0)