@backstage/plugin-config-schema 0.1.45-next.3 → 0.1.46-next.0

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,5 +1,32 @@
1
1
  # @backstage/plugin-config-schema
2
2
 
3
+ ## 0.1.46-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.7.0-next.0
9
+ - @backstage/core-components@0.13.6-next.0
10
+ - @backstage/config@1.1.0
11
+ - @backstage/errors@1.2.2
12
+ - @backstage/theme@0.4.2
13
+ - @backstage/types@1.1.1
14
+
15
+ ## 0.1.45
16
+
17
+ ### Patch Changes
18
+
19
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
20
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
21
+ - 8cec7664e146: Removed `@types/node` dependency
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.13.5
24
+ - @backstage/config@1.1.0
25
+ - @backstage/core-plugin-api@1.6.0
26
+ - @backstage/errors@1.2.2
27
+ - @backstage/theme@0.4.2
28
+ - @backstage/types@1.1.1
29
+
3
30
  ## 0.1.45-next.3
4
31
 
5
32
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -32,7 +32,7 @@ declare class StaticSchemaLoader implements ConfigSchemaApi {
32
32
  /** @public */
33
33
  declare const configSchemaPlugin: _backstage_core_plugin_api.BackstagePlugin<{
34
34
  root: _backstage_core_plugin_api.RouteRef<undefined>;
35
- }, {}, {}>;
35
+ }, {}>;
36
36
  /** @public */
37
37
  declare const ConfigSchemaPage: () => react.JSX.Element;
38
38
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-config-schema",
3
3
  "description": "A Backstage plugin that lets you browse the configuration schema of your app",
4
- "version": "0.1.45-next.3",
4
+ "version": "0.1.46-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,12 +30,12 @@
30
30
  "clean": "backstage-cli package clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/config": "^1.1.0-next.2",
34
- "@backstage/core-components": "^0.13.5-next.3",
35
- "@backstage/core-plugin-api": "^1.6.0-next.3",
36
- "@backstage/errors": "^1.2.2-next.0",
37
- "@backstage/theme": "^0.4.2-next.0",
38
- "@backstage/types": "^1.1.1-next.0",
33
+ "@backstage/config": "^1.1.0",
34
+ "@backstage/core-components": "^0.13.6-next.0",
35
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
36
+ "@backstage/errors": "^1.2.2",
37
+ "@backstage/theme": "^0.4.2",
38
+ "@backstage/types": "^1.1.1",
39
39
  "@material-ui/core": "^4.12.2",
40
40
  "@material-ui/icons": "^4.9.1",
41
41
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -50,10 +50,10 @@
50
50
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.22.13-next.3",
54
- "@backstage/core-app-api": "^1.10.0-next.3",
55
- "@backstage/dev-utils": "^1.0.21-next.3",
56
- "@backstage/test-utils": "^1.4.3-next.3",
53
+ "@backstage/cli": "^0.23.0-next.0",
54
+ "@backstage/core-app-api": "^1.10.1-next.0",
55
+ "@backstage/dev-utils": "^1.0.22-next.0",
56
+ "@backstage/test-utils": "^1.4.4-next.0",
57
57
  "@testing-library/dom": "^8.0.0",
58
58
  "@testing-library/jest-dom": "^5.10.1",
59
59
  "@testing-library/react": "^12.1.3",