Skip to content

Commit 8b4823e

Browse files
committed
fix: bump dependnecies
1 parent 4f8947f commit 8b4823e

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

package.json

Lines changed: 9 additions & 13 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": "GPL-3.0",
40-
"bugs": {
41-
"url": "https://github.com/CoCreate-app/CoCreate-api/issues"
42-
},
38+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" },
4339
"homepage": "https://cocreate.app/docs/api",
4440
"funding": {
4541
"type": "GitHub Sponsors ❤",
@@ -61,12 +57,12 @@
6157
"webpack-log": "^3.0.1"
6258
},
6359
"dependencies": {
64-
"@cocreate/actions": "^1.5.41",
65-
"@cocreate/crud-client": "^1.16.20",
66-
"@cocreate/docs": "^1.4.23",
67-
"@cocreate/element-prototype": "^1.2.9",
68-
"@cocreate/hosting": "^1.6.24",
69-
"@cocreate/render": "^1.17.7",
70-
"@cocreate/socket-client": "^1.13.20"
60+
"@cocreate/actions": "^1.5.42",
61+
"@cocreate/crud-client": "^1.16.21",
62+
"@cocreate/docs": "^1.4.24",
63+
"@cocreate/element-prototype": "^1.2.10",
64+
"@cocreate/hosting": "^1.6.25",
65+
"@cocreate/render": "^1.17.8",
66+
"@cocreate/socket-client": "^1.13.21"
7167
}
7268
}

0 commit comments

Comments
 (0)