Pin mock-socket to 6.0.4 (#689)

npm install will install mock-server v6.1.0, which breaks our tests.
This commit is contained in:
Flavio Curella 2017-09-01 09:46:53 -07:00 committed by Andrew Godwin
parent be07934deb
commit c0138e8dd9

View File

@ -61,7 +61,7 @@
"eslint-plugin-jsx-a11y": "^1.5.3", "eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2", "eslint-plugin-react": "^5.2.2",
"jest": "^19.0.1", "jest": "^19.0.1",
"mock-socket": "^6.0.4", "mock-socket": "6.0.4",
"react": "^15.4.0", "react": "^15.4.0",
"react-cookie": "^0.4.8", "react-cookie": "^0.4.8",
"react-dom": "^15.4.0", "react-dom": "^15.4.0",