@backstage/cli 0.0.0-nightly-20220602024936 → 0.0.0-nightly-20220603023939

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 -3
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20220602024936
3
+ ## 0.0.0-nightly-20220603023939
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
  - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
11
11
  - 6de866ea74: Added console warning to frontend start when the `app.baseUrl` and `backend.baseUrl` are identical
12
12
  - Updated dependencies
13
- - @backstage/config-loader@0.0.0-nightly-20220602024936
14
- - @backstage/release-manifests@0.0.0-nightly-20220602024936
13
+ - @backstage/config-loader@0.0.0-nightly-20220603023939
14
+ - @backstage/release-manifests@0.0.0-nightly-20220603023939
15
15
 
16
16
  ## 0.17.2-next.1
17
17
 
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-20220602024936",
4
+ "version": "0.0.0-nightly-20220603023939",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -33,9 +33,9 @@
33
33
  "dependencies": {
34
34
  "@backstage/cli-common": "^0.1.9",
35
35
  "@backstage/config": "^1.0.1",
36
- "@backstage/config-loader": "^0.0.0-nightly-20220602024936",
36
+ "@backstage/config-loader": "^0.0.0-nightly-20220603023939",
37
37
  "@backstage/errors": "^1.0.0",
38
- "@backstage/release-manifests": "^0.0.0-nightly-20220602024936",
38
+ "@backstage/release-manifests": "^0.0.0-nightly-20220603023939",
39
39
  "@backstage/types": "^1.0.0",
40
40
  "@hot-loader/react-dom-v16": "npm:@hot-loader/react-dom@^16.0.2",
41
41
  "@hot-loader/react-dom-v17": "npm:@hot-loader/react-dom@^17.0.2",
@@ -126,13 +126,13 @@
126
126
  "zod": "^3.11.6"
127
127
  },
128
128
  "devDependencies": {
129
- "@backstage/backend-common": "^0.0.0-nightly-20220602024936",
129
+ "@backstage/backend-common": "^0.0.0-nightly-20220603023939",
130
130
  "@backstage/config": "^1.0.1",
131
- "@backstage/core-app-api": "^0.0.0-nightly-20220602024936",
132
- "@backstage/core-components": "^0.0.0-nightly-20220602024936",
133
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220602024936",
134
- "@backstage/dev-utils": "^0.0.0-nightly-20220602024936",
135
- "@backstage/test-utils": "^0.0.0-nightly-20220602024936",
131
+ "@backstage/core-app-api": "^0.0.0-nightly-20220603023939",
132
+ "@backstage/core-components": "^0.0.0-nightly-20220603023939",
133
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220603023939",
134
+ "@backstage/dev-utils": "^0.0.0-nightly-20220603023939",
135
+ "@backstage/test-utils": "^0.0.0-nightly-20220603023939",
136
136
  "@backstage/theme": "^0.2.15",
137
137
  "@types/diff": "^5.0.0",
138
138
  "@types/express": "^4.17.6",