Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"files": [
"dist"
],
"type": "commonjs",
"type": "module",
"sideEffects": false,
"exports": {
".": {
Expand Down Expand Up @@ -63,13 +63,9 @@
"@actions/github": "^9.0.0",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.27.7",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.0.4",
"@graphql-codegen/cli": "^7.0.0",
"@octokit/core": "^6.1.2",
"@octokit/graphql": "^8.1.1",
"@octokit/graphql-schema": "^14.56.0",
"@types/node": "^20.11.24",
"dotenv": "^16.4.5",
"oxfmt": "^0.51.0",
Expand Down
Loading
Loading