@backstage/test-utils 0.0.0-nightly-20240809021939 → 0.0.0-nightly-20240811022228

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,17 +1,17 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20240809021939
3
+ ## 0.0.0-nightly-20240811022228
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-permission-common@0.0.0-nightly-20240809021939
9
- - @backstage/core-app-api@0.0.0-nightly-20240809021939
8
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240811022228
9
+ - @backstage/core-app-api@0.0.0-nightly-20240811022228
10
10
  - @backstage/config@1.2.0
11
11
  - @backstage/core-plugin-api@1.9.3
12
12
  - @backstage/theme@0.5.6
13
13
  - @backstage/types@1.1.1
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20240809021939
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240811022228
15
15
 
16
16
  ## 1.5.10-next.2
17
17
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/test-utils__alpha",
3
- "version": "0.0.0-nightly-20240809021939",
3
+ "version": "0.0.0-nightly-20240811022228",
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-20240809021939",
3
+ "version": "0.0.0-nightly-20240811022228",
4
4
  "description": "Utilities to test Backstage plugins and apps.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -49,10 +49,10 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@backstage/config": "^1.2.0",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20240809021939",
52
+ "@backstage/core-app-api": "^0.0.0-nightly-20240811022228",
53
53
  "@backstage/core-plugin-api": "^1.9.3",
54
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240809021939",
55
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240809021939",
54
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240811022228",
55
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240811022228",
56
56
  "@backstage/theme": "^0.5.6",
57
57
  "@backstage/types": "^1.1.1",
58
58
  "@material-ui/core": "^4.12.2",
@@ -63,7 +63,7 @@
63
63
  "zen-observable": "^0.10.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/cli": "^0.0.0-nightly-20240809021939",
66
+ "@backstage/cli": "^0.0.0-nightly-20240811022228",
67
67
  "@testing-library/jest-dom": "^6.0.0",
68
68
  "msw": "^1.0.0"
69
69
  },