@backstage/dev-utils 0.0.0-nightly-20220222022224 → 0.0.0-nightly-20220223022848

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,13 +1,13 @@
1
1
  # @backstage/dev-utils
2
2
 
3
- ## 0.0.0-nightly-20220222022224
3
+ ## 0.0.0-nightly-20220223022848
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20220222022224
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220222022224
10
- - @backstage/catalog-model@0.0.0-nightly-20220222022224
8
+ - @backstage/core-components@0.0.0-nightly-20220223022848
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220223022848
10
+ - @backstage/catalog-model@0.0.0-nightly-20220223022848
11
11
 
12
12
  ## 0.2.22
13
13
 
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-20220222022224",
4
+ "version": "0.0.0-nightly-20220223022848",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -35,11 +35,11 @@
35
35
  "dependencies": {
36
36
  "@backstage/app-defaults": "^0.1.8",
37
37
  "@backstage/core-app-api": "^0.5.3",
38
- "@backstage/core-components": "^0.0.0-nightly-20220222022224",
38
+ "@backstage/core-components": "^0.0.0-nightly-20220223022848",
39
39
  "@backstage/core-plugin-api": "^0.6.1",
40
- "@backstage/catalog-model": "^0.0.0-nightly-20220222022224",
40
+ "@backstage/catalog-model": "^0.0.0-nightly-20220223022848",
41
41
  "@backstage/integration-react": "^0.1.22",
42
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220222022224",
42
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220223022848",
43
43
  "@backstage/test-utils": "^0.2.5",
44
44
  "@backstage/theme": "^0.2.15",
45
45
  "@material-ui/core": "^4.12.2",
@@ -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-20220222022224",
62
+ "@backstage/cli": "^0.0.0-nightly-20220223022848",
63
63
  "@types/jest": "^26.0.7",
64
64
  "@types/node": "^14.14.32"
65
65
  },