@backstage/plugin-catalog 1.24.0-next.0 → 1.24.0-next.1

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,27 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.24.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e969dc7: Move `@types/react` to a peer dependency.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.15.1-next.1
10
+ - @backstage/frontend-plugin-api@0.9.0-next.1
11
+ - @backstage/integration-react@1.2.0-next.1
12
+ - @backstage/core-compat-api@0.3.1-next.1
13
+ - @backstage/core-plugin-api@1.10.0-next.1
14
+ - @backstage/plugin-permission-react@0.4.27-next.1
15
+ - @backstage/plugin-catalog-react@1.14.0-next.1
16
+ - @backstage/plugin-search-react@1.8.1-next.1
17
+ - @backstage/catalog-client@1.7.0
18
+ - @backstage/catalog-model@1.7.0
19
+ - @backstage/errors@1.2.4
20
+ - @backstage/types@1.1.1
21
+ - @backstage/plugin-catalog-common@1.1.0
22
+ - @backstage/plugin-scaffolder-common@1.5.6
23
+ - @backstage/plugin-search-common@1.2.14
24
+
3
25
  ## 1.24.0-next.0
4
26
 
5
27
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog__alpha",
3
- "version": "1.24.0-next.0",
3
+ "version": "1.24.0-next.1",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "1.24.0-next.0",
3
+ "version": "1.24.0-next.1",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -58,26 +58,25 @@
58
58
  "test": "backstage-cli package test"
59
59
  },
60
60
  "dependencies": {
61
- "@backstage/catalog-client": "^1.7.0",
62
- "@backstage/catalog-model": "^1.7.0",
63
- "@backstage/core-compat-api": "^0.3.1-next.0",
64
- "@backstage/core-components": "^0.15.1-next.0",
65
- "@backstage/core-plugin-api": "^1.10.0-next.0",
66
- "@backstage/errors": "^1.2.4",
67
- "@backstage/frontend-plugin-api": "^0.9.0-next.0",
68
- "@backstage/integration-react": "^1.1.32-next.0",
69
- "@backstage/plugin-catalog-common": "^1.1.0",
70
- "@backstage/plugin-catalog-react": "^1.13.1-next.0",
71
- "@backstage/plugin-permission-react": "^0.4.27-next.0",
72
- "@backstage/plugin-scaffolder-common": "^1.5.6",
73
- "@backstage/plugin-search-common": "^1.2.14",
74
- "@backstage/plugin-search-react": "^1.8.1-next.0",
75
- "@backstage/types": "^1.1.1",
61
+ "@backstage/catalog-client": "1.7.0",
62
+ "@backstage/catalog-model": "1.7.0",
63
+ "@backstage/core-compat-api": "0.3.1-next.1",
64
+ "@backstage/core-components": "0.15.1-next.1",
65
+ "@backstage/core-plugin-api": "1.10.0-next.1",
66
+ "@backstage/errors": "1.2.4",
67
+ "@backstage/frontend-plugin-api": "0.9.0-next.1",
68
+ "@backstage/integration-react": "1.2.0-next.1",
69
+ "@backstage/plugin-catalog-common": "1.1.0",
70
+ "@backstage/plugin-catalog-react": "1.14.0-next.1",
71
+ "@backstage/plugin-permission-react": "0.4.27-next.1",
72
+ "@backstage/plugin-scaffolder-common": "1.5.6",
73
+ "@backstage/plugin-search-common": "1.2.14",
74
+ "@backstage/plugin-search-react": "1.8.1-next.1",
75
+ "@backstage/types": "1.1.1",
76
76
  "@material-ui/core": "^4.12.2",
77
77
  "@material-ui/icons": "^4.9.1",
78
78
  "@material-ui/lab": "4.0.0-alpha.61",
79
79
  "@mui/utils": "^5.14.15",
80
- "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
81
80
  "dataloader": "^2.0.0",
82
81
  "expiry-map": "^2.0.0",
83
82
  "history": "^5.0.0",
@@ -87,24 +86,34 @@
87
86
  "zen-observable": "^0.10.0"
88
87
  },
89
88
  "devDependencies": {
90
- "@backstage/cli": "^0.28.0-next.0",
91
- "@backstage/core-app-api": "^1.15.1-next.0",
92
- "@backstage/dev-utils": "^1.1.1-next.0",
93
- "@backstage/frontend-test-utils": "^0.2.1-next.0",
94
- "@backstage/plugin-permission-common": "^0.8.1",
95
- "@backstage/test-utils": "^1.6.1-next.0",
89
+ "@backstage/cli": "0.28.0-next.1",
90
+ "@backstage/core-app-api": "1.15.1-next.1",
91
+ "@backstage/dev-utils": "1.1.2-next.1",
92
+ "@backstage/frontend-test-utils": "0.2.1-next.1",
93
+ "@backstage/plugin-permission-common": "0.8.1",
94
+ "@backstage/test-utils": "1.6.1-next.1",
96
95
  "@testing-library/dom": "^10.0.0",
97
96
  "@testing-library/jest-dom": "^6.0.0",
98
97
  "@testing-library/react": "^16.0.0",
99
98
  "@testing-library/user-event": "^14.0.0",
100
99
  "@types/pluralize": "^0.0.33",
100
+ "@types/react": "^18.0.0",
101
+ "react": "^18.0.2",
102
+ "react-dom": "^18.0.2",
103
+ "react-router-dom": "^6.3.0",
101
104
  "swr": "^2.2.5"
102
105
  },
103
106
  "peerDependencies": {
107
+ "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
104
108
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
105
109
  "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
106
110
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
107
111
  },
112
+ "peerDependenciesMeta": {
113
+ "@types/react": {
114
+ "optional": true
115
+ }
116
+ },
108
117
  "configSchema": "config.d.ts",
109
118
  "module": "./dist/index.esm.js"
110
119
  }