From 3a82fd0abb63b8408435963369a72bb3c7d0815b Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:57:13 +0200 Subject: [PATCH] Remove unused dependency "react-lazyload" (#329) --- package.json | 2 -- yarn.lock | 12 ------------ 2 files changed, 14 deletions(-) diff --git a/package.json b/package.json index f79d2f7b..c11f7572 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "react-beautiful-dnd": "^13.0.0", "react-dom": "^17.0.2", "react-i18next": "^12.1.5", - "react-lazyload": "^3.2.0", "react-router-dom": "^5.2.0", "react-scripts": "^5.0.1", "react-virtuoso": "^1.8.6", @@ -53,7 +52,6 @@ "@types/react": "^17.0.2", "@types/react-beautiful-dnd": "^13.0.0", "@types/react-dom": "^17.0.2", - "@types/react-lazyload": "^3.1.0", "@types/react-router-dom": "^5.1.7", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", diff --git a/yarn.lock b/yarn.lock index 95f4b44e..0810a633 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3087,13 +3087,6 @@ dependencies: "@types/react" "*" -"@types/react-lazyload@^3.1.0": - version "3.1.1" - resolved "https://registry.yarnpkg.com/@types/react-lazyload/-/react-lazyload-3.1.1.tgz#98b0565031d058c84802e7c965f495c5fb89d864" - integrity sha512-e9jsondHYzeApb67In+SdvxskBPC6pfD70j0L7l4kqviqCkkJAxD8iyMZSu5dcuYZGLXLAkp1SqkDK+4iVjLSA== - dependencies: - "@types/react" "*" - "@types/react-redux@^7.1.16": version "7.1.18" resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.18.tgz#2bf8fd56ebaae679a90ebffe48ff73717c438e04" @@ -9147,11 +9140,6 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== -react-lazyload@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/react-lazyload/-/react-lazyload-3.2.0.tgz#497bd06a6dbd7015e3376e1137a67dc47d2dd021" - integrity sha512-zJlrG8QyVZz4+xkYZH5v1w3YaP5wEFaYSUWC4CT9UXfK75IfRAIEdnyIUF+dXr3kX2MOtL1lUaZmaQZqrETwgw== - react-redux@^7.2.0: version "7.2.5" resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.5.tgz#213c1b05aa1187d9c940ddfc0b29450957f6a3b8"