mirror of
https://github.com/django/daphne.git
synced 2025-08-04 18:40:09 +03:00
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:
parent
be07934deb
commit
c0138e8dd9
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user