Skip to content

Commit

Permalink
fix: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jul 7, 2021
1 parent e984a18 commit 497ea64
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.1.14"
"@cocreate/docs": "^1.1.29"
}
}
46 changes: 46 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,14 @@
"@cocreate/docs" "^1.0.0"
"@cocreate/socket-client" "^1.0.0"

"@cocreate/crud-client@^1.1.10", "@cocreate/crud-client@^1.1.9":
version "1.1.12"
resolved "https://registry.yarnpkg.com/@cocreate/crud-client/-/crud-client-1.1.12.tgz#c897e897ce5fba4fc8d0bfe32ff0117c13cbbabe"
integrity sha512-QECgF4uBovtaIGb595a4enMP/OAXHJsKaVmqRpkI0bHW7HhoYoqpNfMdjAIrr1eZlDEL+p5Dwl1Kmcsejk/ZOA==
dependencies:
"@cocreate/docs" "^1.1.14"
"@cocreate/socket-client" "^1.1.5"

"@cocreate/docs@^1.0.0", "@cocreate/docs@^1.1.14":
version "1.1.14"
resolved "https://registry.yarnpkg.com/@cocreate/docs/-/docs-1.1.14.tgz#992e6e2e2d9b848e3ba65ff4f4abff07dc3ec6ab"
Expand All @@ -888,6 +896,18 @@
parse-html-comments "^1.3.1"
ws "^7.3.1"

"@cocreate/docs@^1.1.29":
version "1.1.29"
resolved "https://registry.yarnpkg.com/@cocreate/docs/-/docs-1.1.29.tgz#010c3495ce54dedab69bbabc2073c067ae90b64b"
integrity sha512-+d+ocGp9RgJpZcwFkXZenjPlgKmnhsyGFl/mGpwjLYpK/X2nS08jt0XSSZP88B+g7NhcVnOs/oYaD1KZKxH7+w==
dependencies:
"@cocreate/crud-client" "^1.1.10"
"@cocreate/hosting" "^1.1.3"
extract-comments "^1.1.0"
glob "^7.1.6"
parse-html-comments "^1.3.1"
ws "^7.3.1"

"@cocreate/hosting@^1.0.0":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@cocreate/hosting/-/hosting-1.1.4.tgz#a8dfd8e00bdab2e00150bc3e046959e9dde5423f"
Expand All @@ -898,6 +918,16 @@
"@cocreate/socket-client" "^1.0.0"
mime-types "^2.1.30"

"@cocreate/hosting@^1.1.3":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@cocreate/hosting/-/hosting-1.1.8.tgz#3d019c56113516d141902a933df453cae1847e2c"
integrity sha512-is2cM+M6bv5cSGdSTtPpKijFhLDsPBNq49fZwMllVVAUCrLbCFdIPwmBd30swSJu8HX0C1Fp22eKAuO2jaMGZg==
dependencies:
"@cocreate/crud-client" "^1.1.9"
"@cocreate/docs" "^1.1.14"
"@cocreate/socket-client" "^1.1.5"
mime-types "^2.1.30"

"@cocreate/socket-client@^1.0.0":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@cocreate/socket-client/-/socket-client-1.1.5.tgz#0eb487607c7a3adc815923ba4a18be8899bdd1cd"
Expand All @@ -907,6 +937,15 @@
"@cocreate/uuid" "^1.0.0"
ws "^7.4.4"

"@cocreate/socket-client@^1.1.5":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@cocreate/socket-client/-/socket-client-1.1.8.tgz#b887fa80d7bc311c163a62b1302dbbd9e12e891a"
integrity sha512-ia3ipeemqJ9GXqBz38/YU468cuUkRcDwMVdPAR7zaLkSiU5pP0KJNaOrs6/JsSJ4/t+yKnxRpzalOQIQsGvzhw==
dependencies:
"@cocreate/docs" "^1.1.14"
"@cocreate/uuid" "^1.0.9"
ws "^7.4.4"

"@cocreate/uuid@^1.0.0":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@cocreate/uuid/-/uuid-1.0.9.tgz#c97ce6c0909925c5141828d145523d9dcd26be52"
Expand All @@ -915,6 +954,13 @@
"@cocreate/docs" "^1.0.0"
mini-css-extract-plugin "^1.5.0"

"@cocreate/uuid@^1.0.9":
version "1.0.12"
resolved "https://registry.yarnpkg.com/@cocreate/uuid/-/uuid-1.0.12.tgz#785e152d2b21a34e34133b490b97b0f189ef363a"
integrity sha512-KvUs05kp1L4kS7JW19EnDS81tpnmAY9Xmg2xnAuw9U1QMFlwsZdwN6Xdn9smNwLi73KUL6+FBlfkW4Bd6y+pEA==
dependencies:
"@cocreate/docs" "^1.1.14"

"@discoveryjs/json-ext@^0.5.0":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz#90420f9f9c6d3987f176a19a7d8e764271a2f55d"
Expand Down

0 comments on commit 497ea64

Please sign in to comment.