@backstage/dev-utils 1.0.21-next.2 → 1.0.21-next.3

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