@backstage/plugin-devtools 0.0.0-nightly-20251213024329 → 0.0.0-nightly-20251230024823

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 CHANGED
@@ -1,19 +1,31 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20251213024329
3
+ ## 0.0.0-nightly-20251230024823
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-compat-api@0.0.0-nightly-20251230024823
9
+ - @backstage/core-components@0.18.4
10
+ - @backstage/core-plugin-api@1.12.1
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/frontend-plugin-api@0.13.2
13
+ - @backstage/plugin-devtools-common@0.1.20
14
+ - @backstage/plugin-permission-react@0.4.39
15
+
16
+ ## 0.1.34
4
17
 
5
18
  ### Patch Changes
6
19
 
7
20
  - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
8
21
  - 291bf9d: Added scheduled tasks UI feature for the DevTools plugin
9
22
  - Updated dependencies
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251213024329
11
- - @backstage/core-components@0.0.0-nightly-20251213024329
12
- - @backstage/core-plugin-api@0.0.0-nightly-20251213024329
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20251213024329
14
- - @backstage/core-compat-api@0.0.0-nightly-20251213024329
15
- - @backstage/errors@1.2.7
16
- - @backstage/plugin-permission-react@0.0.0-nightly-20251213024329
23
+ - @backstage/frontend-plugin-api@0.13.2
24
+ - @backstage/core-components@0.18.4
25
+ - @backstage/core-plugin-api@1.12.1
26
+ - @backstage/plugin-devtools-common@0.1.20
27
+ - @backstage/core-compat-api@0.5.5
28
+ - @backstage/plugin-permission-react@0.4.39
17
29
 
18
30
  ## 0.1.34-next.0
19
31
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.0.0-nightly-20251213024329";
2
+ var version = "0.0.0-nightly-20251230024823";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "devtools",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20251213024329",
3
+ "version": "0.0.0-nightly-20251230024823",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -64,13 +64,13 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage/core-compat-api": "0.0.0-nightly-20251213024329",
68
- "@backstage/core-components": "0.0.0-nightly-20251213024329",
69
- "@backstage/core-plugin-api": "0.0.0-nightly-20251213024329",
67
+ "@backstage/core-compat-api": "0.0.0-nightly-20251230024823",
68
+ "@backstage/core-components": "0.18.4",
69
+ "@backstage/core-plugin-api": "1.12.1",
70
70
  "@backstage/errors": "1.2.7",
71
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251213024329",
72
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20251213024329",
73
- "@backstage/plugin-permission-react": "0.0.0-nightly-20251213024329",
71
+ "@backstage/frontend-plugin-api": "0.13.2",
72
+ "@backstage/plugin-devtools-common": "0.1.20",
73
+ "@backstage/plugin-permission-react": "0.4.39",
74
74
  "@material-ui/core": "^4.9.13",
75
75
  "@material-ui/icons": "^4.9.1",
76
76
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -79,8 +79,8 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.0.0-nightly-20251213024329",
83
- "@backstage/dev-utils": "0.0.0-nightly-20251213024329",
82
+ "@backstage/cli": "0.0.0-nightly-20251230024823",
83
+ "@backstage/dev-utils": "0.0.0-nightly-20251230024823",
84
84
  "@testing-library/jest-dom": "^6.0.0",
85
85
  "@types/lodash": "^4.14.151",
86
86
  "@types/react": "^18.0.0",