@backstage/plugin-org-react 0.0.0-nightly-20230902020952 → 0.0.0-nightly-20230904021056

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 +6 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230902020952
3
+ ## 0.0.0-nightly-20230904021056
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
8
8
  - 8cec7664e146: Removed `@types/node` dependency
9
9
  - Updated dependencies
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230902020952
11
- - @backstage/core-components@0.0.0-nightly-20230902020952
12
- - @backstage/core-plugin-api@0.0.0-nightly-20230902020952
13
- - @backstage/catalog-client@0.0.0-nightly-20230902020952
14
- - @backstage/catalog-model@0.0.0-nightly-20230902020952
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230904021056
11
+ - @backstage/core-components@0.0.0-nightly-20230904021056
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20230904021056
13
+ - @backstage/catalog-client@0.0.0-nightly-20230904021056
14
+ - @backstage/catalog-model@0.0.0-nightly-20230904021056
15
15
  - @backstage/theme@0.4.1
16
16
 
17
17
  ## 0.1.13-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230902020952",
3
+ "version": "0.0.0-nightly-20230904021056",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,11 +31,11 @@
31
31
  "postpack": "backstage-cli package postpack"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/catalog-client": "^0.0.0-nightly-20230902020952",
35
- "@backstage/catalog-model": "^0.0.0-nightly-20230902020952",
36
- "@backstage/core-components": "^0.0.0-nightly-20230902020952",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230902020952",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230902020952",
34
+ "@backstage/catalog-client": "^0.0.0-nightly-20230904021056",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-20230904021056",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230904021056",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230904021056",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230904021056",
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-20230902020952",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20230902020952",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20230902020952",
55
- "@backstage/test-utils": "^0.0.0-nightly-20230902020952",
52
+ "@backstage/cli": "^0.0.0-nightly-20230904021056",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20230904021056",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20230904021056",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20230904021056",
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",