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 31, 2022
1 parent 77d6ec8 commit f3af377
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 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 All @@ -36,9 +34,7 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-codearea/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-codearea/issues" },
"homepage": "https://cocreate.app/docs/codearea",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -60,10 +56,10 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.4.27",
"@cocreate/hosting": "^1.6.28",
"@cocreate/observer": "^1.5.49",
"@cocreate/prism": "^1.2.7",
"@cocreate/utils": "^1.17.9"
"@cocreate/docs": "^1.5.1",
"@cocreate/hosting": "^1.7.1",
"@cocreate/observer": "^1.5.51",
"@cocreate/prism": "^1.2.9",
"@cocreate/utils": "^1.17.12"
}
}

0 comments on commit f3af377

Please sign in to comment.