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

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