Skip to content

Commit

Permalink
fix: bump @cocreate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 30, 2022
1 parent 4fd5d3c commit e11a1b0
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.12.3",
"@cocreate/docs": "^1.3.10",
"@cocreate/elements": "^1.12.4",
"@cocreate/floating-label": "^1.4.15",
"@cocreate/hosting": "^1.3.10",
"@cocreate/observer": "^1.5.9"
"@cocreate/crud-client": "^1.12.4",
"@cocreate/docs": "^1.3.11",
"@cocreate/elements": "^1.12.5",
"@cocreate/floating-label": "^1.4.16",
"@cocreate/hosting": "^1.3.11",
"@cocreate/observer": "^1.5.10"
}
}

0 comments on commit e11a1b0

Please sign in to comment.