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 27, 2023
1 parent 75665b8 commit 00c0b14
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.53",
"@cocreate/crud-client": "^1.17.17",
"@cocreate/docs": "^1.5.7",
"@cocreate/element-prototype": "^1.4.3",
"@cocreate/message-client": "^1.1.126",
"@cocreate/observer": "^1.5.57",
"@cocreate/position": "^1.1.39",
"@cocreate/uuid": "^1.2.56"
"@cocreate/actions": "^1.5.54",
"@cocreate/crud-client": "^1.17.19",
"@cocreate/docs": "^1.5.8",
"@cocreate/element-prototype": "^1.4.5",
"@cocreate/message-client": "^1.1.127",
"@cocreate/observer": "^1.5.58",
"@cocreate/position": "^1.1.40",
"@cocreate/uuid": "^1.2.57"
}
}

0 comments on commit 00c0b14

Please sign in to comment.