@backstage/plugin-devtools 0.0.0-nightly-20260119025541 → 0.0.0-nightly-20260120025109

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,17 +1,17 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20260119025541
3
+ ## 0.0.0-nightly-20260120025109
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260119025541
9
- - @backstage/core-components@0.0.0-nightly-20260119025541
10
- - @backstage/core-compat-api@0.0.0-nightly-20260119025541
11
- - @backstage/core-plugin-api@0.0.0-nightly-20260119025541
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260120025109
9
+ - @backstage/core-components@0.0.0-nightly-20260120025109
10
+ - @backstage/core-compat-api@0.0.0-nightly-20260120025109
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20260120025109
12
12
  - @backstage/errors@1.2.7
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20260119025541
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20260119025541
13
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20260120025109
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260120025109
15
15
 
16
16
  ## 0.1.35-next.1
17
17
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.0.0-nightly-20260119025541";
2
+ var version = "0.0.0-nightly-20260120025109";
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-20260119025541",
3
+ "version": "0.0.0-nightly-20260120025109",
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-20260119025541",
68
- "@backstage/core-components": "0.0.0-nightly-20260119025541",
69
- "@backstage/core-plugin-api": "0.0.0-nightly-20260119025541",
67
+ "@backstage/core-compat-api": "0.0.0-nightly-20260120025109",
68
+ "@backstage/core-components": "0.0.0-nightly-20260120025109",
69
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260120025109",
70
70
  "@backstage/errors": "1.2.7",
71
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260119025541",
72
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20260119025541",
73
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260119025541",
71
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260120025109",
72
+ "@backstage/plugin-devtools-common": "0.0.0-nightly-20260120025109",
73
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260120025109",
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-20260119025541",
83
- "@backstage/dev-utils": "0.0.0-nightly-20260119025541",
82
+ "@backstage/cli": "0.0.0-nightly-20260120025109",
83
+ "@backstage/dev-utils": "0.0.0-nightly-20260120025109",
84
84
  "@testing-library/jest-dom": "^6.0.0",
85
85
  "@types/lodash": "^4.14.151",
86
86
  "@types/react": "^18.0.0",