Skip to content

Commit 0acecac

Browse files
committed
refactor(api): use @octokit/types REST schema type
Signed-off-by: Adam Setch <[email protected]>
1 parent 1ea2d72 commit 0acecac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@electron/notarize": "3.1.1",
8484
"@graphql-codegen/cli": "6.1.0",
8585
"@graphql-codegen/schema-ast": "5.0.0",
86-
"@octokit/openapi-types": "^27.0.0",
86+
"@octokit/openapi-types": "27.0.0",
8787
"@parcel/watcher": "2.5.1",
8888
"@primer/css": "22.0.2",
8989
"@primer/octicons-react": "19.21.1",
@@ -148,4 +148,4 @@
148148
"*": "biome check --fix --no-errors-on-unmatched",
149149
"*.{js,ts,tsx}": "pnpm test --findRelatedTests --passWithNoTests --updateSnapshot"
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)