@backstage/plugin-org-react 0.0.0-nightly-20230417021847 → 0.0.0-nightly-20230425021929

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230417021847
3
+ ## 0.0.0-nightly-20230425021929
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230425021929
9
+ - @backstage/catalog-client@1.4.1
10
+ - @backstage/catalog-model@1.3.0
11
+ - @backstage/core-components@0.13.0
12
+ - @backstage/core-plugin-api@1.5.1
13
+ - @backstage/theme@0.2.19
14
+
15
+ ## 0.1.6
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - 29ba8267d69: Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`.
8
20
  - e0c6e8b9c3c: Update peer dependencies
9
21
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20230417021847
11
- - @backstage/catalog-client@0.0.0-nightly-20230417021847
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230417021847
13
- - @backstage/catalog-model@0.0.0-nightly-20230417021847
14
- - @backstage/core-plugin-api@0.0.0-nightly-20230417021847
15
- - @backstage/theme@0.0.0-nightly-20230417021847
22
+ - @backstage/core-components@0.13.0
23
+ - @backstage/catalog-client@1.4.1
24
+ - @backstage/plugin-catalog-react@1.5.0
25
+ - @backstage/theme@0.2.19
26
+ - @backstage/core-plugin-api@1.5.1
27
+ - @backstage/catalog-model@1.3.0
16
28
 
17
29
  ## 0.1.6-next.3
18
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230417021847",
3
+ "version": "0.0.0-nightly-20230425021929",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -30,12 +30,12 @@
30
30
  "postpack": "backstage-cli package postpack"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/catalog-client": "^0.0.0-nightly-20230417021847",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20230417021847",
35
- "@backstage/core-components": "^0.0.0-nightly-20230417021847",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230417021847",
37
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230417021847",
38
- "@backstage/theme": "^0.0.0-nightly-20230417021847",
33
+ "@backstage/catalog-client": "^1.4.1",
34
+ "@backstage/catalog-model": "^1.3.0",
35
+ "@backstage/core-components": "^0.13.0",
36
+ "@backstage/core-plugin-api": "^1.5.1",
37
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230425021929",
38
+ "@backstage/theme": "^0.2.19",
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",
@@ -47,10 +47,10 @@
47
47
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-20230417021847",
51
- "@backstage/core-app-api": "^0.0.0-nightly-20230417021847",
52
- "@backstage/dev-utils": "^0.0.0-nightly-20230417021847",
53
- "@backstage/test-utils": "^0.0.0-nightly-20230417021847",
50
+ "@backstage/cli": "^0.0.0-nightly-20230425021929",
51
+ "@backstage/core-app-api": "^1.7.0",
52
+ "@backstage/dev-utils": "^0.0.0-nightly-20230425021929",
53
+ "@backstage/test-utils": "^1.3.0",
54
54
  "@testing-library/dom": "^8.0.0",
55
55
  "@testing-library/jest-dom": "^5.10.1",
56
56
  "@testing-library/react": "^12.1.3",