Skip to content

Commit

Permalink
fix(deps): update dependency sharp to v0.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent 0cc6918 commit 405a153
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 206 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"mozjpeg": "8.0.0",
"pretty-bytes": "6.1.1",
"probe-image-size": "7.2.3",
"sharp": "0.32.6",
"sharp": "0.33.2",
"sqip": "^1.0.0-alpha.42",
"sqip-legacy": "npm:sqip@legacy",
"sqip-plugin-blur": "^1.0.0-alpha.43",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip-plugin-blurhash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"blurhash": "^2.0.5",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"sqip": "^1.0.0-alpha.42"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip-plugin-pixels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"sqip": "^1.0.0-alpha.42",
"svgdom": "^0.1.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip-plugin-primitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"debug": "^4.3.4",
"execa": "5.1.1",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"sqip": "^1.0.0-alpha.42"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip-plugin-triangle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"debug": "^4.3.4",
"execa": "5.1.1",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"sqip": "^1.0.0-alpha.42"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mime": "3",
"node-vibrant": "^3.2.1-alpha.1",
"probe-image-size": "^7.1.0",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"term-img": "^5.0.0"
},
"peerDependencies": {
Expand Down
354 changes: 154 additions & 200 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 405a153

Please sign in to comment.