Skip to content

Commit

Permalink
chore(deps): update (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
enisdenjo and github-actions[bot] authored May 31, 2023
1 parent ecf5edb commit 224a872
Show file tree
Hide file tree
Showing 13 changed files with 2,451 additions and 2,727 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
2 changes: 2 additions & 0 deletions docs/interfaces/audits_server.ServerAuditOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ For NodeJS environments consider using [`@whatwg-node/fetch`](https://github.com

**`Default`**

```ts
global.fetch
```

___

Expand Down
12 changes: 12 additions & 0 deletions docs/interfaces/client.ClientOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ For NodeJS environments before v15 consider using [`node-abort-controller`](http

**`Default`**

```ts
global.AbortController
```

___

Expand All @@ -47,7 +49,9 @@ Possible options are:

**`Default`**

```ts
same-origin
```

___

Expand All @@ -61,7 +65,9 @@ For NodeJS environments consider using [`node-fetch`](https://github.com/node-fe

**`Default`**

```ts
global.fetch
```

___

Expand All @@ -88,7 +94,9 @@ A string specifying the referrer of the request. This can be a same-origin URL,

**`Default`**

```ts
undefined
```

___

Expand All @@ -110,7 +118,9 @@ Possible options are:

**`Default`**

```ts
undefined
```

___

Expand Down Expand Up @@ -139,7 +149,9 @@ the `err` argument, will report it instead.

**`Default`**

```ts
'() => false'
```

##### Parameters

Expand Down
2 changes: 1 addition & 1 deletion implementations/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node ."
},
"dependencies": {
"@apollo/server": "^4.6.0",
"@apollo/server": "^4.7.1",
"graphql": "^16.6.0"
}
}
Loading

0 comments on commit 224a872

Please sign in to comment.