@backstage/test-utils 0.0.0-nightly-20241015023351 → 0.0.0-nightly-20241029023358

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,6 +1,19 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20241015023351
3
+ ## 0.0.0-nightly-20241029023358
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/theme@0.0.0-nightly-20241029023358
9
+ - @backstage/config@1.2.0
10
+ - @backstage/core-app-api@1.15.1
11
+ - @backstage/core-plugin-api@1.10.0
12
+ - @backstage/types@1.1.1
13
+ - @backstage/plugin-permission-common@0.8.1
14
+ - @backstage/plugin-permission-react@0.4.27
15
+
16
+ ## 1.7.0
4
17
 
5
18
  ### Minor Changes
6
19
 
@@ -18,10 +31,10 @@
18
31
 
19
32
  - e969dc7: Move `@types/react` to a peer dependency.
20
33
  - Updated dependencies
21
- - @backstage/core-plugin-api@0.0.0-nightly-20241015023351
22
- - @backstage/plugin-permission-react@0.0.0-nightly-20241015023351
23
- - @backstage/core-app-api@0.0.0-nightly-20241015023351
24
- - @backstage/theme@0.0.0-nightly-20241015023351
34
+ - @backstage/core-plugin-api@1.10.0
35
+ - @backstage/plugin-permission-react@0.4.27
36
+ - @backstage/core-app-api@1.15.1
37
+ - @backstage/theme@0.6.0
25
38
  - @backstage/config@1.2.0
26
39
  - @backstage/types@1.1.1
27
40
  - @backstage/plugin-permission-common@0.8.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/test-utils__alpha",
3
- "version": "0.0.0-nightly-20241015023351",
3
+ "version": "0.0.0-nightly-20241029023358",
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/test-utils",
3
- "version": "0.0.0-nightly-20241015023351",
3
+ "version": "0.0.0-nightly-20241029023358",
4
4
  "description": "Utilities to test Backstage plugins and apps.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -49,11 +49,11 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@backstage/config": "1.2.0",
52
- "@backstage/core-app-api": "0.0.0-nightly-20241015023351",
53
- "@backstage/core-plugin-api": "0.0.0-nightly-20241015023351",
52
+ "@backstage/core-app-api": "1.15.1",
53
+ "@backstage/core-plugin-api": "1.10.0",
54
54
  "@backstage/plugin-permission-common": "0.8.1",
55
- "@backstage/plugin-permission-react": "0.0.0-nightly-20241015023351",
56
- "@backstage/theme": "0.0.0-nightly-20241015023351",
55
+ "@backstage/plugin-permission-react": "0.4.27",
56
+ "@backstage/theme": "0.0.0-nightly-20241029023358",
57
57
  "@backstage/types": "1.1.1",
58
58
  "@material-ui/core": "^4.12.2",
59
59
  "@material-ui/icons": "^4.9.1",
@@ -62,7 +62,7 @@
62
62
  "zen-observable": "^0.10.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "0.0.0-nightly-20241015023351",
65
+ "@backstage/cli": "0.0.0-nightly-20241029023358",
66
66
  "@testing-library/jest-dom": "^6.0.0",
67
67
  "@types/jest": "*",
68
68
  "@types/react": "^18.0.0",