@backstage/test-utils 0.0.0-nightly-20220907030225 → 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 +7 -5
  2. package/package.json +7 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20220907030225
3
+ ## 0.0.0-nightly-20220908030128
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,14 +9,16 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - 817f3196f6: Updated React Router dependencies to be peer dependencies.
12
+ - 7d47def9c4: Removed dependency on `@types/jest`.
12
13
  - 667d917488: Updated dependency `msw` to `^0.47.0`.
13
14
  - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
14
15
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
15
16
  - Updated dependencies
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
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
20
22
 
21
23
  ## 1.2.0-next.2
22
24
 
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-20220907030225",
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-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",
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,8 +54,7 @@
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-20220907030225",
58
- "@types/jest": "^26.0.7",
57
+ "@backstage/cli": "0.0.0-nightly-20220908030128",
59
58
  "@types/node": "^16.11.26",
60
59
  "msw": "^0.47.0"
61
60
  },