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 31, 2022
1 parent 5f68415 commit 0787913
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.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"
"@cocreate/crud-client": "^1.17.8",
"@cocreate/docs": "^1.5.1",
"@cocreate/element-prototype": "^1.2.20",
"@cocreate/floating-label": "^1.4.58",
"@cocreate/hosting": "^1.7.1",
"@cocreate/observer": "^1.5.51"
}
}

0 comments on commit 0787913

Please sign in to comment.