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 30, 2023
1 parent 03c68f6 commit ab6216d
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.18.3",
"@cocreate/docs": "^1.5.10",
"@cocreate/element-prototype": "^1.4.6",
"@cocreate/floating-label": "^1.4.66",
"@cocreate/hosting": "^1.7.10",
"@cocreate/observer": "^1.5.59"
"@cocreate/crud-client": "^1.18.4",
"@cocreate/docs": "^1.5.11",
"@cocreate/element-prototype": "^1.4.7",
"@cocreate/floating-label": "^1.4.67",
"@cocreate/hosting": "^1.7.11",
"@cocreate/observer": "^1.5.60"
}
}

0 comments on commit ab6216d

Please sign in to comment.