@backstage/cli 0.0.0-nightly-202201122931 → 0.0.0-nightly-202201323044

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 +5 -5
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-202201122931
3
+ ## 0.0.0-nightly-202201323044
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -35,10 +35,10 @@
35
35
  - bee7082094: Update `config/eslint.js` to forbid imports of `@material-ui/icons/` as well.
36
36
  - 7946418729: Switched to using `@manypkg/get-packages` to list monorepo packages, which provides better support for different kind of monorepo setups.
37
37
  - Updated dependencies
38
- - @backstage/config@0.0.0-nightly-202201122931
39
- - @backstage/errors@0.0.0-nightly-202201122931
40
- - @backstage/types@0.0.0-nightly-202201122931
41
- - @backstage/config-loader@0.0.0-nightly-202201122931
38
+ - @backstage/config@0.0.0-nightly-202201323044
39
+ - @backstage/errors@0.0.0-nightly-202201323044
40
+ - @backstage/types@0.0.0-nightly-202201323044
41
+ - @backstage/config-loader@0.0.0-nightly-202201323044
42
42
 
43
43
  ## 0.10.5
44
44
 
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-202201122931",
4
+ "version": "0.0.0-nightly-202201323044",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -29,10 +29,10 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@backstage/cli-common": "^0.1.6",
32
- "@backstage/config": "^0.0.0-nightly-202201122931",
33
- "@backstage/config-loader": "^0.0.0-nightly-202201122931",
34
- "@backstage/errors": "^0.0.0-nightly-202201122931",
35
- "@backstage/types": "^0.0.0-nightly-202201122931",
32
+ "@backstage/config": "^0.0.0-nightly-202201323044",
33
+ "@backstage/config-loader": "^0.0.0-nightly-202201323044",
34
+ "@backstage/errors": "^0.0.0-nightly-202201323044",
35
+ "@backstage/types": "^0.0.0-nightly-202201323044",
36
36
  "@hot-loader/react-dom": "^16.13.0",
37
37
  "@manypkg/get-packages": "^1.1.3",
38
38
  "@octokit/request": "^5.4.12",
@@ -115,14 +115,14 @@
115
115
  "yn": "^4.0.0"
116
116
  },
117
117
  "devDependencies": {
118
- "@backstage/backend-common": "^0.0.0-nightly-202201122931",
119
- "@backstage/config": "^0.0.0-nightly-202201122931",
120
- "@backstage/core-components": "^0.0.0-nightly-202201122931",
121
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201122931",
122
- "@backstage/core-app-api": "^0.0.0-nightly-202201122931",
123
- "@backstage/dev-utils": "^0.0.0-nightly-202201122931",
124
- "@backstage/test-utils": "^0.0.0-nightly-202201122931",
125
- "@backstage/theme": "^0.0.0-nightly-202201122931",
118
+ "@backstage/backend-common": "^0.0.0-nightly-202201323044",
119
+ "@backstage/config": "^0.0.0-nightly-202201323044",
120
+ "@backstage/core-components": "^0.0.0-nightly-202201323044",
121
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
122
+ "@backstage/core-app-api": "^0.0.0-nightly-202201323044",
123
+ "@backstage/dev-utils": "^0.0.0-nightly-202201323044",
124
+ "@backstage/test-utils": "^0.0.0-nightly-202201323044",
125
+ "@backstage/theme": "^0.0.0-nightly-202201323044",
126
126
  "@types/diff": "^5.0.0",
127
127
  "@types/express": "^4.17.6",
128
128
  "@types/fs-extra": "^9.0.1",