Skip to content

Commit

Permalink
Bump typescript, reselect to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Mar 1, 2024
1 parent 10fb4c7 commit b03a450
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions fronts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typesafe-actions": "^2.0.4",
"typescript": "^5.0.4",
"typescript": "^5.3.3",
"utility-types": "^2.1.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1",
Expand Down Expand Up @@ -134,7 +134,7 @@
"redux-batched-actions": "^0.4.1",
"redux-form": "^8.2.4",
"redux-thunk": "^2.2.0",
"reselect": "^4.1.8",
"reselect": "^5.1.0",
"resize-observer-polyfill": "^1.5.1",
"sanitize-html": "^2.10.0",
"shallowequal": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions fronts-client/src/util/selectorUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const createShallowEqualResultSelector = createSelectorCreator(
// as any and never, the selectors that result are still strongly typed i.e. the issues are local only
// to here
resultCheckMemoize as any,
defaultEqualityCheck as never,
shallowequal as never
defaultEqualityCheck,
shallowequal
);

export { createShallowEqualResultSelector };
15 changes: 10 additions & 5 deletions fronts-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9468,11 +9468,16 @@ requires-port@^1.0.0:
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==

reselect@^4.0.0, reselect@^4.1.8:
reselect@^4.0.0:
version "4.1.8"
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524"
integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==

reselect@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/reselect/-/reselect-5.1.0.tgz#c479139ab9dd91be4d9c764a7f3868210ef8cd21"
integrity sha512-aw7jcGLDpSgNDyWBQLv2cedml85qd95/iszJjN988zX1t7AVRJi19d9kto5+W7oCfQ94gyo40dVbT6g2k4/kXg==

resize-observer-polyfill@^1.5.0, resize-observer-polyfill@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
Expand Down Expand Up @@ -11129,10 +11134,10 @@ typescript@^3.3.3:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==

typescript@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit b03a450

Please sign in to comment.