@backstage/plugin-org-react 0.0.0-nightly-20231105021421 → 0.0.0-nightly-20231107021551

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 +5 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20231105021421
3
+ ## 0.0.0-nightly-20231107021551
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6c2b8721531e: Add official support for React 18.
8
8
  - 62b592291687: Internal theme type updates
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20231105021421
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20231105021421
12
- - @backstage/core-plugin-api@0.0.0-nightly-20231105021421
13
- - @backstage/theme@0.0.0-nightly-20231105021421
10
+ - @backstage/core-components@0.0.0-nightly-20231107021551
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20231107021551
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20231107021551
13
+ - @backstage/theme@0.0.0-nightly-20231107021551
14
14
  - @backstage/catalog-client@1.4.5
15
15
  - @backstage/catalog-model@1.4.3
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20231105021421",
3
+ "version": "0.0.0-nightly-20231107021551",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -34,10 +34,10 @@
34
34
  "dependencies": {
35
35
  "@backstage/catalog-client": "^1.4.5",
36
36
  "@backstage/catalog-model": "^1.4.3",
37
- "@backstage/core-components": "^0.0.0-nightly-20231105021421",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231105021421",
39
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231105021421",
40
- "@backstage/theme": "^0.0.0-nightly-20231105021421",
37
+ "@backstage/core-components": "^0.0.0-nightly-20231107021551",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231107021551",
39
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231107021551",
40
+ "@backstage/theme": "^0.0.0-nightly-20231107021551",
41
41
  "@material-ui/core": "^4.12.2",
42
42
  "@material-ui/icons": "^4.9.1",
43
43
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -50,10 +50,10 @@
50
50
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.0.0-nightly-20231105021421",
54
- "@backstage/core-app-api": "^0.0.0-nightly-20231105021421",
55
- "@backstage/dev-utils": "^0.0.0-nightly-20231105021421",
56
- "@backstage/test-utils": "^0.0.0-nightly-20231105021421",
53
+ "@backstage/cli": "^0.0.0-nightly-20231107021551",
54
+ "@backstage/core-app-api": "^0.0.0-nightly-20231107021551",
55
+ "@backstage/dev-utils": "^0.0.0-nightly-20231107021551",
56
+ "@backstage/test-utils": "^0.0.0-nightly-20231107021551",
57
57
  "@testing-library/dom": "^9.0.0",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^14.0.0",