Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 11, 2022
1 parent 037560d commit c93568a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 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-select/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-select/issues" },
"homepage": "https://cocreate.app/docs/select",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -61,9 +57,9 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.16.5",
"@cocreate/docs": "^1.4.16",
"@cocreate/message-client": "^1.1.105",
"@cocreate/observer": "^1.5.36"
"@cocreate/crud-client": "^1.16.7",
"@cocreate/docs": "^1.4.17",
"@cocreate/message-client": "^1.1.106",
"@cocreate/observer": "^1.5.37"
}
}

0 comments on commit c93568a

Please sign in to comment.