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 30, 2023
1 parent 1724551 commit b92d30b
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 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-users/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-users/issues" },
"homepage": "https://cocreate.app/docs/users",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -60,11 +56,11 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.5.55",
"@cocreate/crud-client": "^1.18.3",
"@cocreate/docs": "^1.5.10",
"@cocreate/element-prototype": "^1.4.6",
"@cocreate/local-storage": "^1.4.2",
"@cocreate/render": "^1.21.3"
"@cocreate/actions": "^1.5.56",
"@cocreate/crud-client": "^1.18.4",
"@cocreate/docs": "^1.5.11",
"@cocreate/element-prototype": "^1.4.7",
"@cocreate/local-storage": "^1.4.3",
"@cocreate/render": "^1.21.4"
}
}

0 comments on commit b92d30b

Please sign in to comment.