@backstage/test-utils 0.0.0-nightly-20220823130 → 0.0.0-nightly-20220923026

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 +6 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,16 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20220823130
3
+ ## 0.0.0-nightly-20220923026
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 2d3fd91e33: Add new `MockConfigApi` as a more discoverable and leaner method for mocking configuration.
8
8
  - Updated dependencies
9
- - @backstage/core-app-api@0.0.0-nightly-20220823130
10
- - @backstage/core-plugin-api@0.0.0-nightly-20220823130
11
- - @backstage/theme@0.0.0-nightly-20220823130
12
- - @backstage/types@0.0.0-nightly-20220823130
9
+ - @backstage/config@0.0.0-nightly-20220923026
10
+ - @backstage/core-app-api@0.0.0-nightly-20220923026
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20220923026
12
+ - @backstage/theme@0.0.0-nightly-20220923026
13
+ - @backstage/types@0.0.0-nightly-20220923026
13
14
 
14
15
  ## 0.2.1
15
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
3
  "description": "Utilities to test Backstage plugins and apps.",
4
- "version": "0.0.0-nightly-20220823130",
4
+ "version": "0.0.0-nightly-20220923026",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -29,11 +29,11 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/config": "^0.1.11",
33
- "@backstage/core-app-api": "^0.0.0-nightly-20220823130",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220823130",
35
- "@backstage/theme": "^0.0.0-nightly-20220823130",
36
- "@backstage/types": "^0.0.0-nightly-20220823130",
32
+ "@backstage/config": "^0.0.0-nightly-20220923026",
33
+ "@backstage/core-app-api": "^0.0.0-nightly-20220923026",
34
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220923026",
35
+ "@backstage/theme": "^0.0.0-nightly-20220923026",
36
+ "@backstage/types": "^0.0.0-nightly-20220923026",
37
37
  "@material-ui/core": "^4.12.2",
38
38
  "@material-ui/icons": "^4.11.2",
39
39
  "@testing-library/jest-dom": "^5.10.1",
@@ -48,7 +48,7 @@
48
48
  "react": "^16.13.1 || ^17.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20220823130",
51
+ "@backstage/cli": "^0.0.0-nightly-20220923026",
52
52
  "@types/jest": "^26.0.7",
53
53
  "@types/node": "^14.14.32"
54
54
  },