@backstage/test-utils 0.0.0-nightly-20220906030349 → 0.0.0-nightly-20220907030225

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 +17 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20220906030349
3
+ ## 0.0.0-nightly-20220907030225
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,13 +9,25 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - 817f3196f6: Updated React Router dependencies to be peer dependencies.
12
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
12
13
  - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
13
14
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
14
15
  - Updated dependencies
15
- - @backstage/core-app-api@0.0.0-nightly-20220906030349
16
- - @backstage/core-plugin-api@0.0.0-nightly-20220906030349
17
- - @backstage/plugin-permission-react@0.0.0-nightly-20220906030349
18
- - @backstage/plugin-permission-common@0.0.0-nightly-20220906030349
16
+ - @backstage/core-app-api@0.0.0-nightly-20220907030225
17
+ - @backstage/core-plugin-api@0.0.0-nightly-20220907030225
18
+ - @backstage/plugin-permission-react@0.0.0-nightly-20220907030225
19
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220907030225
20
+
21
+ ## 1.2.0-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
26
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
27
+ - Updated dependencies
28
+ - @backstage/core-app-api@1.1.0-next.2
29
+ - @backstage/core-plugin-api@1.0.6-next.2
30
+ - @backstage/plugin-permission-common@0.6.4-next.1
19
31
 
20
32
  ## 1.2.0-next.1
21
33
 
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-20220906030349",
4
+ "version": "0.0.0-nightly-20220907030225",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@backstage/config": "^1.0.1",
36
- "@backstage/core-app-api": "0.0.0-nightly-20220906030349",
37
- "@backstage/core-plugin-api": "0.0.0-nightly-20220906030349",
38
- "@backstage/plugin-permission-common": "0.0.0-nightly-20220906030349",
39
- "@backstage/plugin-permission-react": "0.0.0-nightly-20220906030349",
36
+ "@backstage/core-app-api": "0.0.0-nightly-20220907030225",
37
+ "@backstage/core-plugin-api": "0.0.0-nightly-20220907030225",
38
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20220907030225",
39
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20220907030225",
40
40
  "@backstage/theme": "^0.2.16",
41
41
  "@backstage/types": "^1.0.0",
42
42
  "@material-ui/core": "^4.12.2",
@@ -54,10 +54,10 @@
54
54
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "0.0.0-nightly-20220906030349",
57
+ "@backstage/cli": "0.0.0-nightly-20220907030225",
58
58
  "@types/jest": "^26.0.7",
59
59
  "@types/node": "^16.11.26",
60
- "msw": "^0.46.0"
60
+ "msw": "^0.47.0"
61
61
  },
62
62
  "files": [
63
63
  "dist"