@backstage/plugin-app-visualizer 0.0.0-nightly-20240427021228 → 0.0.0-nightly-20240428021607

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240427021228
3
+ ## 0.0.0-nightly-20240428021607
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240427021228
8
+ - @backstage/core-components@0.0.0-nightly-20240428021607
9
9
  - @backstage/core-plugin-api@1.9.2
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240427021228
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240428021607
11
11
 
12
12
  ## 0.1.6-next.0
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20240427021228",
3
+ "version": "0.0.0-nightly-20240428021607",
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-20240427021228",
33
+ "@backstage/core-components": "^0.0.0-nightly-20240428021607",
34
34
  "@backstage/core-plugin-api": "^1.9.2",
35
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240427021228",
35
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240428021607",
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-20240427021228",
40
+ "@backstage/cli": "^0.0.0-nightly-20240428021607",
41
41
  "@types/react": "^16.13.1 || ^17.0.0"
42
42
  },
43
43
  "peerDependencies": {