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 26, 2022
1 parent 42ebac4 commit f7b68d2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 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 @@ -63,10 +61,10 @@
},
"dependencies": {
"@cocreate/crud-client": "^1.15.1",
"@cocreate/docs": "^1.4.4",
"@cocreate/element-prototype": "^1.1.7",
"@cocreate/floating-label": "^1.4.29",
"@cocreate/hosting": "^1.6.3",
"@cocreate/observer": "^1.5.27"
"@cocreate/docs": "^1.4.5",
"@cocreate/element-prototype": "^1.1.8",
"@cocreate/floating-label": "^1.4.30",
"@cocreate/hosting": "^1.6.4",
"@cocreate/observer": "^1.5.28"
}
}

0 comments on commit f7b68d2

Please sign in to comment.