@backstage/plugin-app-visualizer 0.0.0-nightly-20240218021152 → 0.0.0-nightly-20240220020934

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240218021152
3
+ ## 0.0.0-nightly-20240220020934
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8472188: Added or fixed the `repository` field in `package.json`.
8
8
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240218021152
10
- - @backstage/core-components@0.0.0-nightly-20240218021152
11
- - @backstage/core-plugin-api@0.0.0-nightly-20240218021152
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240220020934
10
+ - @backstage/core-components@0.0.0-nightly-20240220020934
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20240220020934
12
12
 
13
13
  ## 0.1.1-next.3
14
14
 
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-20240218021152",
4
+ "version": "0.0.0-nightly-20240220020934",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -27,9 +27,9 @@
27
27
  "clean": "backstage-cli package clean"
28
28
  },
29
29
  "dependencies": {
30
- "@backstage/core-components": "^0.0.0-nightly-20240218021152",
31
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240218021152",
32
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240218021152",
30
+ "@backstage/core-components": "^0.0.0-nightly-20240220020934",
31
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240220020934",
32
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240220020934",
33
33
  "@material-ui/core": "^4.12.2",
34
34
  "@material-ui/icons": "^4.9.1"
35
35
  },
@@ -39,7 +39,7 @@
39
39
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-20240218021152",
42
+ "@backstage/cli": "^0.0.0-nightly-20240220020934",
43
43
  "@types/react": "^16.13.1 || ^17.0.0"
44
44
  },
45
45
  "files": [