Skip to content

Commit db7c353

Browse files
committed
refactor: use octokit client
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 3019a49 commit db7c353

13 files changed

Lines changed: 281 additions & 363 deletions

File tree

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,9 @@
8787
"@electron/notarize": "3.1.1",
8888
"@graphql-codegen/cli": "6.1.1",
8989
"@graphql-codegen/schema-ast": "5.0.0",
90-
"@octokit/oauth-methods": "6.0.2",
91-
"@octokit/openapi-types": "27.0.0",
92-
"@octokit/request": "10.0.7",
93-
"@octokit/types": "16.0.0",
9490
"@parcel/watcher": "2.5.4",
9591
"@primer/css": "22.1.0",
9692
"@primer/octicons-react": "19.21.2",
97-
"@primer/primitives": "11.3.2",
9893
"@primer/react": "38.7.1",
9994
"@tailwindcss/postcss": "4.1.18",
10095
"@testing-library/jest-dom": "6.9.1",
@@ -126,6 +121,7 @@
126121
"jest-environment-jsdom": "30.2.0",
127122
"mini-css-extract-plugin": "2.10.0",
128123
"nock": "13.5.6",
124+
"octokit": "^5.0.5",
129125
"postcss": "8.5.6",
130126
"postcss-loader": "8.2.0",
131127
"rimraf": "6.1.2",
@@ -156,4 +152,4 @@
156152
"*": "biome check --no-errors-on-unmatched",
157153
"*.{js,ts,tsx}": "pnpm test --findRelatedTests --passWithNoTests --updateSnapshot"
158154
}
159-
}
155+
}

pnpm-lock.yaml

Lines changed: 186 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)