Skip to content

Commit

Permalink
fix(deps): update dependency javascript-plugin-architecture-with-type…
Browse files Browse the repository at this point in the history
…script-definitions to v3.3.0 (#1)
  • Loading branch information
renovate[bot] authored Jul 18, 2021
1 parent 3aa1cf3 commit 9427f33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import { expectType } from "tsd";
import { Octokit } from "./index.js";

export async function test() {
const octokit = new Octokit();
const octokit = new Octokit({
version: "",
});
const response = await octokit.request("GET /");

expectType<number>(response.status);
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"repository": "github:octokit/octokit-next.js",
"dependencies": {
"javascript-plugin-architecture-with-typescript-definitions": "3.2.0",
"javascript-plugin-architecture-with-typescript-definitions": "3.3.0",
"node-fetch": "^3.0.0-beta.9"
},
"types": "./index.d.ts",
Expand Down

0 comments on commit 9427f33

Please sign in to comment.