@backstage/test-utils 0.0.0-nightly-20220217022146 → 0.0.0-nightly-20220301023335

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 +26 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,19 +1,37 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20220217022146
3
+ ## 0.0.0-nightly-20220301023335
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@0.0.0-nightly-20220301023335
9
+ - @backstage/core-app-api@0.0.0-nightly-20220301023335
10
+ - @backstage/plugin-permission-react@0.0.0-nightly-20220301023335
11
+
12
+ ## 0.2.6
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/core-plugin-api@0.7.0
18
+ - @backstage/core-app-api@0.5.4
19
+ - @backstage/plugin-permission-react@0.3.2
20
+
21
+ ## 0.2.5
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
8
26
  - c77c5c7eb6: Added `backstage.role` to `package.json`
9
27
  - Updated dependencies
10
- - @backstage/core-app-api@0.0.0-nightly-20220217022146
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220217022146
12
- - @backstage/plugin-permission-common@0.0.0-nightly-20220217022146
13
- - @backstage/plugin-permission-react@0.0.0-nightly-20220217022146
14
- - @backstage/config@0.0.0-nightly-20220217022146
15
- - @backstage/theme@0.0.0-nightly-20220217022146
16
- - @backstage/types@0.0.0-nightly-20220217022146
28
+ - @backstage/core-app-api@0.5.3
29
+ - @backstage/core-plugin-api@0.6.1
30
+ - @backstage/plugin-permission-common@0.5.0
31
+ - @backstage/plugin-permission-react@0.3.1
32
+ - @backstage/config@0.1.14
33
+ - @backstage/theme@0.2.15
34
+ - @backstage/types@0.1.2
17
35
 
18
36
  ## 0.2.4
19
37
 
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-20220217022146",
4
+ "version": "0.0.0-nightly-20220301023335",
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-20220217022146",
37
- "@backstage/core-app-api": "^0.0.0-nightly-20220217022146",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220217022146",
39
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20220217022146",
40
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20220217022146",
41
- "@backstage/theme": "^0.0.0-nightly-20220217022146",
42
- "@backstage/types": "^0.0.0-nightly-20220217022146",
36
+ "@backstage/config": "^0.1.15",
37
+ "@backstage/core-app-api": "^0.0.0-nightly-20220301023335",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220301023335",
39
+ "@backstage/plugin-permission-common": "^0.5.1",
40
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20220301023335",
41
+ "@backstage/theme": "^0.2.15",
42
+ "@backstage/types": "^0.1.3",
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-20220217022146",
58
+ "@backstage/cli": "^0.14.1",
59
59
  "@types/jest": "^26.0.7",
60
60
  "@types/node": "^14.14.32",
61
61
  "msw": "^0.35.0"