@backstage/plugin-devtools 0.0.0-nightly-20260504032045 → 0.0.0-nightly-20260507032228
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 +18 -9
- package/dist/package.json.esm.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-devtools
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260507032228
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- b15ef55: Scheduled Tasks page now refreshes its table automatically after a task is triggered or cancelled, so the updated status is visible without reloading the browser.
|
|
8
8
|
- 08c922e: Migrated `ConfigContent` component from Material UI to Backstage UI (BUI).
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
11
|
-
- @backstage/ui@0.0.0-nightly-
|
|
12
|
-
- @backstage/errors@0.0.0-nightly-
|
|
13
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
14
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
15
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/plugin-permission-react@0.0.0-nightly-
|
|
17
|
-
- @backstage/plugin-devtools-common@0.0.0-nightly-
|
|
10
|
+
- @backstage/core-components@0.0.0-nightly-20260507032228
|
|
11
|
+
- @backstage/ui@0.0.0-nightly-20260507032228
|
|
12
|
+
- @backstage/errors@0.0.0-nightly-20260507032228
|
|
13
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20260507032228
|
|
14
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20260507032228
|
|
15
|
+
- @backstage/core-compat-api@0.0.0-nightly-20260507032228
|
|
16
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20260507032228
|
|
17
|
+
- @backstage/plugin-devtools-common@0.0.0-nightly-20260507032228
|
|
18
|
+
|
|
19
|
+
## 0.1.39-next.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 08c922e: Migrated `ConfigContent` component from Material UI to Backstage UI (BUI).
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/ui@0.15.0-next.2
|
|
26
|
+
- @backstage/core-components@0.18.10-next.1
|
|
18
27
|
|
|
19
28
|
## 0.1.39-next.1
|
|
20
29
|
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260507032228",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "devtools",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"test": "backstage-cli package test"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@backstage/core-compat-api": "0.0.0-nightly-
|
|
69
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
70
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
71
|
-
"@backstage/errors": "0.0.0-nightly-
|
|
72
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
73
|
-
"@backstage/plugin-devtools-common": "0.0.0-nightly-
|
|
74
|
-
"@backstage/plugin-permission-react": "0.0.0-nightly-
|
|
75
|
-
"@backstage/ui": "0.0.0-nightly-
|
|
68
|
+
"@backstage/core-compat-api": "0.0.0-nightly-20260507032228",
|
|
69
|
+
"@backstage/core-components": "0.0.0-nightly-20260507032228",
|
|
70
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20260507032228",
|
|
71
|
+
"@backstage/errors": "0.0.0-nightly-20260507032228",
|
|
72
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20260507032228",
|
|
73
|
+
"@backstage/plugin-devtools-common": "0.0.0-nightly-20260507032228",
|
|
74
|
+
"@backstage/plugin-permission-react": "0.0.0-nightly-20260507032228",
|
|
75
|
+
"@backstage/ui": "0.0.0-nightly-20260507032228",
|
|
76
76
|
"@material-ui/core": "^4.9.13",
|
|
77
77
|
"@material-ui/icons": "^4.9.1",
|
|
78
78
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"react-use": "^17.2.4"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
85
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
84
|
+
"@backstage/cli": "0.0.0-nightly-20260507032228",
|
|
85
|
+
"@backstage/dev-utils": "0.0.0-nightly-20260507032228",
|
|
86
86
|
"@testing-library/jest-dom": "^6.0.0",
|
|
87
87
|
"@types/lodash": "^4.14.151",
|
|
88
88
|
"@types/react": "^18.0.0",
|