@backstage/cli 0.0.0-nightly-202193122459 → 0.0.0-nightly-202110122318

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-202193122459
3
+ ## 0.0.0-nightly-202110122318
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-202193122459",
4
+ "version": "0.0.0-nightly-202110122318",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -119,12 +119,12 @@
119
119
  "devDependencies": {
120
120
  "@backstage/backend-common": "^0.9.8",
121
121
  "@backstage/config": "^0.1.11",
122
- "@backstage/core-components": "^0.0.0-nightly-202193122459",
122
+ "@backstage/core-components": "^0.0.0-nightly-202110122318",
123
123
  "@backstage/core-plugin-api": "^0.1.12",
124
- "@backstage/core-app-api": "^0.1.19",
124
+ "@backstage/core-app-api": "^0.0.0-nightly-202110122318",
125
125
  "@backstage/dev-utils": "^0.2.12",
126
- "@backstage/test-utils": "^0.0.0-nightly-202193122459",
127
- "@backstage/theme": "^0.0.0-nightly-202193122459",
126
+ "@backstage/test-utils": "^0.0.0-nightly-202110122318",
127
+ "@backstage/theme": "^0.0.0-nightly-202110122318",
128
128
  "@types/diff": "^5.0.0",
129
129
  "@types/express": "^4.17.6",
130
130
  "@types/fs-extra": "^9.0.1",