@backstage/test-utils 0.0.0-nightly-202110622114 → 0.0.0-nightly-20211072262

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,13 +1,13 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-202110622114
3
+ ## 0.0.0-nightly-20211072262
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 71fd5cd735: Update Keyboard deprecation with a link to the recommended successor
8
8
  - Updated dependencies
9
- - @backstage/theme@0.0.0-nightly-202110622114
10
- - @backstage/core-app-api@0.0.0-nightly-202110622114
9
+ - @backstage/theme@0.0.0-nightly-20211072262
10
+ - @backstage/core-app-api@0.0.0-nightly-20211072262
11
11
 
12
12
  ## 0.1.20
13
13
 
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-202110622114",
4
+ "version": "0.0.0-nightly-20211072262",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -29,9 +29,9 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/core-app-api": "^0.0.0-nightly-202110622114",
32
+ "@backstage/core-app-api": "^0.0.0-nightly-20211072262",
33
33
  "@backstage/core-plugin-api": "^0.1.12",
34
- "@backstage/theme": "^0.0.0-nightly-202110622114",
34
+ "@backstage/theme": "^0.0.0-nightly-20211072262",
35
35
  "@backstage/types": "^0.1.1",
36
36
  "@material-ui/core": "^4.12.2",
37
37
  "@testing-library/jest-dom": "^5.10.1",
@@ -45,7 +45,7 @@
45
45
  "zen-observable": "^0.8.15"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-202110622114",
48
+ "@backstage/cli": "^0.0.0-nightly-20211072262",
49
49
  "@types/jest": "^26.0.7",
50
50
  "@types/node": "^14.14.32"
51
51
  },