@backstage/cli 0.0.0-nightly-20230326022406 → 0.0.0-nightly-20230327022126

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20230326022406
3
+ ## 0.0.0-nightly-20230327022126
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  - 29ba8267d69: Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`.
11
11
  - c07c3b7364b: Add `onboard` command. While still in development, this command aims to guide users in setting up their Backstage App.
12
12
  - Updated dependencies
13
- - @backstage/eslint-plugin@0.0.0-nightly-20230326022406
13
+ - @backstage/eslint-plugin@0.0.0-nightly-20230327022126
14
14
  - @backstage/cli-common@0.1.12
15
15
  - @backstage/config@1.0.7
16
16
  - @backstage/config-loader@1.1.9
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-20230326022406",
4
+ "version": "0.0.0-nightly-20230327022126",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -34,7 +34,7 @@
34
34
  "@backstage/config": "^1.0.7",
35
35
  "@backstage/config-loader": "^1.1.9",
36
36
  "@backstage/errors": "^1.1.5",
37
- "@backstage/eslint-plugin": "^0.0.0-nightly-20230326022406",
37
+ "@backstage/eslint-plugin": "^0.0.0-nightly-20230327022126",
38
38
  "@backstage/release-manifests": "^0.0.9",
39
39
  "@backstage/types": "^1.0.2",
40
40
  "@esbuild-kit/cjs-loader": "^2.4.1",
@@ -131,13 +131,13 @@
131
131
  "zod": "~3.18.0"
132
132
  },
133
133
  "devDependencies": {
134
- "@backstage/backend-common": "^0.0.0-nightly-20230326022406",
134
+ "@backstage/backend-common": "^0.0.0-nightly-20230327022126",
135
135
  "@backstage/config": "^1.0.7",
136
- "@backstage/core-app-api": "^0.0.0-nightly-20230326022406",
137
- "@backstage/core-components": "^0.0.0-nightly-20230326022406",
136
+ "@backstage/core-app-api": "^0.0.0-nightly-20230327022126",
137
+ "@backstage/core-components": "^0.0.0-nightly-20230327022126",
138
138
  "@backstage/core-plugin-api": "^1.5.0",
139
- "@backstage/dev-utils": "^0.0.0-nightly-20230326022406",
140
- "@backstage/test-utils": "^0.0.0-nightly-20230326022406",
139
+ "@backstage/dev-utils": "^0.0.0-nightly-20230327022126",
140
+ "@backstage/test-utils": "^0.0.0-nightly-20230327022126",
141
141
  "@backstage/theme": "^0.2.18",
142
142
  "@types/cross-spawn": "^6.0.2",
143
143
  "@types/diff": "^5.0.0",