socket.io bump to 3
This commit is contained in:
parent
1fb1d75014
commit
a8d8d1ec43
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user