@backstage/plugin-app-visualizer 0.0.0-nightly-20240115021728 → 0.0.0-nightly-20240119021656

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 +13 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240115021728
3
+ ## 0.0.0-nightly-20240119021656
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240119021656
9
+ - @backstage/core-components@0.13.10
10
+ - @backstage/core-plugin-api@1.8.2
11
+
12
+ ## 0.1.0
4
13
 
5
14
  ### Minor Changes
6
15
 
@@ -9,6 +18,6 @@
9
18
  ### Patch Changes
10
19
 
11
20
  - Updated dependencies
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240115021728
13
- - @backstage/core-components@0.0.0-nightly-20240115021728
14
- - @backstage/core-plugin-api@0.0.0-nightly-20240115021728
21
+ - @backstage/frontend-plugin-api@0.5.0
22
+ - @backstage/core-components@0.13.10
23
+ - @backstage/core-plugin-api@1.8.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
3
  "description": "Visualizes the Backstage app structure",
4
- "version": "0.0.0-nightly-20240115021728",
4
+ "version": "0.0.0-nightly-20240119021656",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -22,9 +22,9 @@
22
22
  "clean": "backstage-cli package clean"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/core-components": "^0.0.0-nightly-20240115021728",
26
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240115021728",
27
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240115021728",
25
+ "@backstage/core-components": "^0.13.10",
26
+ "@backstage/core-plugin-api": "^1.8.2",
27
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240119021656",
28
28
  "@material-ui/core": "^4.12.2",
29
29
  "@material-ui/icons": "^4.9.1"
30
30
  },
@@ -34,7 +34,7 @@
34
34
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/cli": "^0.0.0-nightly-20240115021728",
37
+ "@backstage/cli": "^0.0.0-nightly-20240119021656",
38
38
  "@types/react": "^16.13.1 || ^17.0.0"
39
39
  },
40
40
  "files": [