@backstage/plugin-app-visualizer 0.0.0-nightly-20240326021005 → 0.0.0-nightly-20240327021030

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