Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 29, 2023
1 parent f13e8a2 commit 6d5cdff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"publishConfig": { "access": "public" },
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand Down Expand Up @@ -61,11 +59,11 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.18.2",
"@cocreate/docs": "^1.5.9",
"@cocreate/crud-client": "^1.18.3",
"@cocreate/docs": "^1.5.10",
"@cocreate/element-prototype": "^1.4.6",
"@cocreate/floating-label": "^1.4.66",
"@cocreate/hosting": "^1.7.9",
"@cocreate/hosting": "^1.7.10",
"@cocreate/observer": "^1.5.59"
}
}

0 comments on commit 6d5cdff

Please sign in to comment.