@backstage/plugin-config-schema 0.1.44 → 0.1.45-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,18 @@
1
1
  # @backstage/plugin-config-schema
2
2
 
3
+ ## 0.1.45-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
8
+ - Updated dependencies
9
+ - @backstage/core-plugin-api@1.6.0-next.0
10
+ - @backstage/core-components@0.13.5-next.0
11
+ - @backstage/config@1.0.8
12
+ - @backstage/errors@1.2.1
13
+ - @backstage/theme@0.4.1
14
+ - @backstage/types@1.1.0
15
+
3
16
  ## 0.1.44
4
17
 
5
18
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -2,6 +2,7 @@
2
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
3
  import { Schema } from 'jsonschema';
4
4
  import { Observable } from '@backstage/types';
5
+ import * as react from 'react';
5
6
 
6
7
  /** @public */
7
8
  interface ConfigSchemaResult {
@@ -33,6 +34,6 @@ declare const configSchemaPlugin: _backstage_core_plugin_api.BackstagePlugin<{
33
34
  root: _backstage_core_plugin_api.RouteRef<undefined>;
34
35
  }, {}, {}>;
35
36
  /** @public */
36
- declare const ConfigSchemaPage: () => JSX.Element;
37
+ declare const ConfigSchemaPage: () => react.JSX.Element;
37
38
 
38
39
  export { ConfigSchemaApi, ConfigSchemaPage, ConfigSchemaResult, StaticSchemaLoader, configSchemaApiRef, configSchemaPlugin };
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.44",
4
+ "version": "0.1.45-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,14 +30,15 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@backstage/config": "^1.0.8",
33
- "@backstage/core-components": "^0.13.4",
34
- "@backstage/core-plugin-api": "^1.5.3",
33
+ "@backstage/core-components": "^0.13.5-next.0",
34
+ "@backstage/core-plugin-api": "^1.6.0-next.0",
35
35
  "@backstage/errors": "^1.2.1",
36
36
  "@backstage/theme": "^0.4.1",
37
37
  "@backstage/types": "^1.1.0",
38
38
  "@material-ui/core": "^4.12.2",
39
39
  "@material-ui/icons": "^4.9.1",
40
40
  "@material-ui/lab": "4.0.0-alpha.61",
41
+ "@types/react": "^16.13.1 || ^17.0.0",
41
42
  "jsonschema": "^1.2.6",
42
43
  "react-use": "^17.2.4",
43
44
  "zen-observable": "^0.10.0"
@@ -48,16 +49,15 @@
48
49
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
49
50
  },
50
51
  "devDependencies": {
51
- "@backstage/cli": "^0.22.10",
52
- "@backstage/core-app-api": "^1.9.1",
53
- "@backstage/dev-utils": "^1.0.18",
54
- "@backstage/test-utils": "^1.4.2",
52
+ "@backstage/cli": "^0.22.12-next.0",
53
+ "@backstage/core-app-api": "^1.10.0-next.0",
54
+ "@backstage/dev-utils": "^1.0.20-next.0",
55
+ "@backstage/test-utils": "^1.4.3-next.0",
55
56
  "@testing-library/dom": "^8.0.0",
56
57
  "@testing-library/jest-dom": "^5.10.1",
57
58
  "@testing-library/react": "^12.1.3",
58
59
  "@testing-library/user-event": "^14.0.0",
59
60
  "@types/node": "^16.11.26",
60
- "@types/react": "^16.13.1 || ^17.0.0",
61
61
  "msw": "^1.0.0"
62
62
  },
63
63
  "files": [