@backstage/plugin-scaffolder-react 0.0.0-nightly-20230116022721 → 0.0.0-nightly-20230117022622

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
- ## 0.0.0-nightly-20230116022721
3
+ ## 0.0.0-nightly-20230117022622
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -9,12 +9,12 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/catalog-model@0.0.0-nightly-20230116022721
13
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20230116022721
14
- - @backstage/catalog-client@0.0.0-nightly-20230116022721
15
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230116022721
16
- - @backstage/core-components@0.0.0-nightly-20230116022721
17
- - @backstage/core-plugin-api@0.0.0-nightly-20230116022721
12
+ - @backstage/catalog-model@0.0.0-nightly-20230117022622
13
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20230117022622
14
+ - @backstage/catalog-client@0.0.0-nightly-20230117022622
15
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230117022622
16
+ - @backstage/core-components@0.0.0-nightly-20230117022622
17
+ - @backstage/core-plugin-api@0.0.0-nightly-20230117022622
18
18
  - @backstage/errors@1.1.4
19
19
  - @backstage/theme@0.2.16
20
20
  - @backstage/types@1.0.2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "0.0.0-nightly-20230116022721",
3
+ "version": "0.0.0-nightly-20230117022622",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
3
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
4
- "version": "0.0.0-nightly-20230116022721",
4
+ "version": "0.0.0-nightly-20230117022622",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,13 +33,13 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^0.0.0-nightly-20230116022721",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20230116022721",
38
- "@backstage/core-components": "^0.0.0-nightly-20230116022721",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230116022721",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20230117022622",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20230117022622",
38
+ "@backstage/core-components": "^0.0.0-nightly-20230117022622",
39
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230117022622",
40
40
  "@backstage/errors": "^1.1.4",
41
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230116022721",
42
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230116022721",
41
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230117022622",
42
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230117022622",
43
43
  "@backstage/theme": "^0.2.16",
44
44
  "@backstage/types": "^1.0.2",
45
45
  "@backstage/version-bridge": "^1.0.3",
@@ -68,11 +68,11 @@
68
68
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/cli": "^0.0.0-nightly-20230116022721",
72
- "@backstage/core-app-api": "^0.0.0-nightly-20230116022721",
73
- "@backstage/plugin-catalog": "^0.0.0-nightly-20230116022721",
74
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230116022721",
75
- "@backstage/test-utils": "^0.0.0-nightly-20230116022721",
71
+ "@backstage/cli": "^0.0.0-nightly-20230117022622",
72
+ "@backstage/core-app-api": "^0.0.0-nightly-20230117022622",
73
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20230117022622",
74
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230117022622",
75
+ "@backstage/test-utils": "^0.0.0-nightly-20230117022622",
76
76
  "@testing-library/jest-dom": "^5.10.1",
77
77
  "@testing-library/react": "^12.1.3",
78
78
  "@testing-library/react-hooks": "^8.0.0",