Skip to content

Commit e803c22

Browse files
committed
fix: bump dependencies
1 parent fd1d15a commit e803c22

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.44",
65-
"@cocreate/crud-client": "^1.17.3",
66-
"@cocreate/docs": "^1.4.26",
67-
"@cocreate/element-prototype": "^1.2.15",
68-
"@cocreate/hosting": "^1.6.27",
69-
"@cocreate/render": "^1.17.10",
70-
"@cocreate/socket-client": "^1.13.26"
60+
"@cocreate/actions": "^1.5.45",
61+
"@cocreate/crud-client": "^1.17.5",
62+
"@cocreate/docs": "^1.4.27",
63+
"@cocreate/element-prototype": "^1.2.17",
64+
"@cocreate/hosting": "^1.6.28",
65+
"@cocreate/render": "^1.17.11",
66+
"@cocreate/socket-client": "^1.13.28"
7167
}
7268
}

0 commit comments

Comments
 (0)