Skip to content

Commit

Permalink
fix: add missing package uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 9, 2021
1 parent 304c015 commit 82c4a98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.5.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
Expand All @@ -65,6 +66,6 @@
"@cocreate/observer": "^1.0.0",
"@cocreate/socket-client": "^1.0.4",
"@cocreate/utils": "^1.0.0",
"mini-css-extract-plugin": "^1.5.0"
"@cocreate/uuid": "^1.0.6"
}
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,14 @@
dependencies:
"@cocreate/docs" "^1.0.3"

"@cocreate/uuid@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@cocreate/uuid/-/uuid-1.0.6.tgz#f7bf628dcb5e337c9a6f93d879375ae767c98fea"
integrity sha512-2f9IbzQibFSytY/FvwL/R5Cc9VGYM0RHI6HHTZTvsTTtfhT55NGlTsltqn39S1DTq0IM4M0vV4ls7RzLxMp75Q==
dependencies:
"@cocreate/docs" "^1.0.3"
mini-css-extract-plugin "^1.5.0"

"@discoveryjs/json-ext@^0.5.0":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz#8f03a22a04de437254e8ce8cc84ba39689288752"
Expand Down

0 comments on commit 82c4a98

Please sign in to comment.