@backstage/plugin-app-visualizer 0.0.0-nightly-20240423021331 → 0.0.0-nightly-20240425021252

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 +12 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240423021331
3
+ ## 0.0.0-nightly-20240425021252
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240423021331
8
+ - @backstage/core-components@0.0.0-nightly-20240425021252
9
9
  - @backstage/core-plugin-api@1.9.2
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240423021331
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240425021252
11
+
12
+ ## 0.1.6-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/core-components@0.14.5-next.0
18
+ - @backstage/core-plugin-api@1.9.2
19
+ - @backstage/frontend-plugin-api@0.6.5-next.0
11
20
 
12
21
  ## 0.1.5
13
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20240423021331",
3
+ "version": "0.0.0-nightly-20240425021252",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -30,14 +30,14 @@
30
30
  "test": "backstage-cli package test"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/core-components": "^0.0.0-nightly-20240423021331",
33
+ "@backstage/core-components": "^0.0.0-nightly-20240425021252",
34
34
  "@backstage/core-plugin-api": "^1.9.2",
35
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240423021331",
35
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240425021252",
36
36
  "@material-ui/core": "^4.12.2",
37
37
  "@material-ui/icons": "^4.9.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.0.0-nightly-20240423021331",
40
+ "@backstage/cli": "^0.0.0-nightly-20240425021252",
41
41
  "@types/react": "^16.13.1 || ^17.0.0"
42
42
  },
43
43
  "peerDependencies": {