Skip to content

Commit 706938b

Browse files
committed
build: update deps
1 parent 1bfe1a0 commit 706938b

File tree

5 files changed

+420
-108
lines changed

5 files changed

+420
-108
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@changesets/cli": "2.27.1",
5959
"@tsconfig/node20": "20.1.4",
6060
"@tsconfig/strictest": "2.0.5",
61-
"@types/node": "20.12.9",
61+
"@types/node": "20.12.10",
6262
"@typescript-eslint/eslint-plugin": "^7.8.0",
6363
"@typescript-eslint/parser": "^7.8.0",
6464
"@typescript-eslint/rule-tester": "^7.8.0",
@@ -70,7 +70,7 @@
7070
"dedent": "1.5.3",
7171
"dprint": "0.45.1",
7272
"effect": "3.1.2",
73-
"esbuild": "0.20.2",
73+
"esbuild": "0.21.0",
7474
"eslint": "9.2.0",
7575
"eslint-config-flat-gitignore": "0.1.5",
7676
"eslint-plugin-eslint-comments": "3.2.0",
@@ -95,7 +95,7 @@
9595
"turbo": "1.13.3",
9696
"type-fest": "4.18.2",
9797
"typedoc": "0.25.13",
98-
"typedoc-plugin-markdown": "4.0.0",
98+
"typedoc-plugin-markdown": "4.0.1",
9999
"typedoc-plugin-rename-defaults": "0.7.0",
100100
"typescript": "5.4.5",
101101
"vitest": "1.6.0"

packages/core/docs/functions/useComponentCollector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676

7777
`undefined` \| [`TSESTreeFunction`, `boolean`, `CallExpression`[]]
7878

79-
### listeners.ArrowFunctionExpression[body.type!='BlockStatement']()
79+
### listeners.ArrowFunctionExpression\[body.type!='BlockStatement'\]()
8080

8181
#### Returns
8282

8383
`void`
8484

85-
### listeners.AssignmentExpression[operator='='][left.type='MemberExpression'][left.property.name='displayName']()
85+
### listeners.AssignmentExpression\[operator='='\]\[left.type='MemberExpression'\]\[left.property.name='displayName'\]()
8686

8787
#### Parameters
8888

packages/tools/docs/functions/entries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Function: entries()
88

9-
> **entries**\<`T`\>(`value`): \{ [K in string \| number \| symbol]-?: [K, T[K]] \}\[keyof `T`\][]
9+
> **entries**\<`T`\>(`value`): \{ \[K in string \| number \| symbol\]-?: \[K, T\[K\]\] \}\[keyof `T`\][]
1010
1111
type-safe version of Object.entries
1212

@@ -22,7 +22,7 @@ The value to get the entries from.
2222

2323
## Returns
2424

25-
\{ [K in string \| number \| symbol]-?: [K, T[K]] \}\[keyof `T`\][]
25+
\{ \[K in string \| number \| symbol\]-?: \[K, T\[K\]\] \}\[keyof `T`\][]
2626

2727
The entries of the value.
2828

0 commit comments

Comments
 (0)