@backstage/test-utils 0.0.0-nightly-20220212022325 → 0.0.0-nightly-20220216022224

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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20220212022325
3
+ ## 0.0.0-nightly-20220216022224
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
8
8
  - Updated dependencies
9
- - @backstage/core-app-api@0.0.0-nightly-20220212022325
10
- - @backstage/core-plugin-api@0.0.0-nightly-20220212022325
11
- - @backstage/plugin-permission-common@0.0.0-nightly-20220212022325
12
- - @backstage/plugin-permission-react@0.0.0-nightly-20220212022325
9
+ - @backstage/core-app-api@0.0.0-nightly-20220216022224
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20220216022224
11
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220216022224
12
+ - @backstage/plugin-permission-react@0.0.0-nightly-20220216022224
13
13
 
14
14
  ## 0.2.4
15
15
 
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-20220212022325",
4
+ "version": "0.0.0-nightly-20220216022224",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -30,10 +30,10 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@backstage/config": "^0.1.13",
33
- "@backstage/core-app-api": "^0.0.0-nightly-20220212022325",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220212022325",
35
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20220212022325",
36
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20220212022325",
33
+ "@backstage/core-app-api": "^0.0.0-nightly-20220216022224",
34
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220216022224",
35
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220216022224",
36
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20220216022224",
37
37
  "@backstage/theme": "^0.2.14",
38
38
  "@backstage/types": "^0.1.1",
39
39
  "@material-ui/core": "^4.12.2",
@@ -51,7 +51,7 @@
51
51
  "react": "^16.13.1 || ^17.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "^0.0.0-nightly-20220212022325",
54
+ "@backstage/cli": "^0.0.0-nightly-20220216022224",
55
55
  "@types/jest": "^26.0.7",
56
56
  "@types/node": "^14.14.32",
57
57
  "msw": "^0.35.0"