Skip to content

Commit f25241d

Browse files
committed
chore: update deps
1 parent 5b97012 commit f25241d

File tree

3 files changed

+364
-276
lines changed

3 files changed

+364
-276
lines changed

docs/interfaces/HandlerOptions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ will be created from the provided schema.
183183

184184
##### Parameters
185185

186-
| Name | Type |
187-
| :------ | :------ |
188-
| `schema` | `GraphQLSchema` |
189-
| `documentAST` | `DocumentNode` |
190-
| `rules?` | readonly `ValidationRule`[] |
191-
| `options?` | `Object` |
192-
| `typeInfo?` | `TypeInfo` |
186+
| Name | Type | Description |
187+
| :------ | :------ | :------ |
188+
| `schema` | `GraphQLSchema` | - |
189+
| `documentAST` | `DocumentNode` | - |
190+
| `rules?` | readonly `ValidationRule`[] | - |
191+
| `options?` | `Object` | - |
192+
| `typeInfo?` | `TypeInfo` | **`Deprecated`** will be removed in 17.0.0 |
193193

194194
##### Returns
195195

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,34 +66,34 @@
6666
"graphql": ">=0.11 <=16"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "^7.18.9",
69+
"@babel/core": "^7.18.10",
7070
"@babel/plugin-proposal-class-properties": "^7.18.6",
7171
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
7272
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
7373
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
74-
"@babel/preset-env": "^7.18.9",
74+
"@babel/preset-env": "^7.18.10",
7575
"@babel/preset-typescript": "^7.18.6",
76-
"@rollup/plugin-typescript": "^8.3.3",
76+
"@rollup/plugin-typescript": "^8.3.4",
7777
"@semantic-release/changelog": "^6.0.1",
7878
"@semantic-release/git": "^10.0.1",
7979
"@types/jest": "^28.1.6",
80-
"@typescript-eslint/eslint-plugin": "^5.30.7",
81-
"@typescript-eslint/parser": "^5.30.7",
80+
"@typescript-eslint/eslint-plugin": "^5.32.0",
81+
"@typescript-eslint/parser": "^5.32.0",
8282
"babel-jest": "^28.1.3",
83-
"eslint": "^8.20.0",
83+
"eslint": "^8.21.0",
8484
"eslint-config-prettier": "^8.5.0",
8585
"eslint-plugin-prettier": "^4.2.1",
8686
"graphql": "^16.5.0",
8787
"jest": "^28.1.3",
8888
"jest-jasmine2": "^28.1.3",
89-
"node-fetch": "^3.2.9",
89+
"node-fetch": "^3.2.10",
9090
"prettier": "^2.7.1",
9191
"replacestream": "^4.0.3",
92-
"rollup": "^2.77.0",
92+
"rollup": "^2.77.2",
9393
"rollup-plugin-terser": "^7.0.2",
9494
"semantic-release": "^19.0.3",
9595
"tslib": "^2.4.0",
96-
"typedoc": "^0.23.8",
96+
"typedoc": "^0.23.10",
9797
"typedoc-plugin-markdown": "^3.13.4",
9898
"typescript": "^4.7.4"
9999
}

0 commit comments

Comments
 (0)