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 22, 2022
1 parent 2d24aba commit c0dc526
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 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-modal/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" },
"homepage": "https://cocreate.app/docs/modal",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -60,12 +56,12 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.5.40",
"@cocreate/crud-client": "^1.16.19",
"@cocreate/docs": "^1.4.22",
"@cocreate/message-client": "^1.1.113",
"@cocreate/observer": "^1.5.44",
"@cocreate/position": "^1.1.26",
"@cocreate/uuid": "^1.2.43"
"@cocreate/actions": "^1.5.41",
"@cocreate/crud-client": "^1.16.20",
"@cocreate/docs": "^1.4.23",
"@cocreate/message-client": "^1.1.114",
"@cocreate/observer": "^1.5.45",
"@cocreate/position": "^1.1.27",
"@cocreate/uuid": "^1.2.44"
}
}

0 comments on commit c0dc526

Please sign in to comment.