Skip to content

Commit 56335b7

Browse files
author
Frank Pagan
committed
fix: bump dependencies'
1 parent 50b7890 commit 56335b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

demo/renderKey.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<!-- <script src="../dist/CoCreate-render-key.js"></script> -->
2424
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
25-
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
25+
<!-- <script src="https://cdn.cocreate.app/1.48.0/CoCreate.min.js"></script> -->
2626

2727
</body>
2828

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"webpack-log": "^3.0.1"
6161
},
6262
"dependencies": {
63-
"@cocreate/actions": "^1.5.58",
64-
"@cocreate/api": "^1.6.11",
65-
"@cocreate/docs": "^1.5.13",
66-
"@cocreate/element-prototype": "^1.4.10",
67-
"@cocreate/observer": "^1.5.62",
68-
"@cocreate/utils": "^1.18.2"
63+
"@cocreate/actions": "^1.6.0",
64+
"@cocreate/api": "^1.9.0",
65+
"@cocreate/docs": "^1.6.0",
66+
"@cocreate/element-prototype": "^1.6.0",
67+
"@cocreate/observer": "^1.6.0",
68+
"@cocreate/utils": "^1.19.0"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)