Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Dec 7, 2023
1 parent aacb490 commit f99f20a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-average-color-node",
"version": "2.6.0",
"version": "2.7.0",
"description": "A simple library that calculates the average color of images in Node.js.",
"main": "dist/index.js",
"keywords": [
Expand All @@ -10,17 +10,16 @@
"colour"
],
"dependencies": {
"fast-average-color": "^9.3.0",
"fast-average-color": "^9.4.0",
"node-fetch": "^2.6.7",
"sharp": "^0.31.3"
"sharp": "^0.33.0"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/jest": "^29.5.11",
"@types/node-fetch": "^2.6.2",
"@types/sharp": "^0.31.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"files": [
"src",
Expand Down

0 comments on commit f99f20a

Please sign in to comment.