@backstage/plugin-devtools 0.0.0-nightly-20241217023754 → 0.0.0-nightly-20250103023114

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 +21 -8
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,17 +1,30 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20241217023754
3
+ ## 0.0.0-nightly-20250103023114
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-compat-api@0.0.0-nightly-20241217023754
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241217023754
10
- - @backstage/core-components@0.0.0-nightly-20241217023754
11
- - @backstage/errors@0.0.0-nightly-20241217023754
12
- - @backstage/core-plugin-api@0.0.0-nightly-20241217023754
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20241217023754
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20241217023754
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250103023114
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20250103023114
10
+ - @backstage/core-compat-api@0.0.0-nightly-20250103023114
11
+ - @backstage/core-components@0.0.0-nightly-20250103023114
12
+ - @backstage/errors@0.0.0-nightly-20250103023114
13
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20250103023114
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20250103023114
15
+
16
+ ## 0.1.22
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-compat-api@0.3.4
22
+ - @backstage/frontend-plugin-api@0.9.3
23
+ - @backstage/core-components@0.16.2
24
+ - @backstage/errors@1.2.6
25
+ - @backstage/core-plugin-api@1.10.2
26
+ - @backstage/plugin-devtools-common@0.1.14
27
+ - @backstage/plugin-permission-react@0.4.29
15
28
 
16
29
  ## 0.1.22-next.2
17
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20241217023754",
3
+ "version": "0.0.0-nightly-20250103023114",
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-20241217023754",
64
- "@backstage/core-components": "0.0.0-nightly-20241217023754",
65
- "@backstage/core-plugin-api": "0.0.0-nightly-20241217023754",
66
- "@backstage/errors": "0.0.0-nightly-20241217023754",
67
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241217023754",
68
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20241217023754",
69
- "@backstage/plugin-permission-react": "0.0.0-nightly-20241217023754",
63
+ "@backstage/core-compat-api": "0.0.0-nightly-20250103023114",
64
+ "@backstage/core-components": "0.0.0-nightly-20250103023114",
65
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250103023114",
66
+ "@backstage/errors": "0.0.0-nightly-20250103023114",
67
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250103023114",
68
+ "@backstage/plugin-devtools-common": "0.0.0-nightly-20250103023114",
69
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20250103023114",
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-20241217023754",
78
- "@backstage/dev-utils": "0.0.0-nightly-20241217023754",
77
+ "@backstage/cli": "0.0.0-nightly-20250103023114",
78
+ "@backstage/dev-utils": "0.0.0-nightly-20250103023114",
79
79
  "@testing-library/jest-dom": "^6.0.0",
80
80
  "@types/react": "^18.0.0",
81
81
  "react": "^18.0.2",