Skip to content

Commit 77f4f95

Browse files
committed
Use different build of RTK
1 parent cd18280 commit 77f4f95

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/lazy-injection/kitchen-sink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type-check": "tsc"
1616
},
1717
"dependencies": {
18-
"@reduxjs/toolkit": "https://pkg.csb.dev/reduxjs/redux-toolkit/commit/4fe0b237/@reduxjs/toolkit/_pkg.tgz",
18+
"@reduxjs/toolkit": "https://pkg.csb.dev/reduxjs/redux-toolkit/commit/f5c46a2a/@reduxjs/toolkit/_pkg.tgz",
1919
"clsx": "^2.1.0",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",

examples/lazy-injection/kitchen-sink/src/features/todos/todoSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createEntityAdapter, createSelector, nanoid } from "@reduxjs/toolkit"
1+
import { createEntityAdapter, nanoid } from "@reduxjs/toolkit"
22
import { createAppSlice } from "../../app/createAppSlice"
33
import type { RootState } from "../../app/store"
44

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4891,7 +4891,7 @@ __metadata:
48914891
version: 0.0.0-use.local
48924892
resolution: "@examples-lazy-injection/kitchen-sink@workspace:examples/lazy-injection/kitchen-sink"
48934893
dependencies:
4894-
"@reduxjs/toolkit": "https://pkg.csb.dev/reduxjs/redux-toolkit/commit/4fe0b237/@reduxjs/toolkit/_pkg.tgz"
4894+
"@reduxjs/toolkit": "https://pkg.csb.dev/reduxjs/redux-toolkit/commit/f5c46a2a/@reduxjs/toolkit/_pkg.tgz"
48954895
"@testing-library/dom": ^9.3.3
48964896
"@testing-library/jest-dom": ^6.1.6
48974897
"@testing-library/react": ^14.1.2
@@ -7232,9 +7232,9 @@ __metadata:
72327232
languageName: unknown
72337233
linkType: soft
72347234

7235-
"@reduxjs/toolkit@https://pkg.csb.dev/reduxjs/redux-toolkit/commit/4fe0b237/@reduxjs/toolkit/_pkg.tgz":
7235+
"@reduxjs/toolkit@https://pkg.csb.dev/reduxjs/redux-toolkit/commit/f5c46a2a/@reduxjs/toolkit/_pkg.tgz":
72367236
version: 2.0.2
7237-
resolution: "@reduxjs/toolkit@https://pkg.csb.dev/reduxjs/redux-toolkit/commit/4fe0b237/@reduxjs/toolkit/_pkg.tgz"
7237+
resolution: "@reduxjs/toolkit@https://pkg.csb.dev/reduxjs/redux-toolkit/commit/f5c46a2a/@reduxjs/toolkit/_pkg.tgz"
72387238
dependencies:
72397239
immer: ^10.0.3
72407240
redux: ^5.0.1
@@ -7248,7 +7248,7 @@ __metadata:
72487248
optional: true
72497249
react-redux:
72507250
optional: true
7251-
checksum: 63ee7c57c445943f212e1ec9afd86c7691b36940b295fe7556e0cb74ef936f80bf525add8f3a403e21eb65e52d6e4b857ec6c34c3ede9bab0fb6d8a82d0ba870
7251+
checksum: 5f82363686d326bfd12e23eaffa9344f630411720af791eb3f73842f23e8130cb0f4ce77fd370d06d51d57baf5b1436951218f9753146a23e45b6e10427a9de5
72527252
languageName: node
72537253
linkType: hard
72547254

0 commit comments

Comments
 (0)