@backstage/plugin-org-react 0.0.0-nightly-20230827021131 → 0.0.0-nightly-20230829023907

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,14 +1,14 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230827021131
3
+ ## 0.0.0-nightly-20230829023907
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20230827021131
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230827021131
11
- - @backstage/core-plugin-api@0.0.0-nightly-20230827021131
9
+ - @backstage/core-components@0.0.0-nightly-20230829023907
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230829023907
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20230829023907
12
12
  - @backstage/catalog-client@1.4.3
13
13
  - @backstage/catalog-model@1.4.1
14
14
  - @backstage/theme@0.4.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230827021131",
3
+ "version": "0.0.0-nightly-20230829023907",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,9 +33,9 @@
33
33
  "dependencies": {
34
34
  "@backstage/catalog-client": "^1.4.3",
35
35
  "@backstage/catalog-model": "^1.4.1",
36
- "@backstage/core-components": "^0.0.0-nightly-20230827021131",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230827021131",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230827021131",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230829023907",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230829023907",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230829023907",
39
39
  "@backstage/theme": "^0.4.1",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
49
49
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20230827021131",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20230827021131",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20230827021131",
55
- "@backstage/test-utils": "^0.0.0-nightly-20230827021131",
52
+ "@backstage/cli": "^0.0.0-nightly-20230829023907",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20230829023907",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20230829023907",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20230829023907",
56
56
  "@testing-library/dom": "^8.0.0",
57
57
  "@testing-library/jest-dom": "^5.10.1",
58
58
  "@testing-library/react": "^12.1.3",