@backstage/dev-utils 1.1.0-next.2 → 1.1.0

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 +19 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/dev-utils
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 10b1452: Allow using translations in `createDevApp`
8
+
9
+ ### Patch Changes
10
+
11
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
12
+ - Updated dependencies
13
+ - @backstage/core-components@0.15.0
14
+ - @backstage/plugin-catalog-react@1.13.0
15
+ - @backstage/core-app-api@1.15.0
16
+ - @backstage/integration-react@1.1.31
17
+ - @backstage/catalog-model@1.7.0
18
+ - @backstage/app-defaults@1.5.11
19
+ - @backstage/core-plugin-api@1.9.4
20
+ - @backstage/theme@0.5.7
21
+
3
22
  ## 1.1.0-next.2
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
- "version": "1.1.0-next.2",
3
+ "version": "1.1.0",
4
4
  "description": "Utilities for developing Backstage plugins.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -36,22 +36,22 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/app-defaults": "^1.5.11-next.1",
40
- "@backstage/catalog-model": "^1.6.0",
41
- "@backstage/core-app-api": "^1.14.3-next.0",
42
- "@backstage/core-components": "^0.14.11-next.1",
43
- "@backstage/core-plugin-api": "^1.9.4-next.0",
44
- "@backstage/integration-react": "^1.1.31-next.0",
45
- "@backstage/plugin-catalog-react": "^1.13.0-next.2",
46
- "@backstage/theme": "^0.5.7-next.0",
39
+ "@backstage/app-defaults": "^1.5.11",
40
+ "@backstage/catalog-model": "^1.7.0",
41
+ "@backstage/core-app-api": "^1.15.0",
42
+ "@backstage/core-components": "^0.15.0",
43
+ "@backstage/core-plugin-api": "^1.9.4",
44
+ "@backstage/integration-react": "^1.1.31",
45
+ "@backstage/plugin-catalog-react": "^1.13.0",
46
+ "@backstage/theme": "^0.5.7",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
49
49
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
50
50
  "react-use": "^17.2.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.27.1-next.2",
54
- "@backstage/test-utils": "^1.6.0-next.1",
53
+ "@backstage/cli": "^0.27.1",
54
+ "@backstage/test-utils": "^1.6.0",
55
55
  "@testing-library/dom": "^10.0.0",
56
56
  "@testing-library/jest-dom": "^6.0.0",
57
57
  "@testing-library/react": "^16.0.0",