From a8d8d1ec4305d55584775a791de07445ccc1497e Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 20 Dec 2020 10:23:09 +0000 Subject: [PATCH] socket.io bump to 3 --- websrc/package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/websrc/package.json b/websrc/package.json index 7b2567c..ee7d31e 100644 --- a/websrc/package.json +++ b/websrc/package.json @@ -1,7 +1,7 @@ { "name": "rustico", "version": "1.0.0", - "main": "intex.tsx", + "main": "index.tsx", "license": "MIT", "devDependencies": { "@types/react": "^17.0.0", @@ -25,12 +25,9 @@ "react-cryptocoins": "^1.0.11", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", - "socket.io-client": "~2", + "socket.io-client": "~3", "tailwindcss": "^2.0.2" }, - "resolutions": { - "socket.io-parser": "~2" - }, "scripts": { "build:tailwind": "tailwindcss build css/index.css -o css/tailwind.css", "watch": "parcel watch index.tsx -d ../static",