Skip to content

Commit

Permalink
fix(deps): update dependency react-instantsearch-hooks-web to v6.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2022
1 parent 6571177 commit 5538811
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"next-seo": "5.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-hooks-web": "6.33.0",
"react-instantsearch-hooks-web": "6.34.0",
"react-query": "3.39.2",
"sharp": "0.31.0",
"typescript": "4.7.4",
Expand Down
31 changes: 9 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2039,14 +2039,6 @@
"@mantine/styles" "5.4.1"
html-react-parser "1.4.12"

"@mantine/styles@5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@mantine/styles/-/styles-5.4.0.tgz#ba7fd2fd4db15906775a1c2eb4175cb98d6fa3c8"
integrity sha512-WnCRaqX8D1l4Y7QQD4e/tBKkLgTHbl0BeAOe/U4UDBM916mEboOmR8sa81zCUj4eJQoMlloe0WR1+erYX4JHLQ==
dependencies:
clsx "1.1.1"
csstype "3.0.9"

"@mantine/styles@5.4.1":
version "5.4.1"
resolved "https://registry.yarnpkg.com/@mantine/styles/-/styles-5.4.1.tgz#dd0b91e249b37150a24786a4adbf2eb6aa2ba147"
Expand All @@ -2055,11 +2047,6 @@
clsx "1.1.1"
csstype "3.0.9"

"@mantine/utils@5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.4.0.tgz#af60d6034833c26ac3c1e92e57c844bd468a8760"
integrity sha512-XZE168OhQxrNz9wrFYFOdGDVxDH3wP0uZ5apBezHvf0D74qyUZjGzndkfXbvAq+/mVnMZA/fKju9ydo/IXMftg==

"@mantine/utils@5.4.1":
version "5.4.1"
resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.4.1.tgz#06242925933faeca619b28e74d58a63ce94567c8"
Expand Down Expand Up @@ -9968,19 +9955,19 @@ react-dom@18.2.0:
loose-envify "^1.1.0"
scheduler "^0.23.0"

react-instantsearch-hooks-web@6.33.0:
version "6.33.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-hooks-web/-/react-instantsearch-hooks-web-6.33.0.tgz#2873f1f580207a6f80377f53a38b65b07baa1fb1"
integrity sha512-sks8kkRlkC1xEXh6rmoDEZ2lD0BJFrrpmsfd6UIFfukZ5+4d1tcOOoVEMPzSpmukucRzhowjkVOfWcNuw549Dw==
react-instantsearch-hooks-web@6.34.0:
version "6.34.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-hooks-web/-/react-instantsearch-hooks-web-6.34.0.tgz#f299f642b09ea3ace54e9dd6b9a98f3758aa59cc"
integrity sha512-Of2c6imZROIcoZ0MTLxO0Jd3/KLLB34ItsngUOwFnBoc3og6mMFvfPkJtJ6vcKuV6UFwtjoPBU211D2K4BFjLA==
dependencies:
"@babel/runtime" "^7.1.2"
instantsearch.js "^4.46.1"
react-instantsearch-hooks "6.33.0"
react-instantsearch-hooks "6.34.0"

react-instantsearch-hooks@6.33.0:
version "6.33.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-hooks/-/react-instantsearch-hooks-6.33.0.tgz#7fb73eb321b73d231092d8604e36a9d44669bd36"
integrity sha512-JHc603E31T2Ct3xUKiKnuwQIuf5Z/9b/Iv++cm9X5QahnX1+w/WzCUyUgFuAA2geB4odvF667BlFfxKWExn0hg==
react-instantsearch-hooks@6.34.0:
version "6.34.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-hooks/-/react-instantsearch-hooks-6.34.0.tgz#bb40eceb40695eea0456f075bfe1ccd7578cc8c1"
integrity sha512-Byuj695E321lMndaLvT4wP7jlbsx/bnh1UT8MKKUqpuRmTCJfD3C1AvMKmG8fnZLDUOqmq07Dr8DGU41GG/h2Q==
dependencies:
"@babel/runtime" "^7.1.2"
algoliasearch-helper "^3.11.1"
Expand Down

0 comments on commit 5538811

Please sign in to comment.