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

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 +16 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/dev-utils
2
2
 
3
+ ## 1.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 67cc85bb14: Switched the conditional `react-dom/client` import to use `import(...)` rather than `require(...)`.
8
+ - 38cda52746: Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
9
+ - Updated dependencies
10
+ - @backstage/plugin-catalog-react@1.9.0
11
+ - @backstage/core-components@0.13.8
12
+ - @backstage/integration-react@1.1.21
13
+ - @backstage/core-plugin-api@1.8.0
14
+ - @backstage/app-defaults@1.4.5
15
+ - @backstage/core-app-api@1.11.1
16
+ - @backstage/theme@0.4.4
17
+ - @backstage/catalog-model@1.4.3
18
+
3
19
  ## 1.0.23-next.2
4
20
 
5
21
  ### Patch Changes
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": "1.0.23-next.2",
4
+ "version": "1.0.23",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -33,14 +33,14 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/app-defaults": "^1.4.5-next.2",
36
+ "@backstage/app-defaults": "^1.4.5",
37
37
  "@backstage/catalog-model": "^1.4.3",
38
- "@backstage/core-app-api": "^1.11.1-next.0",
39
- "@backstage/core-components": "^0.13.8-next.2",
40
- "@backstage/core-plugin-api": "^1.8.0-next.0",
41
- "@backstage/integration-react": "^1.1.21-next.1",
42
- "@backstage/plugin-catalog-react": "^1.9.0-next.2",
43
- "@backstage/theme": "^0.4.4-next.0",
38
+ "@backstage/core-app-api": "^1.11.1",
39
+ "@backstage/core-components": "^0.13.8",
40
+ "@backstage/core-plugin-api": "^1.8.0",
41
+ "@backstage/integration-react": "^1.1.21",
42
+ "@backstage/plugin-catalog-react": "^1.9.0",
43
+ "@backstage/theme": "^0.4.4",
44
44
  "@material-ui/core": "^4.12.2",
45
45
  "@material-ui/icons": "^4.9.1",
46
46
  "@types/react": "^16.13.1 || ^17.0.0",
@@ -52,8 +52,8 @@
52
52
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.24.0-next.1",
56
- "@backstage/test-utils": "^1.4.5-next.0",
55
+ "@backstage/cli": "^0.24.0",
56
+ "@backstage/test-utils": "^1.4.5",
57
57
  "@testing-library/dom": "^9.0.0",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^14.0.0",