Skip to content

Commit fa8e2bb

Browse files
authored
fix: openapi-types and openapi-version minor bumps (#633)
WIP octokit/openapi updated
1 parent a7b5555 commit fa8e2bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"description": "Shared TypeScript definitions for Octokit projects",
99
"dependencies": {
10-
"@octokit/openapi-types": "^22.0.1"
10+
"@octokit/openapi-types": "^22.1.0"
1111
},
1212
"scripts": {
1313
"build": "node scripts/build.mjs && tsc -p tsconfig.json",
@@ -81,6 +81,6 @@
8181
]
8282
},
8383
"octokit": {
84-
"openapi-version": "16.1.0"
84+
"openapi-version": "16.2.0"
8585
}
8686
}

0 commit comments

Comments
 (0)