Skip to content

Commit

Permalink
add json-schema-to-ts as optional peer dependency (#2783)
Browse files Browse the repository at this point in the history
* more

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dimaMachina and github-actions[bot] authored Nov 29, 2024
1 parent 4c20cdd commit 6e354c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/@graphql-eslint_eslint-plugin-2783-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-eslint/eslint-plugin": patch
---
dependencies updates:
- Added dependency [`json-schema-to-ts@^3` ↗︎](https://www.npmjs.com/package/json-schema-to-ts/v/3.0.0) (to `peerDependencies`)
5 changes: 5 additions & 0 deletions .changeset/spotty-vans-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-eslint/eslint-plugin': minor
---

add `json-schema-to-ts` as optional peer dependency
8 changes: 7 additions & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@
},
"peerDependencies": {
"eslint": ">=8.44.0",
"graphql": "^16"
"graphql": "^16",
"json-schema-to-ts": "^3"
},
"peerDependenciesMeta": {
"json-schema-to-ts": {
"optional": true
}
},
"dependencies": {
"@graphql-tools/code-file-loader": "^8.0.0",
Expand Down

0 comments on commit 6e354c9

Please sign in to comment.