Skip to content

Commit 94f377d

Browse files
committed
fix: bump dependencies
1 parent 1f5a5d5 commit 94f377d

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

package.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -36,9 +34,7 @@
3634
},
3735
"author": "CoCreate LLC",
3836
"license": "MIT",
39-
"bugs": {
40-
"url": "https://github.com/CoCreate-app/CoCreateCSS/issues"
41-
},
37+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreateCSS/issues" },
4238
"homepage": "https://cocreate.app/css/",
4339
"funding": {
4440
"type": "GitHub Sponsors ❤",
@@ -64,10 +60,10 @@
6460
"webpack-log": "^3.0.1"
6561
},
6662
"dependencies": {
67-
"@cocreate/crud-client": "^1.12.4",
68-
"@cocreate/docs": "^1.3.11",
69-
"@cocreate/hosting": "^1.3.11",
70-
"@cocreate/observer": "^1.5.10",
71-
"@cocreate/utils": "^1.10.6"
63+
"@cocreate/crud-client": "^1.12.6",
64+
"@cocreate/docs": "^1.3.13",
65+
"@cocreate/hosting": "^1.3.13",
66+
"@cocreate/observer": "^1.5.12",
67+
"@cocreate/utils": "^1.10.7"
7268
}
7369
}

0 commit comments

Comments
 (0)