@backstage/cli 0.0.0-nightly-2021102622333 → 0.0.0-nightly-2021103021730

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 +3 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-2021102622333
3
+ ## 0.0.0-nightly-2021103021730
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e7230ef814: Bump react-dev-utils to v12
8
+ - Updated dependencies
9
+ - @backstage/config-loader@0.0.0-nightly-2021103021730
8
10
 
9
11
  ## 0.9.1
10
12
 
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-2021102622333",
4
+ "version": "0.0.0-nightly-2021103021730",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@backstage/cli-common": "^0.1.6",
32
32
  "@backstage/config": "^0.1.11",
33
- "@backstage/config-loader": "^0.8.0",
33
+ "@backstage/config-loader": "^0.0.0-nightly-2021103021730",
34
34
  "@backstage/errors": "^0.1.5",
35
35
  "@backstage/types": "^0.1.1",
36
36
  "@hot-loader/react-dom": "^16.13.0",
@@ -117,11 +117,11 @@
117
117
  "yn": "^4.0.0"
118
118
  },
119
119
  "devDependencies": {
120
- "@backstage/backend-common": "^0.9.11",
120
+ "@backstage/backend-common": "^0.0.0-nightly-2021103021730",
121
121
  "@backstage/config": "^0.1.11",
122
122
  "@backstage/core-components": "^0.7.5",
123
- "@backstage/core-plugin-api": "^0.0.0-nightly-2021102622333",
124
- "@backstage/core-app-api": "^0.1.23",
123
+ "@backstage/core-plugin-api": "^0.0.0-nightly-2021103021730",
124
+ "@backstage/core-app-api": "^0.0.0-nightly-2021103021730",
125
125
  "@backstage/dev-utils": "^0.2.13",
126
126
  "@backstage/test-utils": "^0.1.23",
127
127
  "@backstage/theme": "^0.2.13",