@backstage/dev-utils 0.0.0-nightly-20220430024336 → 0.0.0-nightly-20220503024657

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 +6 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # @backstage/dev-utils
2
2
 
3
- ## 0.0.0-nightly-20220430024336
3
+ ## 0.0.0-nightly-20220503024657
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-20220430024336
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220430024336
10
- - @backstage/integration-react@0.0.0-nightly-20220430024336
11
- - @backstage/test-utils@0.0.0-nightly-20220430024336
8
+ - @backstage/core-components@0.0.0-nightly-20220503024657
9
+ - @backstage/test-utils@0.0.0-nightly-20220503024657
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20220503024657
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220503024657
12
+ - @backstage/integration-react@0.0.0-nightly-20220503024657
12
13
 
13
14
  ## 1.0.2-next.0
14
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
3
  "description": "Utilities for developing Backstage plugins.",
4
- "version": "0.0.0-nightly-20220430024336",
4
+ "version": "0.0.0-nightly-20220503024657",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -35,12 +35,12 @@
35
35
  "dependencies": {
36
36
  "@backstage/app-defaults": "^1.0.1",
37
37
  "@backstage/core-app-api": "^1.0.1",
38
- "@backstage/core-components": "^0.9.3",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220430024336",
38
+ "@backstage/core-components": "^0.0.0-nightly-20220503024657",
39
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220503024657",
40
40
  "@backstage/catalog-model": "^1.0.1",
41
- "@backstage/integration-react": "^0.0.0-nightly-20220430024336",
42
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220430024336",
43
- "@backstage/test-utils": "^0.0.0-nightly-20220430024336",
41
+ "@backstage/integration-react": "^0.0.0-nightly-20220503024657",
42
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220503024657",
43
+ "@backstage/test-utils": "^0.0.0-nightly-20220503024657",
44
44
  "@backstage/theme": "^0.2.15",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
@@ -59,7 +59,7 @@
59
59
  "react-dom": "^16.13.1 || ^17.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "^0.0.0-nightly-20220430024336",
62
+ "@backstage/cli": "^0.0.0-nightly-20220503024657",
63
63
  "@types/jest": "^26.0.7",
64
64
  "@types/node": "^14.14.32"
65
65
  },