After running yarn upgrade per the usage docs, I get this output:
and it appears that I have been updated to
socket.io@2.1.1
However when I look at my package.json file I have this line
"socket.io": "^2.0.4",
Is there a way to verify which version I have installed and also is there a way to resolve this seeming discrepancy?
Also, there is this strange line in the yarn.lock file:
socket.io@^2.0.4:
version "2.1.1"
How can I understand what is going on here as these 3 sources seem to say different things.