Skip to content

Commit 6e354c9

Browse files
add json-schema-to-ts as optional peer dependency (#2783)
* more * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4c20cdd commit 6e354c9

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-eslint/eslint-plugin": patch
3+
---
4+
dependencies updates:
5+
- Added dependency [`json-schema-to-ts@^3` ↗︎](https://www.npmjs.com/package/json-schema-to-ts/v/3.0.0) (to `peerDependencies`)

.changeset/spotty-vans-protect.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': minor
3+
---
4+
5+
add `json-schema-to-ts` as optional peer dependency

packages/plugin/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@
3636
},
3737
"peerDependencies": {
3838
"eslint": ">=8.44.0",
39-
"graphql": "^16"
39+
"graphql": "^16",
40+
"json-schema-to-ts": "^3"
41+
},
42+
"peerDependenciesMeta": {
43+
"json-schema-to-ts": {
44+
"optional": true
45+
}
4046
},
4147
"dependencies": {
4248
"@graphql-tools/code-file-loader": "^8.0.0",

0 commit comments

Comments
 (0)