Skip to content

Commit

Permalink
fix: add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 19, 2021
1 parent 086cf5b commit 06fa3fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@cocreate/docs": "^1.0.3",
"@cocreate/message-client": "^1.0.0",
"@cocreate/observer": "^1.0.0",
"@cocreate/socket-client": "^1.0.4",
"@cocreate/utils": "^1.0.0",
"mini-css-extract-plugin": "^1.5.0"
}
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,15 @@
dependencies:
"@cocreate/docs" "^1.0.3"

"@cocreate/socket-client@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@cocreate/socket-client/-/socket-client-1.0.4.tgz#375f07f7134f564d6faf83b3d850fd276db19ff2"
integrity sha512-ChZIqIqcgozeNPH2w1KoX0f8kFavmudnROi9V5kgUWq9o2qMqW2bPktsachEPFUawxpjkymYHQu4FT1TxLUnWw==
dependencies:
"@cocreate/docs" "^1.0.3"
mini-css-extract-plugin "^1.5.0"
ws "^7.4.4"

"@cocreate/utils@^1.0.0":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@cocreate/utils/-/utils-1.0.2.tgz#91062620ec481ed25d19973d1f9b5dee7e945012"
Expand Down Expand Up @@ -3205,7 +3214,7 @@ wrappy@1:
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=

ws@^7.3.1:
ws@^7.3.1, ws@^7.4.4:
version "7.4.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
Expand Down

0 comments on commit 06fa3fc

Please sign in to comment.