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 c4c2071 commit 0ddddae
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 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,14 +56,14 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.5.57",
"@cocreate/crud-client": "^1.18.6",
"@cocreate/docs": "^1.5.12",
"@cocreate/element-prototype": "^1.4.8",
"@cocreate/local-storage": "^1.4.4",
"@cocreate/message-client": "^1.1.132",
"@cocreate/observer": "^1.5.61",
"@cocreate/position": "^1.1.43",
"@cocreate/uuid": "^1.2.60"
"@cocreate/actions": "^1.5.58",
"@cocreate/crud-client": "^1.18.8",
"@cocreate/docs": "^1.5.13",
"@cocreate/element-prototype": "^1.4.10",
"@cocreate/local-storage": "^1.4.5",
"@cocreate/message-client": "^1.1.133",
"@cocreate/observer": "^1.5.62",
"@cocreate/position": "^1.1.44",
"@cocreate/uuid": "^1.2.61"
}
}

0 comments on commit 0ddddae

Please sign in to comment.