Skip to content

Commit

Permalink
Remove some unneeded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jordrake committed Mar 13, 2024
1 parent d6f6823 commit f3ba31e
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 623 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-forks-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@team-plain/typescript-sdk': patch
---

Removes some unneeded packages
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,20 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"json-refs": "^3.0.15",
"json-schema-to-typescript": "^13.1.2",
"rollup": "^3.21.5",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"ts-to-zod": "^3.7.3",
"typedoc": "^0.24.7",
"typedoc-plugin-missing-exports": "^2.0.0",
"typescript": "5.0.4",
"typescript": "^5.1.6",
"vitest": "^0.31.0"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"graphql": "^16.6.0",
"graphql-anywhere": "^4.2.8",
"zod": "3.22.4"
}
}
Loading

0 comments on commit f3ba31e

Please sign in to comment.