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",