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 4, 2022
1 parent d462728 commit 9c53845
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 @@ -61,8 +59,8 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.2.26",
"@cocreate/hosting": "^1.2.22",
"@cocreate/docs": "^1.4.13",
"@cocreate/hosting": "^1.6.11",
"@cocreate/server-side-render": "^1.1.20",
"express": "^4.18.2"
}
Expand Down

0 comments on commit 9c53845

Please sign in to comment.