Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGeorg committed Jan 23, 2023
1 parent f02f5e4 commit 89f74dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Image manipulation is based on **[Sharp](https://sharp.pixelplumbing.com/)**. Pr

Version | sharp | libvips | Node.js (pre-compiled)
----------------- | ---------------- | ------- | -------------
1.10.0+ | 0.30.7 | 8.12.2 | 12.13.0+
1.11.0+ | 0.31.3 | 8.13.3 | 14.15.0+
1.10.0 | 0.30.7 | 8.12.2 | 12.13.0+
1.9.1 | 0.30.1 | 8.12.2 | 12.13.0+
1.8.0 | 0.30.0 | 8.12.2 | 12.13.0+
1.7.1 | 0.29.3 | 8.11.3 | 12.13.0+
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "staticmaps",
"version": "1.10.0",
"version": "1.11.0",
"description": "A Node.js library for creating map images with markers, polylines, polygons and text.",
"author": "Stephan Georg <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"lodash.last": "^3.0.0",
"lodash.uniqby": "^4.7.0",
"modern-async": "^1.1.2",
"sharp": "0.30.7"
"sharp": "0.31.3"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
Expand Down

0 comments on commit 89f74dc

Please sign in to comment.