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 21, 2022
1 parent 8c4bb23 commit 3033449
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,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 @@ -60,8 +58,8 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.4.20",
"@cocreate/hosting": "^1.6.21",
"@cocreate/docs": "^1.4.21",
"@cocreate/hosting": "^1.6.22",
"express": "^4.18.2"
}
}

0 comments on commit 3033449

Please sign in to comment.