Skip to content

Commit

Permalink
Merge pull request #17 from Jadhielv/depfu/update/yarn/react-range-1.…
Browse files Browse the repository at this point in the history
…8.12

Update react-range: 1.8.11 → 1.8.12 (patch)
  • Loading branch information
Jadhielv authored Apr 19, 2022
2 parents 6a07725 + 81ff160 commit be47381
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-icons": "^4.3.1",
"react-lazyload": "^3.2.0",
"react-player": "^2.9.0",
"react-range": "^1.8.11",
"react-range": "^1.8.12",
"react-scroll": "^1.8.4",
"react-select": "^5.2.1",
"react-share": "^4.4.0",
Expand Down
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3775,6 +3775,11 @@ img-loader@^3.0.1:
dependencies:
loader-utils "^1.1.0"

immutable@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==

import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1:
version "3.2.1"
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz"
Expand Down Expand Up @@ -5402,10 +5407,10 @@ react-player@^2.9.0:
prop-types "^15.7.2"
react-fast-compare "^3.0.1"

react-range@^1.8.11:
version "1.8.11"
resolved "https://registry.npmjs.org/react-range/-/react-range-1.8.11.tgz"
integrity sha512-LaF5xwYy6u0Rnp0hRBBLKqJx0DmNpW2GqMSoj8OJ0IYiCM7GmSNf0UKxmN4cN0BCb2EwzD3zA9nw6Fkug2c3mg==
react-range@^1.8.12:
version "1.8.12"
resolved "https://registry.yarnpkg.com/react-range/-/react-range-1.8.12.tgz#61fe79421a519a4d77c76838012d895b75ead42f"
integrity sha512-vY2eCNDvKlXtEpl8xx5AQVIBeE4ZZ46dLVL+82f4FcS9XrPqz4+XagPHmq3IPqYuVQ2H4b8UArXzvVAsd/B03Q==

react-remove-scroll-bar@^2.1.0:
version "2.2.0"
Expand Down Expand Up @@ -5701,12 +5706,14 @@ safe-regex@^1.1.0:
dependencies:
ret "~0.1.10"

sass@^1.32.13:
version "1.32.13"
resolved "https://registry.npmjs.org/sass/-/sass-1.32.13.tgz"
integrity sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==
sass@^1.49.9:
version "1.50.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.50.1.tgz#e9b078a1748863013c4712d2466ce8ca4e4ed292"
integrity sha512-noTnY41KnlW2A9P8sdwESpDmo+KBNkukI1i8+hOK3footBUcohNHtdOJbckp46XO95nuvcHDDZ+4tmOnpK3hjw==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
source-map-js ">=0.6.2 <2.0.0"

scheduler@^0.20.2:
version "0.20.2"
Expand Down Expand Up @@ -5919,7 +5926,7 @@ sort-keys@^2.0.0:
dependencies:
is-plain-obj "^1.0.0"

source-map-js@^1.0.1:
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
Expand Down

0 comments on commit be47381

Please sign in to comment.