@backstage/test-utils 0.0.0-nightly-20220623347 → 0.0.0-nightly-20220723117

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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20220623347
3
+ ## 0.0.0-nightly-20220723117
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-20220623347
10
- - @backstage/core-plugin-api@0.0.0-nightly-20220623347
11
- - @backstage/theme@0.0.0-nightly-20220623347
12
- - @backstage/types@0.0.0-nightly-20220623347
9
+ - @backstage/core-app-api@0.0.0-nightly-20220723117
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20220723117
11
+ - @backstage/theme@0.0.0-nightly-20220723117
12
+ - @backstage/types@0.0.0-nightly-20220723117
13
13
 
14
14
  ## 0.2.1
15
15
 
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-20220623347",
4
+ "version": "0.0.0-nightly-20220723117",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -30,10 +30,10 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@backstage/config": "^0.1.11",
33
- "@backstage/core-app-api": "^0.0.0-nightly-20220623347",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220623347",
35
- "@backstage/theme": "^0.0.0-nightly-20220623347",
36
- "@backstage/types": "^0.0.0-nightly-20220623347",
33
+ "@backstage/core-app-api": "^0.0.0-nightly-20220723117",
34
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220723117",
35
+ "@backstage/theme": "^0.0.0-nightly-20220723117",
36
+ "@backstage/types": "^0.0.0-nightly-20220723117",
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-20220623347",
51
+ "@backstage/cli": "^0.0.0-nightly-20220723117",
52
52
  "@types/jest": "^26.0.7",
53
53
  "@types/node": "^14.14.32"
54
54
  },