@backstage/test-utils 0.0.0-nightly-20220316022902 → 0.0.0-nightly-20220317022557

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 +7 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20220316022902
3
+ ## 0.0.0-nightly-20220317022557
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -11,12 +11,12 @@
11
11
  - a422d7ce5e: chore(deps): bump `@testing-library/react` from 11.2.6 to 12.1.3
12
12
  - f24ef7864e: Minor typo fixes
13
13
  - Updated dependencies
14
- - @backstage/core-app-api@0.0.0-nightly-20220316022902
15
- - @backstage/core-plugin-api@0.0.0-nightly-20220316022902
16
- - @backstage/plugin-permission-react@0.0.0-nightly-20220316022902
17
- - @backstage/config@0.0.0-nightly-20220316022902
18
- - @backstage/types@0.0.0-nightly-20220316022902
19
- - @backstage/plugin-permission-common@0.0.0-nightly-20220316022902
14
+ - @backstage/core-app-api@0.0.0-nightly-20220317022557
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20220317022557
16
+ - @backstage/plugin-permission-react@0.0.0-nightly-20220317022557
17
+ - @backstage/config@0.0.0-nightly-20220317022557
18
+ - @backstage/types@0.0.0-nightly-20220317022557
19
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220317022557
20
20
 
21
21
  ## 0.3.0
22
22
 
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-20220316022902",
4
+ "version": "0.0.0-nightly-20220317022557",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -33,13 +33,13 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/config": "^0.0.0-nightly-20220316022902",
37
- "@backstage/core-app-api": "^0.0.0-nightly-20220316022902",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220316022902",
39
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20220316022902",
40
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20220316022902",
36
+ "@backstage/config": "^0.0.0-nightly-20220317022557",
37
+ "@backstage/core-app-api": "^0.0.0-nightly-20220317022557",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220317022557",
39
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220317022557",
40
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20220317022557",
41
41
  "@backstage/theme": "^0.2.15",
42
- "@backstage/types": "^0.0.0-nightly-20220316022902",
42
+ "@backstage/types": "^0.0.0-nightly-20220317022557",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.11.2",
45
45
  "@testing-library/jest-dom": "^5.10.1",
@@ -55,7 +55,7 @@
55
55
  "react": "^16.13.1 || ^17.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/cli": "^0.0.0-nightly-20220316022902",
58
+ "@backstage/cli": "^0.0.0-nightly-20220317022557",
59
59
  "@types/jest": "^26.0.7",
60
60
  "@types/node": "^14.14.32",
61
61
  "msw": "^0.35.0"