@backstage/dev-utils 1.0.21-next.3 → 1.0.22-next.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 +32 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/dev-utils
2
2
 
3
+ ## 1.0.22-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.8.5-next.0
9
+ - @backstage/test-utils@1.4.4-next.0
10
+ - @backstage/core-plugin-api@1.7.0-next.0
11
+ - @backstage/core-components@0.13.6-next.0
12
+ - @backstage/integration-react@1.1.20-next.0
13
+ - @backstage/app-defaults@1.4.4-next.0
14
+ - @backstage/core-app-api@1.10.1-next.0
15
+ - @backstage/catalog-model@1.4.2
16
+ - @backstage/theme@0.4.2
17
+
18
+ ## 1.0.21
19
+
20
+ ### Patch Changes
21
+
22
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
23
+ - 8cec7664e146: Removed `@types/node` dependency
24
+ - Updated dependencies
25
+ - @backstage/integration-react@1.1.19
26
+ - @backstage/plugin-catalog-react@1.8.4
27
+ - @backstage/core-components@0.13.5
28
+ - @backstage/test-utils@1.4.3
29
+ - @backstage/app-defaults@1.4.3
30
+ - @backstage/catalog-model@1.4.2
31
+ - @backstage/core-app-api@1.10.0
32
+ - @backstage/core-plugin-api@1.6.0
33
+ - @backstage/theme@0.4.2
34
+
3
35
  ## 1.0.21-next.3
4
36
 
5
37
  ### 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.21-next.3",
4
+ "version": "1.0.22-next.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -33,15 +33,15 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/app-defaults": "^1.4.3-next.3",
37
- "@backstage/catalog-model": "^1.4.2-next.2",
38
- "@backstage/core-app-api": "^1.10.0-next.3",
39
- "@backstage/core-components": "^0.13.5-next.3",
40
- "@backstage/core-plugin-api": "^1.6.0-next.3",
41
- "@backstage/integration-react": "^1.1.19-next.3",
42
- "@backstage/plugin-catalog-react": "^1.8.4-next.3",
43
- "@backstage/test-utils": "^1.4.3-next.3",
44
- "@backstage/theme": "^0.4.2-next.0",
36
+ "@backstage/app-defaults": "^1.4.4-next.0",
37
+ "@backstage/catalog-model": "^1.4.2",
38
+ "@backstage/core-app-api": "^1.10.1-next.0",
39
+ "@backstage/core-components": "^0.13.6-next.0",
40
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
41
+ "@backstage/integration-react": "^1.1.20-next.0",
42
+ "@backstage/plugin-catalog-react": "^1.8.5-next.0",
43
+ "@backstage/test-utils": "^1.4.4-next.0",
44
+ "@backstage/theme": "^0.4.2",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
47
47
  "@testing-library/dom": "^8.0.0",
@@ -58,7 +58,7 @@
58
58
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "^0.22.13-next.3"
61
+ "@backstage/cli": "^0.23.0-next.0"
62
62
  },
63
63
  "files": [
64
64
  "dist"