Skip to content

Commit

Permalink
chore(deps): update dependency react-lazy-load-image-component to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent 8e2ab0a commit 6463249
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "17.0.45",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-lazy-load-image-component": "1.6.3",
"@types/react-lazy-load-image-component": "1.6.4",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "2.2.0",
"autoprefixer": "10.4.19",
Expand All @@ -37,7 +37,7 @@
"jest-websocket-mock": "2.5.0",
"lodash": "4.17.21",
"postcss": "8.4.38",
"react-lazy-load-image-component": "1.6.0",
"react-lazy-load-image-component": "1.6.2",
"tailwindcss": "3.4.4",
"typescript": "4.9.5",
"vite": "3.2.10"
Expand Down
16 changes: 8 additions & 8 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1986,10 +1986,10 @@
dependencies:
"@types/react" "*"

"@types/[email protected].3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@types/react-lazy-load-image-component/-/react-lazy-load-image-component-1.6.3.tgz#f5382f7925d9b8421ded31ac9b2d76985b80edb8"
integrity sha512-HsIsYz7yWWTh/bftdzGnijKD26JyofLRqM/RM80sxs7Gk13G83ew8R/ra2XzXuiZfjNEjAq/Va+NBHFF9ciwxA==
"@types/[email protected].4":
version "1.6.4"
resolved "https://registry.yarnpkg.com/@types/react-lazy-load-image-component/-/react-lazy-load-image-component-1.6.4.tgz#b524656f3a468ca18740768075afbc51b4242412"
integrity sha512-8pFPeDPF4yVG4lU1/ixZidJEEDZmEOYOTYDvmIu2IAabyuv97Q7n/93nMCocHvQ7vD1czKGiW+op55D9m3MkdA==
dependencies:
"@types/react" "*"
csstype "^3.0.2"
Expand Down Expand Up @@ -4709,10 +4709,10 @@ react-is@^18.0.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==

[email protected].0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/react-lazy-load-image-component/-/react-lazy-load-image-component-1.6.0.tgz#f262c2f163052d71011e282031fd60aafa6494ac"
integrity sha512-8KFkDTgjh+0+PVbH+cx0AgxLGbdTsxWMnxXzU5HEUztqewk9ufQAu8cstjZhyvtMIPsdMcPZfA0WAa7HtjQbBQ==
[email protected].2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/react-lazy-load-image-component/-/react-lazy-load-image-component-1.6.2.tgz#af1773e4d66519ad6b3c2015290c23b5de97c81b"
integrity sha512-dAdH5PsRgvDMlHC7QpZRA9oRzEZl1kPFwowmR9Mt0IUUhxk2wwq43PB6Ffwv84HFYuPmsxDUCka0E9KVXi8roQ==
dependencies:
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
Expand Down

0 comments on commit 6463249

Please sign in to comment.