@backstage/plugin-devtools 0.0.0-nightly-20240326055012 → 0.0.0-nightly-20240403021132

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,14 +1,40 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240326055012
3
+ ## 0.0.0-nightly-20240403021132
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20240403021132
9
+ - @backstage/core-compat-api@0.0.0-nightly-20240403021132
10
+ - @backstage/core-plugin-api@1.9.1
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240403021132
13
+ - @backstage/plugin-devtools-common@0.1.9
14
+ - @backstage/plugin-permission-react@0.4.21
15
+
16
+ ## 0.1.13-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.14.4-next.0
22
+ - @backstage/core-compat-api@0.2.4-next.0
23
+ - @backstage/core-plugin-api@1.9.1
24
+ - @backstage/errors@1.2.4
25
+ - @backstage/frontend-plugin-api@0.6.4-next.0
26
+ - @backstage/plugin-devtools-common@0.1.9
27
+ - @backstage/plugin-permission-react@0.4.21
28
+
29
+ ## 0.1.12
4
30
 
5
31
  ### Patch Changes
6
32
 
7
33
  - e8f026a: Use ESM exports of react-use library
8
34
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240326055012
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240326055012
11
- - @backstage/core-compat-api@0.0.0-nightly-20240326055012
35
+ - @backstage/core-components@0.14.3
36
+ - @backstage/frontend-plugin-api@0.6.3
37
+ - @backstage/core-compat-api@0.2.3
12
38
  - @backstage/core-plugin-api@1.9.1
13
39
  - @backstage/errors@1.2.4
14
40
  - @backstage/plugin-devtools-common@0.1.9
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240326055012",
3
+ "version": "0.0.0-nightly-20240403021132",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240326055012",
3
+ "version": "0.0.0-nightly-20240403021132",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -40,11 +40,11 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/core-compat-api": "^0.0.0-nightly-20240326055012",
44
- "@backstage/core-components": "^0.0.0-nightly-20240326055012",
43
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240403021132",
44
+ "@backstage/core-components": "^0.0.0-nightly-20240403021132",
45
45
  "@backstage/core-plugin-api": "^1.9.1",
46
46
  "@backstage/errors": "^1.2.4",
47
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240326055012",
47
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240403021132",
48
48
  "@backstage/plugin-devtools-common": "^0.1.9",
49
49
  "@backstage/plugin-permission-react": "^0.4.21",
50
50
  "@material-ui/core": "^4.9.13",
@@ -60,8 +60,8 @@
60
60
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.0.0-nightly-20240326055012",
64
- "@backstage/dev-utils": "^0.0.0-nightly-20240326055012",
63
+ "@backstage/cli": "^0.0.0-nightly-20240403021132",
64
+ "@backstage/dev-utils": "^0.0.0-nightly-20240403021132",
65
65
  "@testing-library/jest-dom": "^6.0.0"
66
66
  },
67
67
  "files": [