Skip to content

Commit 004a146

Browse files
committed
fix: updated cocreate modules versions
1 parent 41f6f42 commit 004a146

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"webpack-log": "^3.0.1"
5959
},
6060
"dependencies": {
61-
"@cocreate/actions": "^1.18.4",
62-
"@cocreate/crud-client": "^1.33.11",
63-
"@cocreate/element-prototype": "^1.23.0",
64-
"@cocreate/filter": "^1.15.1",
65-
"@cocreate/observer": "^1.16.3",
66-
"@cocreate/render": "^1.41.3",
67-
"@cocreate/utils": "^1.34.1"
61+
"@cocreate/actions": "^1.21.0",
62+
"@cocreate/crud-client": "^1.34.1",
63+
"@cocreate/element-prototype": "^1.29.0",
64+
"@cocreate/filter": "^1.33.1",
65+
"@cocreate/observer": "^1.18.0",
66+
"@cocreate/render": "^1.45.1",
67+
"@cocreate/utils": "^1.38.0"
6868
}
69-
}
69+
}

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,9 @@ function initSocket() {
13101310
if (data.rendered) return;
13111311

13121312
data.rendered = true;
1313+
if (data && data.key === "answers") {
1314+
console.log("test");
1315+
}
13131316

13141317
setData(null, data);
13151318
});

0 commit comments

Comments
 (0)