@backstage/dev-utils 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240821021909

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 +15 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # @backstage/dev-utils
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240821021909
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240820021901
9
- - @backstage/core-components@0.0.0-nightly-20240820021901
10
- - @backstage/core-app-api@0.0.0-nightly-20240820021901
11
- - @backstage/catalog-model@0.0.0-nightly-20240820021901
12
- - @backstage/app-defaults@0.0.0-nightly-20240820021901
8
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240821021909
9
+ - @backstage/integration-react@1.1.30
10
+
11
+ ## 1.0.37
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/plugin-catalog-react@1.12.3
17
+ - @backstage/core-components@0.14.10
18
+ - @backstage/core-app-api@1.14.2
19
+ - @backstage/catalog-model@1.6.0
20
+ - @backstage/app-defaults@1.5.10
13
21
  - @backstage/core-plugin-api@1.9.3
14
- - @backstage/integration-react@0.0.0-nightly-20240820021901
22
+ - @backstage/integration-react@1.1.30
15
23
  - @backstage/theme@0.5.6
16
24
 
17
25
  ## 1.0.37-next.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240821021909",
4
4
  "description": "Utilities for developing Backstage plugins.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -36,13 +36,13 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/app-defaults": "^0.0.0-nightly-20240820021901",
40
- "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
41
- "@backstage/core-app-api": "^0.0.0-nightly-20240820021901",
42
- "@backstage/core-components": "^0.0.0-nightly-20240820021901",
39
+ "@backstage/app-defaults": "^1.5.10",
40
+ "@backstage/catalog-model": "^1.6.0",
41
+ "@backstage/core-app-api": "^1.14.2",
42
+ "@backstage/core-components": "^0.14.10",
43
43
  "@backstage/core-plugin-api": "^1.9.3",
44
- "@backstage/integration-react": "^0.0.0-nightly-20240820021901",
45
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240820021901",
44
+ "@backstage/integration-react": "^1.1.30",
45
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240821021909",
46
46
  "@backstage/theme": "^0.5.6",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
@@ -50,8 +50,8 @@
50
50
  "react-use": "^17.2.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
54
- "@backstage/test-utils": "^0.0.0-nightly-20240820021901",
53
+ "@backstage/cli": "^0.27.0",
54
+ "@backstage/test-utils": "^1.5.10",
55
55
  "@testing-library/dom": "^10.0.0",
56
56
  "@testing-library/jest-dom": "^6.0.0",
57
57
  "@testing-library/react": "^15.0.0",