@backstage/plugin-devtools 0.0.0-nightly-20231010021207 → 0.0.0-nightly-20231012021036

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 -7
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,17 +1,31 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20231010021207
3
+ ## 0.0.0-nightly-20231012021036
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 9a1fce352e6a: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
7
8
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-20231010021207
9
- - @backstage/core-components@0.0.0-nightly-20231010021207
10
- - @backstage/errors@0.0.0-nightly-20231010021207
11
- - @backstage/theme@0.0.0-nightly-20231010021207
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20231012021036
10
+ - @backstage/core-components@0.0.0-nightly-20231012021036
11
+ - @backstage/errors@0.0.0-nightly-20231012021036
12
+ - @backstage/plugin-permission-react@0.0.0-nightly-20231012021036
13
+ - @backstage/theme@0.0.0-nightly-20231012021036
12
14
  - @backstage/types@1.1.1
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20231010021207
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20231010021207
15
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20231012021036
16
+
17
+ ## 0.1.5-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.13.6-next.2
23
+ - @backstage/core-plugin-api@1.7.0-next.1
24
+ - @backstage/errors@1.2.3-next.0
25
+ - @backstage/theme@0.4.3-next.0
26
+ - @backstage/types@1.1.1
27
+ - @backstage/plugin-devtools-common@0.1.5-next.0
28
+ - @backstage/plugin-permission-react@0.4.16-next.1
15
29
 
16
30
  ## 0.1.5-next.1
17
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20231010021207",
3
+ "version": "0.0.0-nightly-20231012021036",
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-20231010021207",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231010021207",
34
- "@backstage/errors": "^0.0.0-nightly-20231010021207",
35
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20231010021207",
36
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20231010021207",
37
- "@backstage/theme": "^0.0.0-nightly-20231010021207",
32
+ "@backstage/core-components": "^0.0.0-nightly-20231012021036",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231012021036",
34
+ "@backstage/errors": "^0.0.0-nightly-20231012021036",
35
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20231012021036",
36
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20231012021036",
37
+ "@backstage/theme": "^0.0.0-nightly-20231012021036",
38
38
  "@backstage/types": "^1.1.1",
39
39
  "@material-ui/core": "^4.9.13",
40
40
  "@material-ui/icons": "^4.9.1",
@@ -49,11 +49,11 @@
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-20231010021207",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20231010021207",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20231010021207",
55
- "@backstage/test-utils": "^0.0.0-nightly-20231010021207",
56
- "@testing-library/jest-dom": "^5.10.1",
52
+ "@backstage/cli": "^0.0.0-nightly-20231012021036",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20231012021036",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20231012021036",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20231012021036",
56
+ "@testing-library/jest-dom": "^6.0.0",
57
57
  "@testing-library/react": "^12.1.3",
58
58
  "@testing-library/user-event": "^14.0.0",
59
59
  "cross-fetch": "^3.1.5",