Skip to content

Commit

Permalink
fix: bump @cocreate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 30, 2022
1 parent 6e5d74f commit 71916fb
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 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-elements/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-elements/issues" },
"homepage": "https://cocreate.app/docs/elements",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -61,10 +57,10 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "1.5.3",
"@cocreate/crud-client": "1.12.2",
"@cocreate/docs": "1.3.9",
"@cocreate/observer": "1.5.8",
"@cocreate/utils": "1.10.4"
"@cocreate/actions": "^1.5.4",
"@cocreate/crud-client": "^1.12.3",
"@cocreate/docs": "^1.3.10",
"@cocreate/observer": "^1.5.9",
"@cocreate/utils": "^1.10.5"
}
}

0 comments on commit 71916fb

Please sign in to comment.