Skip to content

Commit

Permalink
chore: Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Mar 16, 2024
1 parent 4998c49 commit 5d5fb8a
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 83 deletions.
138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -19,9 +19,9 @@
"@changesets/cli": "^2.27.1",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"consola": "^3.2.3",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
Expand All @@ -38,11 +38,11 @@
"remark-toc": "^9.0.0",
"to-vfile": "^8.0.0",
"ts-jest": "^29.1.2",
"ts-morph": "^21.0.1",
"ts-morph": "^22.0.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typedoc": "0.25.9",
"typescript": "^5.3.3",
"typedoc": "0.25.12",
"typescript": "^5.4.2",
"unified-prettier": "^2.0.1"
}
}
Expand Up @@ -185,7 +185,7 @@ Comments for BasicInterface
| Property | Type | Description |
| :------ | :------ | :------ |
| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated**<br />This prop is deprecte<br /><br />**Some Tag**<br />Comments for some tag |
| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper<br /><br />**Param**<br />Comment for param s |
| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper |
| \`optionalProp?\` | \`string\` | Comments for optional prop |
| \`prop\` | \`string\` | Comments for prop |
| \`propReturningObjectDeclaration\` | \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; } | Comments for propReturningObjectDeclaration |
Expand Down
Expand Up @@ -221,7 +221,7 @@ Comments for BasicInterface
| Property | Type | Description |
| :------ | :------ | :------ |
| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated**<br />This prop is deprecte<br /><br />**Some Tag**<br />Comments for some tag |
| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper<br /><br />**Param**<br />Comment for param s |
| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper |
| \`optionalProp?\` | \`string\` | Comments for optional prop |
| \`prop\` | \`string\` | Comments for prop |
| \`propReturningObjectDeclaration\` | \`Object\` | Comments for propReturningObjectDeclaration |
Expand Down Expand Up @@ -508,7 +508,7 @@ Comments for ExtendedInterface
| :------ | :------ | :------ | :------ |
| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated**<br />This prop is deprecte<br /><br />**Some Tag**<br />Comments for some tag | [\`BasicInterface\`](BasicInterface.md).\`deprecatedProp\` |
| \`extendedProp\` | \`string\` | - | - |
| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper<br /><br />**Param**<br />Comment for param s | [\`BasicInterface\`](BasicInterface.md).\`functionProp\` |
| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper | [\`BasicInterface\`](BasicInterface.md).\`functionProp\` |
| \`optionalProp?\` | \`string\` | Comments for optional prop | [\`BasicInterface\`](BasicInterface.md).\`optionalProp\` |
| \`prop\` | \`string\` | Comments for prop | [\`BasicInterface\`](BasicInterface.md).\`prop\` |
| \`propReturningObjectDeclaration\` | \`Object\` | Comments for propReturningObjectDeclaration | [\`BasicInterface\`](BasicInterface.md).\`propReturningObjectDeclaration\` |
Expand Down Expand Up @@ -598,6 +598,10 @@ Description for prop someProp
Description for event someEvent
#### Deprecated
Deprectaed comments
#### Parameters
• **eventParam**: [\`CustomEventInterface\`](CustomEventInterface.md)\\<\`MouseEvent\`\\>
Expand All @@ -608,10 +612,6 @@ Comments for param eventParam
\`void\`
#### Deprecated
Deprectaed comments
#### Source
[interfaces.ts:136](http://source-url)
Expand All @@ -632,7 +632,7 @@ exports[`Interface Reflection should compile interface with event properties: (O
| Event | Type | Description |
| :------ | :------ | :------ |
| \`anotherEvent\` | \`MouseEvent\` | - |
| ~~\`someEvent?\`~~ | (\`eventParam\`: [\`CustomEventInterface\`](CustomEventInterface.md)\\<\`MouseEvent\`\\>) => \`void\` | Description for event someEvent<br /><br />**Param**<br />Comments for param eventParam<br /><br />**Deprecated**<br />Deprectaed comments |
| ~~\`someEvent?\`~~ | (\`eventParam\`: [\`CustomEventInterface\`](CustomEventInterface.md)\\<\`MouseEvent\`\\>) => \`void\` | Description for event someEvent<br /><br />**Deprecated**<br />Deprectaed comments |
"
`;

Expand Down

0 comments on commit 5d5fb8a

Please sign in to comment.