Skip to content

Commit e9d1635

Browse files
Bump @heroku-cli/schema from 1.0.25 to 2.0.0
Bumps [@heroku-cli/schema](https://github.com/heroku/typescript-api-schema) from 1.0.25 to 2.0.0. - [Release notes](https://github.com/heroku/typescript-api-schema/releases) - [Changelog](https://github.com/heroku/typescript-api-schema/blob/main/CHANGELOG.md) - [Commits](heroku/typescript-api-schema@v1.0.25...v2.0.0) --- updated-dependencies: - dependency-name: "@heroku-cli/schema" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e45bf2 commit e9d1635

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@heroku-cli/color": "^2",
99
"@heroku-cli/command": "^11",
10-
"@heroku-cli/schema": "^1.0.25",
10+
"@heroku-cli/schema": "^2.0.0",
1111
"@heroku/generator-heroku-integration": "^0.0.4",
1212
"@oclif/core": "^2.16.0",
1313
"@oclif/plugin-help": "^5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@
281281
yargs-parser "^18.1.3"
282282
yargs-unparser "^2.0.0"
283283

284-
"@heroku-cli/schema@^1.0.25":
285-
version "1.0.25"
286-
resolved "https://registry.yarnpkg.com/@heroku-cli/schema/-/schema-1.0.25.tgz#175d489d82c2ff0be700fe9fab8590b64c7e4f39"
287-
integrity sha512-7V6/WdTHrsvpqeqttm4zhzVJyt/Us/Cz9oS4yure4JdLtwlr2eF6PvlDLA5ZIvBybMtSDyxhHid0PeshKLtwxw==
284+
"@heroku-cli/schema@^2.0.0":
285+
version "2.0.0"
286+
resolved "https://registry.yarnpkg.com/@heroku-cli/schema/-/schema-2.0.0.tgz#917544991d2d9ffaeb4e3df4f7efb973ffe6f245"
287+
integrity sha512-ldrwW9VnoAzxjkUYq5qgnsTPi6w6EKIWdAbdTDugRhsYggleHfn0lXJhHOm0gBMy7vB6EwFEivTLVnD675LF8Q==
288288

289289
"@heroku/generator-heroku-integration@^0.0.4":
290290
version "0.0.4"

0 commit comments

Comments
 (0)