Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 29, 2022
1 parent c0dc4ce commit 3f74f9f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 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.17.3",
"@cocreate/docs": "^1.4.26",
"@cocreate/element-prototype": "^1.2.15",
"@cocreate/floating-label": "^1.4.55",
"@cocreate/hosting": "^1.6.27",
"@cocreate/observer": "^1.5.48"
"@cocreate/crud-client": "^1.17.5",
"@cocreate/docs": "^1.4.27",
"@cocreate/element-prototype": "^1.2.17",
"@cocreate/floating-label": "^1.4.56",
"@cocreate/hosting": "^1.6.28",
"@cocreate/observer": "^1.5.49"
}
}

0 comments on commit 3f74f9f

Please sign in to comment.