Skip to content

Commit 9d45fb2

Browse files
authored
Remove some unneeded packages (#111)
* Remove some unneeded packages * Bump typedoc for later typescript support
1 parent e18f117 commit 9d45fb2

File tree

4 files changed

+155
-637
lines changed

4 files changed

+155
-637
lines changed

.changeset/tricky-forks-joke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@team-plain/typescript-sdk': patch
3+
---
4+
5+
Removes some unneeded packages

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,20 @@
3636
"eslint-plugin-import": "^2.27.5",
3737
"eslint-plugin-simple-import-sort": "^10.0.0",
3838
"eslint-plugin-unused-imports": "^2.0.0",
39-
"json-refs": "^3.0.15",
4039
"json-schema-to-typescript": "^13.1.2",
4140
"rollup": "^3.21.5",
4241
"rollup-plugin-dts": "^5.3.0",
4342
"rollup-plugin-esbuild": "^5.0.0",
44-
"ts-to-zod": "^3.7.3",
45-
"typedoc": "^0.24.7",
46-
"typedoc-plugin-missing-exports": "^2.0.0",
47-
"typescript": "5.0.4",
43+
"typedoc": "^0.25.12",
44+
"typedoc-plugin-missing-exports": "^2.2.0",
45+
"typescript": "^5.1.6",
4846
"vitest": "^0.31.0"
4947
},
5048
"dependencies": {
5149
"@graphql-typed-document-node/core": "^3.2.0",
5250
"ajv": "^8.12.0",
5351
"ajv-formats": "^2.1.1",
5452
"graphql": "^16.6.0",
55-
"graphql-anywhere": "^4.2.8",
5653
"zod": "3.22.4"
5754
}
5855
}

0 commit comments

Comments
 (0)