feat: bump more deps (#14079)

This commit is contained in:
DarkSky
2025-12-10 16:02:28 +08:00
committed by GitHub
parent 40f3337d45
commit cb0ff04efa
194 changed files with 2155 additions and 2297 deletions

View File

@@ -74,7 +74,7 @@ The bound of the element without considering the response extension.
#### Get Signature
> **get** **lockedBySelf**(): `undefined` \| `boolean`
> **get** **lockedBySelf**(): `boolean` \| `undefined`
Indicates whether the current block is explicitly locked by self.
For checking the lock status of the element, use `isLocked` instead.
@@ -82,7 +82,7 @@ For (un)locking the element, use `(un)lock` instead.
##### Returns
`undefined` \| `boolean`
`boolean` \| `undefined`
#### Set Signature
@@ -96,7 +96,7 @@ For (un)locking the element, use `(un)lock` instead.
###### lockedBySelf
`undefined` | `boolean`
`boolean` | `undefined`
##### Returns