chore: bump up all non-major dependencies (#11351)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
renovate[bot]
2025-04-04 18:37:22 +08:00
committed by GitHub
parent a76414066a
commit 0f7a739b3b
18 changed files with 811 additions and 802 deletions
@@ -610,10 +610,10 @@ const extension = store.get(SomeExtension);
##### Returns
`Function`
The extension instance
> \<`T`\>(`identifier`, `options`?): `T`
###### Type Parameters
###### T
@@ -653,10 +653,10 @@ const extension = store.getOptional(SomeExtension);
##### Returns
`Function`
The extension instance
> \<`T`\>(`identifier`, `options`?): `null` \| `T`
###### Type Parameters
###### T
@@ -743,7 +743,7 @@ store.undo(); // undo op1, op2
##### Returns
`Function`
> (): `void`
###### Returns
@@ -775,7 +775,7 @@ Redo the last undone transaction.
##### Returns
`Function`
> (): `void`
###### Returns
@@ -793,7 +793,7 @@ Reset the history of the store.
##### Returns
`Function`
> (): `void`
###### Returns
@@ -820,7 +820,7 @@ store.transact(() => {
##### Returns
`Function`
> (`fn`, `shouldTransact`?): `void`
###### Parameters
@@ -848,7 +848,7 @@ Undo the last transaction.
##### Returns
`Function`
> (): `void`
###### Returns
@@ -875,7 +875,7 @@ store.withoutTransact(() => {
##### Returns
`Function`
> (`fn`): `void`
###### Parameters