@backstage/test-utils 0.0.0-nightly-2021112022753 → 0.0.0-nightly-202111212297

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-2021112022753
3
+ ## 0.0.0-nightly-202111212297
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/core-app-api@0.0.0-nightly-2021112022753
13
- - @backstage/core-plugin-api@0.0.0-nightly-2021112022753
12
+ - @backstage/core-app-api@0.0.0-nightly-202111212297
13
+ - @backstage/core-plugin-api@0.0.0-nightly-202111212297
14
14
 
15
15
  ## 0.1.24
16
16
 
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-2021112022753",
4
+ "version": "0.0.0-nightly-202111212297",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -29,8 +29,8 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/core-app-api": "^0.0.0-nightly-2021112022753",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-2021112022753",
32
+ "@backstage/core-app-api": "^0.0.0-nightly-202111212297",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202111212297",
34
34
  "@backstage/theme": "^0.2.14",
35
35
  "@backstage/types": "^0.1.1",
36
36
  "@material-ui/core": "^4.12.2",
@@ -47,7 +47,7 @@
47
47
  "react": "^16.13.1 || ^17.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-2021112022753",
50
+ "@backstage/cli": "^0.0.0-nightly-202111212297",
51
51
  "@types/jest": "^26.0.7",
52
52
  "@types/node": "^14.14.32"
53
53
  },