@backstage/plugin-devtools 0.0.0-nightly-20240201021259 → 0.0.0-nightly-20240203020827

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,20 +1,21 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240201021259
3
+ ## 0.0.0-nightly-20240203020827
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c12a86c: Refactored code to improve accessibility by moving elements outside the `ul` tag and placing them appropriately. Also adjusted theme to offer better contrast.
8
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
8
9
  - b89d8be: Added alpha support for the New Frontend System (Declarative Integration)
9
10
  - 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
10
11
  - Updated dependencies
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240201021259
12
- - @backstage/core-compat-api@0.0.0-nightly-20240201021259
13
- - @backstage/core-components@0.0.0-nightly-20240201021259
14
- - @backstage/core-plugin-api@0.0.0-nightly-20240201021259
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240203020827
13
+ - @backstage/core-compat-api@0.0.0-nightly-20240203020827
14
+ - @backstage/core-components@0.0.0-nightly-20240203020827
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20240203020827
16
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240203020827
15
17
  - @backstage/errors@1.2.3
16
18
  - @backstage/plugin-devtools-common@0.1.8
17
- - @backstage/plugin-permission-react@0.0.0-nightly-20240201021259
18
19
 
19
20
  ## 0.1.9-next.1
20
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240201021259",
3
+ "version": "0.0.0-nightly-20240203020827",
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-20240201021259",
3
+ "version": "0.0.0-nightly-20240203020827",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -40,13 +40,13 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/core-compat-api": "^0.0.0-nightly-20240201021259",
44
- "@backstage/core-components": "^0.0.0-nightly-20240201021259",
45
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240201021259",
43
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240203020827",
44
+ "@backstage/core-components": "^0.0.0-nightly-20240203020827",
45
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240203020827",
46
46
  "@backstage/errors": "^1.2.3",
47
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240201021259",
47
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240203020827",
48
48
  "@backstage/plugin-devtools-common": "^0.1.8",
49
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240201021259",
49
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240203020827",
50
50
  "@material-ui/core": "^4.9.13",
51
51
  "@material-ui/icons": "^4.9.1",
52
52
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -54,14 +54,14 @@
54
54
  "react-use": "^17.2.4"
55
55
  },
56
56
  "peerDependencies": {
57
- "@types/react": "^16.13.1 || ^17.0.0",
57
+ "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
58
58
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
59
59
  "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
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-20240201021259",
64
- "@backstage/dev-utils": "^0.0.0-nightly-20240201021259",
63
+ "@backstage/cli": "^0.0.0-nightly-20240203020827",
64
+ "@backstage/dev-utils": "^0.0.0-nightly-20240203020827",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^14.0.0"
67
67
  },