@backstage/dev-utils 0.0.0-nightly-20220707025354 → 0.0.0-nightly-20220710025142

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 +10 -10
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/dev-utils
2
2
 
3
- ## 0.0.0-nightly-20220707025354
3
+ ## 0.0.0-nightly-20220710025142
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20220707025354
9
- - @backstage/catalog-model@0.0.0-nightly-20220707025354
10
- - @backstage/core-app-api@0.0.0-nightly-20220707025354
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220707025354
12
- - @backstage/integration-react@0.0.0-nightly-20220707025354
13
- - @backstage/test-utils@0.0.0-nightly-20220707025354
14
- - @backstage/theme@0.0.0-nightly-20220707025354
15
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220707025354
16
- - @backstage/app-defaults@0.0.0-nightly-20220707025354
8
+ - @backstage/core-components@0.0.0-nightly-20220710025142
9
+ - @backstage/catalog-model@0.0.0-nightly-20220710025142
10
+ - @backstage/core-app-api@0.0.0-nightly-20220710025142
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20220710025142
12
+ - @backstage/integration-react@0.0.0-nightly-20220710025142
13
+ - @backstage/test-utils@0.0.0-nightly-20220710025142
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220710025142
15
+ - @backstage/theme@0.0.0-nightly-20220710025142
16
+ - @backstage/app-defaults@0.0.0-nightly-20220710025142
17
17
 
18
18
  ## 1.0.4-next.2
19
19
 
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-20220707025354",
4
+ "version": "0.0.0-nightly-20220710025142",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -33,15 +33,15 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/app-defaults": "^0.0.0-nightly-20220707025354",
37
- "@backstage/core-app-api": "^0.0.0-nightly-20220707025354",
38
- "@backstage/core-components": "^0.0.0-nightly-20220707025354",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220707025354",
40
- "@backstage/catalog-model": "^0.0.0-nightly-20220707025354",
41
- "@backstage/integration-react": "^0.0.0-nightly-20220707025354",
42
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220707025354",
43
- "@backstage/test-utils": "^0.0.0-nightly-20220707025354",
44
- "@backstage/theme": "^0.0.0-nightly-20220707025354",
36
+ "@backstage/app-defaults": "0.0.0-nightly-20220710025142",
37
+ "@backstage/core-app-api": "0.0.0-nightly-20220710025142",
38
+ "@backstage/core-components": "0.0.0-nightly-20220710025142",
39
+ "@backstage/core-plugin-api": "0.0.0-nightly-20220710025142",
40
+ "@backstage/catalog-model": "0.0.0-nightly-20220710025142",
41
+ "@backstage/integration-react": "0.0.0-nightly-20220710025142",
42
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20220710025142",
43
+ "@backstage/test-utils": "0.0.0-nightly-20220710025142",
44
+ "@backstage/theme": "0.0.0-nightly-20220710025142",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
47
47
  "@testing-library/jest-dom": "^5.10.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-20220707025354",
62
+ "@backstage/cli": "0.0.0-nightly-20220710025142",
63
63
  "@types/jest": "^26.0.7",
64
64
  "@types/node": "^16.0.0"
65
65
  },