Skip to content

Commit a422927

Browse files
Bump immer from 9.0.16 to 9.0.18 (#5063)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent faec8f6 commit a422927

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"htmlparser2": "^8.0.0",
7777
"http-status-codes": "^2.1.4",
7878
"idb": "^7.1.1",
79-
"immer": "^9.0.5",
79+
"immer": "^9.0.18",
8080
"intro.js": "^6.0.0",
8181
"is-promise": "^4.0.0",
8282
"jq-web": "^0.5.1",

src/pageEditor/slices/runtimeSlice.ts

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const runtimeSlice = createSlice({
3333
{ payload }: PayloadAction<{ extensionId: UUID; records: TraceRecord[] }>
3434
) {
3535
const { extensionId, records } = payload;
36-
// @ts-expect-error -- infinite type warning caused by Partial over Output and Error states in TraceRecord?
3736
state.extensionTraces[extensionId] = records;
3837
},
3938
},

0 commit comments

Comments
 (0)