@backstage/plugin-app-visualizer 0.0.0-nightly-20241105023134 → 0.0.0-nightly-20241106023105

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 +14 -3
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,24 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20241105023134
3
+ ## 0.0.0-nightly-20241106023105
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - e586e77: New `devDependency` for local development setup.
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20241105023134
9
+ - @backstage/core-components@0.0.0-nightly-20241106023105
9
10
  - @backstage/core-plugin-api@1.10.0
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241105023134
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241106023105
12
+
13
+ ## 0.1.12-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - e586e77: New `devDependency` for local development setup.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.16.0-next.1
20
+ - @backstage/core-plugin-api@1.10.0
21
+ - @backstage/frontend-plugin-api@0.9.1-next.1
11
22
 
12
23
  ## 0.1.12-next.1
13
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20241105023134",
3
+ "version": "0.0.0-nightly-20241106023105",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -34,14 +34,15 @@
34
34
  "test": "backstage-cli package test"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "0.0.0-nightly-20241105023134",
37
+ "@backstage/core-components": "0.0.0-nightly-20241106023105",
38
38
  "@backstage/core-plugin-api": "1.10.0",
39
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241105023134",
39
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241106023105",
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-20241105023134",
44
+ "@backstage/cli": "0.0.0-nightly-20241106023105",
45
+ "@backstage/frontend-defaults": "0.0.0-nightly-20241106023105",
45
46
  "@types/react": "^18.0.0",
46
47
  "react": "^18.0.2",
47
48
  "react-dom": "^18.0.2",