Skip to content

Commit

Permalink
Bump @backstage/cli from 0.22.13 to 0.23.1 in /backstage
Browse files Browse the repository at this point in the history
Bumps [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) from 0.22.13 to 0.23.1.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 7e5caaa commit b2afa80
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 107 deletions.
2 changes: 1 addition & 1 deletion backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.22.1",
"@backstage/cli": "^0.23.1",
"@spotify/prettier-config": "^15.0.0",
"concurrently": "^8.0.1",
"lerna": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion backstage/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@backstage/app-defaults": "^1.1.0",
"@backstage/catalog-model": "^1.1.5",
"@backstage/cli": "^0.22.1",
"@backstage/cli": "^0.23.1",
"@backstage/core-app-api": "^1.4.0",
"@backstage/core-components": "^0.13.0",
"@backstage/core-plugin-api": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion backstage/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.22.1",
"@backstage/cli": "^0.23.1",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
Expand Down
2 changes: 1 addition & 1 deletion backstage/plugins/viewdocs-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.1",
"@backstage/cli": "^0.23.1",
"@backstage/test-utils": "^1.2.6",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^12.1.3"
Expand Down
Loading

0 comments on commit b2afa80

Please sign in to comment.