Skip to content

Commit 696b33c

Browse files
committed
fix: update all @cocreate to use latest versions
1 parent 2f62050 commit 696b33c

File tree

2 files changed

+6
-3093
lines changed

2 files changed

+6
-3093
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"html5-framework",
1919
"javascript-framework"
2020
],
21-
"publishConfig": {
22-
"access": "public"
23-
},
21+
"publishConfig": { "access": "public" },
2422
"scripts": {
2523
"start": "npx webpack --config webpack.config.js",
2624
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -58,10 +56,10 @@
5856
"webpack-log": "^3.0.1"
5957
},
6058
"dependencies": {
61-
"@cocreate/crdt": "^1.0.5",
62-
"@cocreate/message-client": "^1.0.0",
63-
"@cocreate/observer": "^1.0.2",
64-
"@cocreate/pickr": "^1.1.1",
65-
"@cocreate/select": "^1.0.11"
59+
"@cocreate/crdt": "latest",
60+
"@cocreate/message-client": "latest",
61+
"@cocreate/observer": "latest",
62+
"@cocreate/pickr": "latest",
63+
"@cocreate/select": "latest"
6664
}
6765
}

0 commit comments

Comments
 (0)