Skip to content

Commit 032dae0

Browse files
committed
fix: update all @cocreate to use latest versions
1 parent 694d23d commit 032dae0

File tree

2 files changed

+6
-3308
lines changed

2 files changed

+6
-3308
lines changed

package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"html5-framework",
2222
"javascript-framework"
2323
],
24-
"publishConfig": {
25-
"access": "public"
26-
},
24+
"publishConfig": { "access": "public" },
2725
"scripts": {
2826
"start": "npx webpack --config webpack.config.js",
2927
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -37,9 +35,7 @@
3735
},
3836
"author": "CoCreate LLC",
3937
"license": "MIT",
40-
"bugs": {
41-
"url": "https://github.com/CoCreate-app/CoCreate-clone/issues"
42-
},
38+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-clone/issues" },
4339
"homepage": "https://cocreate.app/docs/clone",
4440
"funding": {
4541
"type": "GitHub Sponsors ❤",
@@ -61,10 +57,10 @@
6157
"webpack-log": "^3.0.1"
6258
},
6359
"dependencies": {
64-
"@cocreate/docs": "^1.0.3",
65-
"@cocreate/observer": "^1.0.2",
66-
"@cocreate/utils": "^1.0.10",
67-
"@cocreate/uuid": "^1.0.6",
60+
"@cocreate/docs": "latest",
61+
"@cocreate/observer": "latest",
62+
"@cocreate/utils": "latest",
63+
"@cocreate/uuid": "latest",
6864
"mini-css-extract-plugin": "^1.5.0"
6965
}
7066
}

0 commit comments

Comments
 (0)