Skip to content

Commit

Permalink
chore: update fast-blurhash patch version (#8)
Browse files Browse the repository at this point in the history
- update `fast-blurhash` `1.1.2` -> `1.1.4`
  • Loading branch information
tex-murphy authored Aug 6, 2024
1 parent 0ef475f commit 3ded05f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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,7 +1,7 @@
{
"name": "visionary-image",
"description": "React image component with built-in Blurhash placeholders for better UX and Core Web Vitals.",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"main": "./dist/visionary-image.umd.js",
"module": "./dist/visionary-image.es.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"classnames": "2.5.1",
"fast-blurhash": "1.1.2",
"fast-blurhash": "1.1.4",
"react-hook-inview": "4.5.1",
"visionary-url": "1.3.1"
},
Expand Down

0 comments on commit 3ded05f

Please sign in to comment.