Skip to content

Commit 19dbf29

Browse files
committed
fix: bump dependencies
1 parent 3f02774 commit 19dbf29

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

demo/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ <h6 style='color:blue'>7 example SELECT (show multiples)</h6>
135135
<div id='testdiv1' class=""> will toggle </div>
136136

137137

138-
<!--<script src="../dist/CoCreate-conditional-logic.js"></script>-->
139-
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
138+
<script src="../dist/CoCreate-conditional-logic.js"></script>
139+
<!-- <script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script> -->
140140

141141
</body>
142142
</html>

package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -60,9 +58,9 @@
6058
"webpack-log": "^3.0.1"
6159
},
6260
"dependencies": {
63-
"@cocreate/actions": "^1.5.55",
64-
"@cocreate/docs": "^1.5.10",
65-
"@cocreate/observer": "^1.5.59",
66-
"@cocreate/utils": "^1.17.22"
61+
"@cocreate/actions": "^1.5.56",
62+
"@cocreate/docs": "^1.5.11",
63+
"@cocreate/observer": "^1.5.60",
64+
"@cocreate/utils": "^1.17.25"
6765
}
6866
}

0 commit comments

Comments
 (0)