@backstage/plugin-app-visualizer 0.0.0-nightly-20240129021015 → 0.0.0-nightly-20240131021027

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,13 +1,22 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240129021015
3
+ ## 0.0.0-nightly-20240131021027
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240129021015
9
- - @backstage/core-components@0.13.10
10
- - @backstage/core-plugin-api@1.8.2
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240131021027
9
+ - @backstage/core-components@0.0.0-nightly-20240131021027
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20240131021027
11
+
12
+ ## 0.1.1-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/frontend-plugin-api@0.6.0-next.1
18
+ - @backstage/core-components@0.14.0-next.0
19
+ - @backstage/core-plugin-api@1.8.3-next.0
11
20
 
12
21
  ## 0.1.1-next.0
13
22
 
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-20240129021015",
4
+ "version": "0.0.0-nightly-20240131021027",
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.13.10",
26
- "@backstage/core-plugin-api": "^1.8.2",
27
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240129021015",
25
+ "@backstage/core-components": "^0.0.0-nightly-20240131021027",
26
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240131021027",
27
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240131021027",
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-20240129021015",
37
+ "@backstage/cli": "^0.0.0-nightly-20240131021027",
38
38
  "@types/react": "^16.13.1 || ^17.0.0"
39
39
  },
40
40
  "files": [