@backstage/plugin-devtools 0.0.0-nightly-20250113023347 → 0.0.0-nightly-20250122023023

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 +34 -8
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,17 +1,43 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20250113023347
3
+ ## 0.0.0-nightly-20250122023023
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250113023347
9
- - @backstage/core-plugin-api@0.0.0-nightly-20250113023347
10
- - @backstage/core-compat-api@0.0.0-nightly-20250113023347
11
- - @backstage/core-components@0.0.0-nightly-20250113023347
12
- - @backstage/errors@0.0.0-nightly-20250113023347
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20250113023347
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20250113023347
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250122023023
9
+ - @backstage/core-compat-api@0.0.0-nightly-20250122023023
10
+ - @backstage/core-components@0.16.3
11
+ - @backstage/core-plugin-api@1.10.3
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/plugin-devtools-common@0.1.15
14
+ - @backstage/plugin-permission-react@0.4.30
15
+
16
+ ## 0.1.24-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/frontend-plugin-api@0.9.5-next.0
22
+ - @backstage/core-compat-api@0.3.6-next.0
23
+ - @backstage/core-components@0.16.3
24
+ - @backstage/core-plugin-api@1.10.3
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/plugin-devtools-common@0.1.15
27
+ - @backstage/plugin-permission-react@0.4.30
28
+
29
+ ## 0.1.23
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @backstage/frontend-plugin-api@0.9.4
35
+ - @backstage/core-plugin-api@1.10.3
36
+ - @backstage/core-components@0.16.3
37
+ - @backstage/core-compat-api@0.3.5
38
+ - @backstage/errors@1.2.7
39
+ - @backstage/plugin-devtools-common@0.1.15
40
+ - @backstage/plugin-permission-react@0.4.30
15
41
 
16
42
  ## 0.1.23-next.0
17
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20250113023347",
3
+ "version": "0.0.0-nightly-20250122023023",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -60,13 +60,13 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/core-compat-api": "0.0.0-nightly-20250113023347",
64
- "@backstage/core-components": "0.0.0-nightly-20250113023347",
65
- "@backstage/core-plugin-api": "0.0.0-nightly-20250113023347",
66
- "@backstage/errors": "0.0.0-nightly-20250113023347",
67
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250113023347",
68
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20250113023347",
69
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250113023347",
63
+ "@backstage/core-compat-api": "0.0.0-nightly-20250122023023",
64
+ "@backstage/core-components": "0.16.3",
65
+ "@backstage/core-plugin-api": "1.10.3",
66
+ "@backstage/errors": "1.2.7",
67
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250122023023",
68
+ "@backstage/plugin-devtools-common": "0.1.15",
69
+ "@backstage/plugin-permission-react": "0.4.30",
70
70
  "@material-ui/core": "^4.9.13",
71
71
  "@material-ui/icons": "^4.9.1",
72
72
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -74,8 +74,8 @@
74
74
  "react-use": "^17.2.4"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "0.0.0-nightly-20250113023347",
78
- "@backstage/dev-utils": "0.0.0-nightly-20250113023347",
77
+ "@backstage/cli": "0.0.0-nightly-20250122023023",
78
+ "@backstage/dev-utils": "0.0.0-nightly-20250122023023",
79
79
  "@testing-library/jest-dom": "^6.0.0",
80
80
  "@types/react": "^18.0.0",
81
81
  "react": "^18.0.2",