@backstage/cli 0.0.0-nightly-20240517021455 → 0.0.0-nightly-20240519021643

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20240517021455
3
+ ## 0.0.0-nightly-20240519021643
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 009da47: Fix `versions:check --fix` when `yarn.lock` has multiple joint versions in the same section
8
8
  - 9ee948a: Bump `esbuild` target for package builds to `ES2022`.
9
9
  - Updated dependencies
10
- - @backstage/cli-node@0.0.0-nightly-20240517021455
10
+ - @backstage/cli-node@0.0.0-nightly-20240519021643
11
11
 
12
12
  ## 0.26.5
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
- "version": "0.0.0-nightly-20240517021455",
3
+ "version": "0.0.0-nightly-20240519021643",
4
4
  "description": "CLI for developing Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -44,7 +44,7 @@
44
44
  "dependencies": {
45
45
  "@backstage/catalog-model": "^1.5.0",
46
46
  "@backstage/cli-common": "^0.1.13",
47
- "@backstage/cli-node": "^0.0.0-nightly-20240517021455",
47
+ "@backstage/cli-node": "^0.0.0-nightly-20240519021643",
48
48
  "@backstage/config": "^1.2.0",
49
49
  "@backstage/config-loader": "^1.8.0",
50
50
  "@backstage/errors": "^1.2.4",
@@ -155,8 +155,8 @@
155
155
  "zod": "^3.22.4"
156
156
  },
157
157
  "devDependencies": {
158
- "@backstage/backend-common": "^0.22.0",
159
- "@backstage/backend-plugin-api": "^0.6.18",
158
+ "@backstage/backend-common": "^0.0.0-nightly-20240519021643",
159
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240519021643",
160
160
  "@backstage/backend-test-utils": "^0.3.8",
161
161
  "@backstage/config": "^1.2.0",
162
162
  "@backstage/core-app-api": "^1.12.5",
@@ -164,7 +164,7 @@
164
164
  "@backstage/core-plugin-api": "^1.9.2",
165
165
  "@backstage/dev-utils": "^1.0.32",
166
166
  "@backstage/test-utils": "^1.5.5",
167
- "@backstage/theme": "^0.0.0-nightly-20240517021455",
167
+ "@backstage/theme": "^0.0.0-nightly-20240519021643",
168
168
  "@types/cross-spawn": "^6.0.2",
169
169
  "@types/diff": "^5.0.0",
170
170
  "@types/ejs": "^3.1.3",