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 29, 2022
1 parent 14d76e0 commit 634a75e
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 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,13 +56,13 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.5.44",
"@cocreate/crud-client": "^1.17.3",
"@cocreate/docs": "^1.4.26",
"@cocreate/element-prototype": "^1.2.15",
"@cocreate/message-client": "^1.1.117",
"@cocreate/observer": "^1.5.48",
"@cocreate/position": "^1.1.30",
"@cocreate/uuid": "^1.2.47"
"@cocreate/actions": "^1.5.45",
"@cocreate/crud-client": "^1.17.5",
"@cocreate/docs": "^1.4.27",
"@cocreate/element-prototype": "^1.2.17",
"@cocreate/message-client": "^1.1.118",
"@cocreate/observer": "^1.5.49",
"@cocreate/position": "^1.1.31",
"@cocreate/uuid": "^1.2.48"
}
}

0 comments on commit 634a75e

Please sign in to comment.