Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Feb 1, 2023
1 parent 90b175e commit 8ba9b73
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
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-position/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-position/issues" },
"homepage": "https://cocreate.app/docs/position",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -60,7 +56,7 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.5.12",
"@cocreate/observer": "^1.5.61"
"@cocreate/docs": "^1.5.13",
"@cocreate/observer": "^1.5.62"
}
}

0 comments on commit 8ba9b73

Please sign in to comment.