Skip to content

Commit dd0d187

Browse files
authored
Merge pull request #14 from Visual-Regression-Tracker/35-socket
35 socket
2 parents 7ecb34d + 82431dd commit dd0d187

21 files changed

+674
-190
lines changed

package-lock.json

Lines changed: 225 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"react-konva": "^16.13.0-0",
1616
"react-router-dom": "^5.1.2",
1717
"react-scripts": "3.4.1",
18+
"socket.io-client": "^2.3.0",
1819
"typescript": "^3.8.3",
1920
"use-image": "^1.0.5"
2021
},
@@ -44,6 +45,7 @@
4445
"@types/qs": "^6.9.2",
4546
"@types/react": "^16.9.34",
4647
"@types/react-dom": "^16.9.6",
47-
"@types/react-router-dom": "^5.1.4"
48+
"@types/react-router-dom": "^5.1.4",
49+
"@types/socket.io-client": "^1.4.33"
4850
}
4951
}

0 commit comments

Comments
 (0)