@backstage/cli 0.0.0-nightly-20230330022134 → 0.0.0-nightly-20230401021836

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20230330022134
3
+ ## 0.0.0-nightly-20230401021836
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -13,7 +13,7 @@
13
13
  - c07c3b7364b: Add `onboard` command. While still in development, this command aims to guide users in setting up their Backstage App.
14
14
  - e0c6e8b9c3c: Update peer dependencies
15
15
  - Updated dependencies
16
- - @backstage/eslint-plugin@0.0.0-nightly-20230330022134
16
+ - @backstage/eslint-plugin@0.0.0-nightly-20230401021836
17
17
  - @backstage/cli-common@0.1.12
18
18
  - @backstage/config@1.0.7
19
19
  - @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-20230330022134",
4
+ "version": "0.0.0-nightly-20230401021836",
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-20230330022134",
37
+ "@backstage/eslint-plugin": "^0.0.0-nightly-20230401021836",
38
38
  "@backstage/release-manifests": "^0.0.9",
39
39
  "@backstage/types": "^1.0.2",
40
40
  "@esbuild-kit/cjs-loader": "^2.4.1",
@@ -132,14 +132,14 @@
132
132
  "zod": "^3.21.4"
133
133
  },
134
134
  "devDependencies": {
135
- "@backstage/backend-common": "^0.0.0-nightly-20230330022134",
135
+ "@backstage/backend-common": "^0.0.0-nightly-20230401021836",
136
136
  "@backstage/config": "^1.0.7",
137
- "@backstage/core-app-api": "^0.0.0-nightly-20230330022134",
138
- "@backstage/core-components": "^0.0.0-nightly-20230330022134",
139
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230330022134",
140
- "@backstage/dev-utils": "^0.0.0-nightly-20230330022134",
141
- "@backstage/test-utils": "^0.0.0-nightly-20230330022134",
142
- "@backstage/theme": "^0.0.0-nightly-20230330022134",
137
+ "@backstage/core-app-api": "^0.0.0-nightly-20230401021836",
138
+ "@backstage/core-components": "^0.0.0-nightly-20230401021836",
139
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230401021836",
140
+ "@backstage/dev-utils": "^0.0.0-nightly-20230401021836",
141
+ "@backstage/test-utils": "^0.0.0-nightly-20230401021836",
142
+ "@backstage/theme": "^0.0.0-nightly-20230401021836",
143
143
  "@types/cross-spawn": "^6.0.2",
144
144
  "@types/diff": "^5.0.0",
145
145
  "@types/express": "^4.17.6",