@backstage/plugin-org-react 0.0.0-nightly-20230514022003 → 0.0.0-nightly-20230516022030

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 +4 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230514022003
3
+ ## 0.0.0-nightly-20230516022030
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/theme@0.0.0-nightly-20230514022003
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230514022003
10
- - @backstage/core-components@0.0.0-nightly-20230514022003
8
+ - @backstage/theme@0.0.0-nightly-20230516022030
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230516022030
10
+ - @backstage/core-components@0.0.0-nightly-20230516022030
11
11
  - @backstage/catalog-client@1.4.1
12
12
  - @backstage/catalog-model@1.3.0
13
13
  - @backstage/core-plugin-api@1.5.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230514022003",
3
+ "version": "0.0.0-nightly-20230516022030",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,10 +32,10 @@
32
32
  "dependencies": {
33
33
  "@backstage/catalog-client": "^1.4.1",
34
34
  "@backstage/catalog-model": "^1.3.0",
35
- "@backstage/core-components": "^0.0.0-nightly-20230514022003",
35
+ "@backstage/core-components": "^0.0.0-nightly-20230516022030",
36
36
  "@backstage/core-plugin-api": "^1.5.1",
37
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230514022003",
38
- "@backstage/theme": "^0.0.0-nightly-20230514022003",
37
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230516022030",
38
+ "@backstage/theme": "^0.0.0-nightly-20230516022030",
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-20230514022003",
51
- "@backstage/core-app-api": "^0.0.0-nightly-20230514022003",
52
- "@backstage/dev-utils": "^0.0.0-nightly-20230514022003",
53
- "@backstage/test-utils": "^0.0.0-nightly-20230514022003",
50
+ "@backstage/cli": "^0.0.0-nightly-20230516022030",
51
+ "@backstage/core-app-api": "^0.0.0-nightly-20230516022030",
52
+ "@backstage/dev-utils": "^0.0.0-nightly-20230516022030",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20230516022030",
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",