@backstage/test-utils 0.0.0-nightly-20220901025835 → 0.0.0-nightly-20220908030128

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