@backstage/plugin-devtools 0.0.0-nightly-20231031021349 → 0.0.0-nightly-20231102021349

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 +18 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,19 +1,32 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20231031021349
3
+ ## 0.0.0-nightly-20231102021349
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6c2b8721531e: Add official support for React 18.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20231031021349
10
- - @backstage/core-plugin-api@0.0.0-nightly-20231031021349
11
- - @backstage/plugin-permission-react@0.0.0-nightly-20231031021349
12
- - @backstage/theme@0.0.0-nightly-20231031021349
9
+ - @backstage/core-components@0.0.0-nightly-20231102021349
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20231102021349
11
+ - @backstage/plugin-permission-react@0.0.0-nightly-20231102021349
12
+ - @backstage/theme@0.0.0-nightly-20231102021349
13
13
  - @backstage/errors@1.2.3
14
14
  - @backstage/types@1.1.1
15
15
  - @backstage/plugin-devtools-common@0.1.5
16
16
 
17
+ ## 0.1.6-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.13.8-next.1
23
+ - @backstage/core-plugin-api@1.8.0-next.0
24
+ - @backstage/errors@1.2.3
25
+ - @backstage/theme@0.4.4-next.0
26
+ - @backstage/types@1.1.1
27
+ - @backstage/plugin-devtools-common@0.1.5
28
+ - @backstage/plugin-permission-react@0.4.17-next.0
29
+
17
30
  ## 0.1.6-next.0
18
31
 
19
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20231031021349",
3
+ "version": "0.0.0-nightly-20231102021349",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -29,12 +29,12 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/core-components": "^0.0.0-nightly-20231031021349",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231031021349",
32
+ "@backstage/core-components": "^0.0.0-nightly-20231102021349",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231102021349",
34
34
  "@backstage/errors": "^1.2.3",
35
35
  "@backstage/plugin-devtools-common": "^0.1.5",
36
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20231031021349",
37
- "@backstage/theme": "^0.0.0-nightly-20231031021349",
36
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20231102021349",
37
+ "@backstage/theme": "^0.0.0-nightly-20231102021349",
38
38
  "@backstage/types": "^1.1.1",
39
39
  "@material-ui/core": "^4.9.13",
40
40
  "@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
49
49
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20231031021349",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20231031021349",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20231031021349",
55
- "@backstage/test-utils": "^0.0.0-nightly-20231031021349",
52
+ "@backstage/cli": "^0.0.0-nightly-20231102021349",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20231102021349",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20231102021349",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20231102021349",
56
56
  "@testing-library/jest-dom": "^6.0.0",
57
57
  "@testing-library/react": "^14.0.0",
58
58
  "@testing-library/user-event": "^14.0.0",