@backstage/plugin-devtools 0.0.0-nightly-20260116025035 → 0.0.0-nightly-20260118025620

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