Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pin TSDoc related dependencies #6063

Merged
merged 1 commit into from Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions new-docs/puppeteer.browser.md
Expand Up @@ -9,6 +9,7 @@
```typescript
export declare class Browser extends EventEmitter
```
<b>Extends:</b> [EventEmitter](./puppeteer.eventemitter.md)

## Constructors

Expand Down
1 change: 1 addition & 0 deletions new-docs/puppeteer.browsercontext.md
Expand Up @@ -9,6 +9,7 @@
```typescript
export declare class BrowserContext extends EventEmitter
```
<b>Extends:</b> [EventEmitter](./puppeteer.eventemitter.md)

## Constructors

Expand Down
1 change: 1 addition & 0 deletions new-docs/puppeteer.cdpsession.md
Expand Up @@ -9,6 +9,7 @@
```typescript
export declare class CDPSession extends EventEmitter
```
<b>Extends:</b> [EventEmitter](./puppeteer.eventemitter.md)

## Constructors

Expand Down
1 change: 1 addition & 0 deletions new-docs/puppeteer.connection.md
Expand Up @@ -9,6 +9,7 @@
```typescript
export declare class Connection extends EventEmitter
```
<b>Extends:</b> [EventEmitter](./puppeteer.eventemitter.md)

## Constructors

Expand Down
1 change: 1 addition & 0 deletions new-docs/puppeteer.elementhandle.md
Expand Up @@ -9,6 +9,7 @@
```typescript
export declare class ElementHandle extends JSHandle
```
<b>Extends:</b> [JSHandle](./puppeteer.jshandle.md)

## Constructors

Expand Down
1 change: 1 addition & 0 deletions new-docs/puppeteer.eventemitter.md
Expand Up @@ -11,6 +11,7 @@ The EventEmitter class that many Puppeteer classes extend.
```typescript
export declare class EventEmitter implements CommonEventEmitter
```
<b>Implements:</b> CommonEventEmitter

## Remarks

Expand Down
1 change: 1 addition & 0 deletions new-docs/puppeteer.framemanager.md
Expand Up @@ -9,6 +9,7 @@
```typescript
export declare class FrameManager extends EventEmitter
```
<b>Extends:</b> [EventEmitter](./puppeteer.eventemitter.md)

## Constructors

Expand Down
1 change: 1 addition & 0 deletions new-docs/puppeteer.page.md
Expand Up @@ -11,6 +11,7 @@ Page provides methods to interact with a single tab or \[extension background pa
```typescript
export declare class Page extends EventEmitter
```
<b>Extends:</b> [EventEmitter](./puppeteer.eventemitter.md)

## Remarks

Expand Down
2 changes: 2 additions & 0 deletions new-docs/puppeteer.timeouterror.md
Expand Up @@ -9,3 +9,5 @@
```typescript
export declare class TimeoutError extends CustomError
```
<b>Extends:</b> CustomError

1 change: 1 addition & 0 deletions new-docs/puppeteer.webworker.md
Expand Up @@ -11,6 +11,7 @@ The WebWorker class represents a [WebWorker](https://developer.mozilla.org/en-US
```typescript
export declare class WebWorker extends EventEmitter
```
<b>Extends:</b> [EventEmitter](./puppeteer.eventemitter.md)

## Remarks

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -59,8 +59,8 @@
"ws": "^7.2.3"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.8.8",
"@microsoft/api-extractor": "^7.8.8",
"@microsoft/api-documenter": "7.8.14",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should package-lock.json get updated too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's gitignored so no. I'm not sure why it's gitignored but going to leave it be for now.

"@microsoft/api-extractor": "7.8.12",
"@types/debug": "0.0.31",
"@types/mime": "^2.0.0",
"@types/node": "^10.17.14",
Expand Down