@backstage/test-utils 0.0.0-nightly-2021101022158 → 0.0.0-nightly-2021101122259

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