@backstage/plugin-app-visualizer 0.2.3 → 0.2.4-next.0
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.
- package/CHANGELOG.md +6 -4
- package/dist/package.json.esm.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-app-visualizer
|
|
2
2
|
|
|
3
|
-
## 0.2.
|
|
3
|
+
## 0.2.4-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- e2d9831: Tightened React Aria dependency version ranges from `^` to `~` to prevent unintended minor version upgrades.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/
|
|
9
|
+
- @backstage/core-components@0.18.10-next.0
|
|
10
|
+
- @backstage/ui@0.15.0-next.0
|
|
11
|
+
- @backstage/frontend-plugin-api@0.17.0-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
11
13
|
|
|
12
14
|
## 0.2.2
|
|
13
15
|
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-app-visualizer",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4-next.0",
|
|
4
4
|
"description": "Visualizes the Backstage app structure",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/core-components": "
|
|
41
|
-
"@backstage/core-plugin-api": "
|
|
42
|
-
"@backstage/frontend-plugin-api": "
|
|
43
|
-
"@backstage/ui": "
|
|
40
|
+
"@backstage/core-components": "0.18.10-next.0",
|
|
41
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
42
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.0",
|
|
43
|
+
"@backstage/ui": "0.15.0-next.0",
|
|
44
44
|
"@remixicon/react": "^4.6.0",
|
|
45
45
|
"react-aria-components": "~1.17.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@backstage/cli": "
|
|
49
|
-
"@backstage/frontend-dev-utils": "
|
|
48
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
49
|
+
"@backstage/frontend-dev-utils": "0.1.2-next.0",
|
|
50
50
|
"@types/react": "^18.0.0",
|
|
51
51
|
"react": "^18.0.2",
|
|
52
52
|
"react-dom": "^18.0.2",
|