Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 29, 2023
1 parent 7affeb9 commit 3229cc7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 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 @@ -61,11 +57,11 @@
},
"dependencies": {
"@cocreate/actions": "^1.5.55",
"@cocreate/crud-client": "^1.18.0",
"@cocreate/crud-client": "^1.18.2",
"@cocreate/docs": "^1.5.9",
"@cocreate/element-prototype": "^1.4.6",
"@cocreate/local-storage": "^1.3.49",
"@cocreate/message-client": "^1.1.128",
"@cocreate/local-storage": "^1.4.0",
"@cocreate/message-client": "^1.1.129",
"@cocreate/observer": "^1.5.59",
"@cocreate/position": "^1.1.41",
"@cocreate/uuid": "^1.2.58"
Expand Down

0 comments on commit 3229cc7

Please sign in to comment.