Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 28, 2022
1 parent 2ca65b0 commit bd5d3f8
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 @@ -62,11 +60,11 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.15.6",
"@cocreate/docs": "^1.4.7",
"@cocreate/element-prototype": "^1.1.12",
"@cocreate/floating-label": "^1.4.32",
"@cocreate/hosting": "^1.6.6",
"@cocreate/observer": "^1.5.30"
"@cocreate/crud-client": "^1.15.8",
"@cocreate/docs": "^1.4.8",
"@cocreate/element-prototype": "^1.1.13",
"@cocreate/floating-label": "^1.4.33",
"@cocreate/hosting": "^1.6.7",
"@cocreate/observer": "^1.5.31"
}
}

0 comments on commit bd5d3f8

Please sign in to comment.