Skip to content

Commit

Permalink
Update deps in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Dec 31, 2022
1 parent 046aeaf commit 98668d9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 35 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v2.6.0
- Updated deps in package.json

# v2.5.0
- Updated deps in package.json

Expand Down
48 changes: 16 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-average-color-node",
"version": "2.5.0",
"version": "2.6.0",
"description": "A simple library that calculates the average color of images in Node.js.",
"main": "dist/index.js",
"keywords": [
Expand All @@ -10,12 +10,12 @@
"colour"
],
"dependencies": {
"fast-average-color": "^9.2.0",
"fast-average-color": "^9.3.0",
"node-fetch": "^2.6.7",
"sharp": "^0.31.3"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/jest": "^29.2.5",
"@types/node-fetch": "^2.6.2",
"@types/sharp": "^0.31.0",
"jest": "^29.3.1",
Expand Down

0 comments on commit 98668d9

Please sign in to comment.