Skip to content

Commit 39fbbf5

Browse files
committed
fix: bumped @cocreate dependencies
1 parent 5e5bc9a commit 39fbbf5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 4 additions & 6 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",
@@ -61,8 +59,8 @@
6159
"webpack-log": "^3.0.1"
6260
},
6361
"dependencies": {
64-
"@cocreate/crud-client": "^1.13.6",
65-
"@cocreate/docs": "^1.4.1",
66-
"@cocreate/hosting": "^1.6.0"
62+
"@cocreate/crud-client": "^1.14.0",
63+
"@cocreate/docs": "^1.4.2",
64+
"@cocreate/hosting": "^1.6.1"
6765
}
6866
}

src/setValue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import CRUD from '@cocreate/crud-client';
22

33
let crud
4-
if(CRUD && CRUD.default)
4+
if (CRUD && CRUD.default)
55
crud = CRUD.default
66
else
77
crud = CRUD

0 commit comments

Comments
 (0)