@backstage/cli 0.0.0-nightly-20220526024803 → 0.0.0-nightly-20220529024825

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 +1 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20220526024803
3
+ ## 0.0.0-nightly-20220529024825
4
4
 
5
5
  ### Patch Changes
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
3
  "description": "CLI for developing Backstage plugins and apps",
4
- "version": "0.0.0-nightly-20220526024803",
4
+ "version": "0.0.0-nightly-20220529024825",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -126,12 +126,12 @@
126
126
  "zod": "^3.11.6"
127
127
  },
128
128
  "devDependencies": {
129
- "@backstage/backend-common": "^0.0.0-nightly-20220526024803",
129
+ "@backstage/backend-common": "^0.0.0-nightly-20220529024825",
130
130
  "@backstage/config": "^1.0.1",
131
131
  "@backstage/core-app-api": "^1.0.2",
132
- "@backstage/core-components": "^0.0.0-nightly-20220526024803",
132
+ "@backstage/core-components": "^0.0.0-nightly-20220529024825",
133
133
  "@backstage/core-plugin-api": "^1.0.2",
134
- "@backstage/dev-utils": "^0.0.0-nightly-20220526024803",
134
+ "@backstage/dev-utils": "^0.0.0-nightly-20220529024825",
135
135
  "@backstage/test-utils": "^1.1.0",
136
136
  "@backstage/theme": "^0.2.15",
137
137
  "@types/diff": "^5.0.0",