@backstage/plugin-org-react 0.0.0-nightly-20230314021848 → 0.0.0-nightly-20230317022344

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,17 +1,29 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230314021848
3
+ ## 0.0.0-nightly-20230317022344
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20230317022344
9
+ - @backstage/catalog-client@1.4.0
10
+ - @backstage/catalog-model@1.2.1
11
+ - @backstage/core-plugin-api@1.5.0
12
+ - @backstage/theme@0.2.18
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230317022344
14
+
15
+ ## 0.1.5
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
8
20
  - Updated dependencies
9
- - @backstage/catalog-client@0.0.0-nightly-20230314021848
10
- - @backstage/core-components@0.0.0-nightly-20230314021848
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230314021848
12
- - @backstage/core-plugin-api@0.0.0-nightly-20230314021848
13
- - @backstage/catalog-model@0.0.0-nightly-20230314021848
14
- - @backstage/theme@0.0.0-nightly-20230314021848
21
+ - @backstage/catalog-client@1.4.0
22
+ - @backstage/core-components@0.12.5
23
+ - @backstage/plugin-catalog-react@1.4.0
24
+ - @backstage/core-plugin-api@1.5.0
25
+ - @backstage/catalog-model@1.2.1
26
+ - @backstage/theme@0.2.18
15
27
 
16
28
  ## 0.1.5-next.2
17
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230314021848",
3
+ "version": "0.0.0-nightly-20230317022344",
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-20230314021848",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20230314021848",
35
- "@backstage/core-components": "^0.0.0-nightly-20230314021848",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230314021848",
37
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230314021848",
38
- "@backstage/theme": "^0.0.0-nightly-20230314021848",
33
+ "@backstage/catalog-client": "^1.4.0",
34
+ "@backstage/catalog-model": "^1.2.1",
35
+ "@backstage/core-components": "^0.0.0-nightly-20230317022344",
36
+ "@backstage/core-plugin-api": "^1.5.0",
37
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230317022344",
38
+ "@backstage/theme": "^0.2.18",
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.57",
@@ -45,10 +45,10 @@
45
45
  "react": "^16.13.1 || ^17.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20230314021848",
49
- "@backstage/core-app-api": "^0.0.0-nightly-20230314021848",
50
- "@backstage/dev-utils": "^0.0.0-nightly-20230314021848",
51
- "@backstage/test-utils": "^0.0.0-nightly-20230314021848",
48
+ "@backstage/cli": "^0.0.0-nightly-20230317022344",
49
+ "@backstage/core-app-api": "^1.6.0",
50
+ "@backstage/dev-utils": "^0.0.0-nightly-20230317022344",
51
+ "@backstage/test-utils": "^1.2.6",
52
52
  "@testing-library/jest-dom": "^5.10.1",
53
53
  "@testing-library/react": "^12.1.3",
54
54
  "@testing-library/user-event": "^14.0.0",