@backstage/test-utils 0.0.0-nightly-202193122459 → 0.0.0-nightly-202110122318

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 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-202193122459
3
+ ## 0.0.0-nightly-202110122318
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-202193122459
9
+ - @backstage/theme@0.0.0-nightly-202110122318
10
+ - @backstage/core-app-api@0.0.0-nightly-202110122318
10
11
 
11
12
  ## 0.1.20
12
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-202193122459",
4
+ "version": "0.0.0-nightly-202110122318",
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.1.19",
32
+ "@backstage/core-app-api": "^0.0.0-nightly-202110122318",
33
33
  "@backstage/core-plugin-api": "^0.1.12",
34
- "@backstage/theme": "^0.0.0-nightly-202193122459",
34
+ "@backstage/theme": "^0.0.0-nightly-202110122318",
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-202193122459",
48
+ "@backstage/cli": "^0.0.0-nightly-202110122318",
49
49
  "@types/jest": "^26.0.7",
50
50
  "@types/node": "^14.14.32"
51
51
  },