@backstage/test-utils 0.0.0-nightly-202201122931 → 0.0.0-nightly-202201323044

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 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-202201122931
3
+ ## 0.0.0-nightly-202201323044
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/config@0.0.0-nightly-202201122931
10
- - @backstage/core-plugin-api@0.0.0-nightly-202201122931
11
- - @backstage/core-app-api@0.0.0-nightly-202201122931
12
- - @backstage/theme@0.0.0-nightly-202201122931
13
- - @backstage/types@0.0.0-nightly-202201122931
9
+ - @backstage/config@0.0.0-nightly-202201323044
10
+ - @backstage/core-plugin-api@0.0.0-nightly-202201323044
11
+ - @backstage/core-app-api@0.0.0-nightly-202201323044
12
+ - @backstage/theme@0.0.0-nightly-202201323044
13
+ - @backstage/types@0.0.0-nightly-202201323044
14
14
 
15
15
  ## 0.2.1
16
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-202201122931",
4
+ "version": "0.0.0-nightly-202201323044",
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.0.0-nightly-202201122931",
33
- "@backstage/core-app-api": "^0.0.0-nightly-202201122931",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201122931",
35
- "@backstage/theme": "^0.0.0-nightly-202201122931",
36
- "@backstage/types": "^0.0.0-nightly-202201122931",
32
+ "@backstage/config": "^0.0.0-nightly-202201323044",
33
+ "@backstage/core-app-api": "^0.0.0-nightly-202201323044",
34
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
35
+ "@backstage/theme": "^0.0.0-nightly-202201323044",
36
+ "@backstage/types": "^0.0.0-nightly-202201323044",
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-202201122931",
51
+ "@backstage/cli": "^0.0.0-nightly-202201323044",
52
52
  "@types/jest": "^26.0.7",
53
53
  "@types/node": "^14.14.32"
54
54
  },