@backstage/create-app 0.0.0-nightly-20221202022952 → 0.0.0-nightly-20221204022811

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/create-app
2
2
 
3
- ## 0.0.0-nightly-20221202022952
3
+ ## 0.0.0-nightly-20221204022811
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 83d3167594: Bumped create-app version.
8
8
  - 2cb6963f9b: Bumped create-app version.
9
9
  - Updated dependencies
10
- - @backstage/cli-common@0.0.0-nightly-20221202022952
10
+ - @backstage/cli-common@0.0.0-nightly-20221204022811
11
11
 
12
12
  ## 0.4.35-next.1
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/create-app",
3
3
  "description": "A CLI that helps you create your own Backstage app",
4
- "version": "0.0.0-nightly-20221202022952",
4
+ "version": "0.0.0-nightly-20221204022811",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,7 +32,7 @@
32
32
  "start": "yarn nodemon --"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/cli-common": "^0.0.0-nightly-20221202022952",
35
+ "@backstage/cli-common": "^0.0.0-nightly-20221204022811",
36
36
  "chalk": "^4.0.0",
37
37
  "commander": "^9.1.0",
38
38
  "fs-extra": "10.1.0",
@@ -42,7 +42,7 @@
42
42
  "recursive-readdir": "^2.2.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20221202022952",
45
+ "@backstage/cli": "^0.0.0-nightly-20221204022811",
46
46
  "@types/command-exists": "^1.2.0",
47
47
  "@types/fs-extra": "^9.0.1",
48
48
  "@types/inquirer": "^8.1.3",