Skip to content

Commit 56d0376

Browse files
committed
fix: bump dependencies
1 parent 6641feb commit 56d0376

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 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",
@@ -60,10 +58,10 @@
6058
"webpack-log": "^3.0.1"
6159
},
6260
"dependencies": {
63-
"@cocreate/crud-client": "^1.18.0",
61+
"@cocreate/crud-client": "^1.18.2",
6462
"@cocreate/docs": "^1.5.9",
6563
"@cocreate/hosting": "^1.7.9",
66-
"@cocreate/local-storage": "^1.3.49",
64+
"@cocreate/local-storage": "^1.4.0",
6765
"@cocreate/observer": "^1.5.59"
6866
}
6967
}

0 commit comments

Comments
 (0)