Skip to content

Commit

Permalink
fix(deps): update dependency re-reselect to v5 (#5333)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Peter Makowski <[email protected]>
  • Loading branch information
renovate[bot] and petermakowski authored Apr 16, 2024
1 parent 2847d29 commit 8415d58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"js-file-download": "0.4.12",
"path-parse": "1.0.7",
"pluralize": "8.0.0",
"re-reselect": "4.0.1",
"re-reselect": "5.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/app/store/general/selectors/osInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Selector for os info.
*/
import { createSelector } from "@reduxjs/toolkit";
import createCachedSelector from "re-reselect";
import { createCachedSelector } from "re-reselect";

import { generateGeneralSelector } from "./utils";

Expand Down
2 changes: 1 addition & 1 deletion src/app/store/user/selectors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createSelector } from "@reduxjs/toolkit";
import createCachedSelector from "re-reselect";
import { createCachedSelector } from "re-reselect";

import type { RootState } from "@/app/store/root/types";
import { UserMeta } from "@/app/store/user/types";
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11177,10 +11177,10 @@ [email protected]:
iconv-lite "0.4.24"
unpipe "1.0.0"

re-reselect@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/re-reselect/-/re-reselect-4.0.1.tgz#21a2306d11bbf377ac78687aa46e1a8848974194"
integrity sha512-xVTNGQy/dAxOolunBLmVMGZ49VUUR1s8jZUiJQb+g1sI63GAv9+a5Jas9yHvdxeUgiZkU9r3gDExDorxHzOgRA==
re-reselect@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/re-reselect/-/re-reselect-5.1.0.tgz#60d06beab016ccf9f710fce36a077b9017cefcf5"
integrity sha512-3ZHxFOvhIqBTrHzXKQEGxjUYzL78w6JhLJGvZas/Fmb7eju7pKDbRZFZgvTnJ1X9X6LWvYUOvLveAl0s/JAJvg==

react-colorful@^5.1.2:
version "5.6.1"
Expand Down

0 comments on commit 8415d58

Please sign in to comment.