Skip to content

Commit

Permalink
fix: bump dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Pagan committed Mar 16, 2023
1 parent 409a383 commit e1d6436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<textarea type="code" theme="tomorrow" lang="HTML" line-numbers placeholder="HTML" collection="demos" document_id="639b325f6f44f0f162f0bcbf" name="demo-code" class="height:100vh width:100%">test</textarea>

<!-- <script src="../dist/CoCreate-codearea.js"></script> -->
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
<!-- <script src="https://cdn.cocreate.app/1.48.0/CoCreate.min.js"></script> -->
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>

</body>
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.5.13",
"@cocreate/hosting": "^1.7.13",
"@cocreate/observer": "^1.5.62",
"@cocreate/prism": "^1.2.21",
"@cocreate/utils": "^1.18.2"
"@cocreate/docs": "^1.6.0",
"@cocreate/hosting": "^1.8.0",
"@cocreate/observer": "^1.6.0",
"@cocreate/prism": "^1.4.0",
"@cocreate/utils": "^1.19.0"
}
}
}

0 comments on commit e1d6436

Please sign in to comment.