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

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,12 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
- ## 0.0.0-nightly-20230116022721
3
+ ## 0.0.0-nightly-20230118022855
4
+
5
+ ### Patch Changes
6
+
7
+ - cbab8ac107: lock versions of `@rjsf/*-beta` packages
8
+
9
+ ## 1.0.0
4
10
 
5
11
  ### Major Changes
6
12
 
@@ -9,12 +15,12 @@
9
15
  ### Patch Changes
10
16
 
11
17
  - 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
18
+ - @backstage/catalog-model@1.1.5
19
+ - @backstage/plugin-scaffolder-common@1.2.4
20
+ - @backstage/catalog-client@1.3.0
21
+ - @backstage/plugin-catalog-react@1.2.4
22
+ - @backstage/core-components@0.12.3
23
+ - @backstage/core-plugin-api@1.3.0
18
24
  - @backstage/errors@1.1.4
19
25
  - @backstage/theme@0.2.16
20
26
  - @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-20230118022855",
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-20230118022855",
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": "^1.3.0",
37
+ "@backstage/catalog-model": "^1.1.5",
38
+ "@backstage/core-components": "^0.12.3",
39
+ "@backstage/core-plugin-api": "^1.3.0",
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": "^1.2.4",
42
+ "@backstage/plugin-scaffolder-common": "^1.2.4",
43
43
  "@backstage/theme": "^0.2.16",
44
44
  "@backstage/types": "^1.0.2",
45
45
  "@backstage/version-bridge": "^1.0.3",
@@ -47,11 +47,11 @@
47
47
  "@material-ui/icons": "^4.9.1",
48
48
  "@material-ui/lab": "4.0.0-alpha.57",
49
49
  "@rjsf/core": "^3.2.1",
50
- "@rjsf/core-v5": "npm:@rjsf/core@^5.0.0-beta.14",
50
+ "@rjsf/core-v5": "npm:@rjsf/core@5.0.0-beta.16",
51
51
  "@rjsf/material-ui": "^3.2.1",
52
- "@rjsf/material-ui-v5": "npm:@rjsf/material-ui@^5.0.0-beta.14",
53
- "@rjsf/utils": "^5.0.0-beta.14",
54
- "@rjsf/validator-ajv6": "^5.0.0-beta.14",
52
+ "@rjsf/material-ui-v5": "npm:@rjsf/material-ui@5.0.0-beta.16",
53
+ "@rjsf/utils": "5.0.0-beta.16",
54
+ "@rjsf/validator-ajv6": "5.0.0-beta.16",
55
55
  "@types/json-schema": "^7.0.9",
56
56
  "classnames": "^2.2.6",
57
57
  "json-schema": "^0.4.0",
@@ -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.22.1",
72
+ "@backstage/core-app-api": "^1.4.0",
73
+ "@backstage/plugin-catalog": "^1.7.2",
74
+ "@backstage/plugin-catalog-common": "^1.0.10",
75
+ "@backstage/test-utils": "^1.2.4",
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",