@backstage/plugin-app-visualizer 0.0.0-nightly-20241002023110 → 0.0.0-nightly-20241003023252

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20241002023110
3
+ ## 0.0.0-nightly-20241003023252
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e969dc7: Move `@types/react` to a peer dependency.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20241002023110
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241002023110
11
- - @backstage/core-plugin-api@0.0.0-nightly-20241002023110
9
+ - @backstage/core-components@0.0.0-nightly-20241003023252
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241003023252
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20241003023252
12
12
 
13
13
  ## 0.1.11-next.1
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20241002023110",
3
+ "version": "0.0.0-nightly-20241003023252",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -34,14 +34,14 @@
34
34
  "test": "backstage-cli package test"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "0.0.0-nightly-20241002023110",
38
- "@backstage/core-plugin-api": "0.0.0-nightly-20241002023110",
39
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241002023110",
37
+ "@backstage/core-components": "0.0.0-nightly-20241003023252",
38
+ "@backstage/core-plugin-api": "0.0.0-nightly-20241003023252",
39
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241003023252",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/cli": "0.0.0-nightly-20241002023110",
44
+ "@backstage/cli": "0.0.0-nightly-20241003023252",
45
45
  "@types/react": "^18.0.0",
46
46
  "react": "^18.0.2",
47
47
  "react-dom": "^18.0.2",