@backstage/plugin-devtools 0.1.4-next.3 → 0.1.5-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
+ ## 0.1.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.7.0-next.0
9
+ - @backstage/core-components@0.13.6-next.0
10
+ - @backstage/plugin-permission-react@0.4.16-next.0
11
+ - @backstage/errors@1.2.2
12
+ - @backstage/theme@0.4.2
13
+ - @backstage/types@1.1.1
14
+ - @backstage/plugin-devtools-common@0.1.4
15
+
16
+ ## 0.1.4
17
+
18
+ ### Patch Changes
19
+
20
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
21
+ - 12e644aa4eef: Show resource utilization in `DevTools` plugin
22
+ - 8cec7664e146: Removed `@types/node` dependency
23
+ - Updated dependencies
24
+ - @backstage/core-components@0.13.5
25
+ - @backstage/core-plugin-api@1.6.0
26
+ - @backstage/errors@1.2.2
27
+ - @backstage/plugin-devtools-common@0.1.4
28
+ - @backstage/plugin-permission-react@0.4.15
29
+ - @backstage/theme@0.4.2
30
+ - @backstage/types@1.1.1
31
+
3
32
  ## 0.1.4-next.3
4
33
 
5
34
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -7,7 +7,7 @@ import { TabProps } from '@material-ui/core';
7
7
  /** @public */
8
8
  declare const devToolsPlugin: _backstage_core_plugin_api.BackstagePlugin<{
9
9
  root: _backstage_core_plugin_api.RouteRef<undefined>;
10
- }, {}, {}>;
10
+ }, {}>;
11
11
  /** @public */
12
12
  declare const DevToolsPage: () => React.JSX.Element;
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.1.4-next.3",
3
+ "version": "0.1.5-next.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -29,13 +29,13 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/core-components": "^0.13.5-next.3",
33
- "@backstage/core-plugin-api": "^1.6.0-next.3",
34
- "@backstage/errors": "^1.2.2-next.0",
35
- "@backstage/plugin-devtools-common": "^0.1.4-next.2",
36
- "@backstage/plugin-permission-react": "^0.4.15-next.3",
37
- "@backstage/theme": "^0.4.2-next.0",
38
- "@backstage/types": "^1.1.1-next.0",
32
+ "@backstage/core-components": "^0.13.6-next.0",
33
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
34
+ "@backstage/errors": "^1.2.2",
35
+ "@backstage/plugin-devtools-common": "^0.1.4",
36
+ "@backstage/plugin-permission-react": "^0.4.16-next.0",
37
+ "@backstage/theme": "^0.4.2",
38
+ "@backstage/types": "^1.1.1",
39
39
  "@material-ui/core": "^4.9.13",
40
40
  "@material-ui/icons": "^4.9.1",
41
41
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -49,10 +49,10 @@
49
49
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.22.13-next.3",
53
- "@backstage/core-app-api": "^1.10.0-next.3",
54
- "@backstage/dev-utils": "^1.0.21-next.3",
55
- "@backstage/test-utils": "^1.4.3-next.3",
52
+ "@backstage/cli": "^0.23.0-next.0",
53
+ "@backstage/core-app-api": "^1.10.1-next.0",
54
+ "@backstage/dev-utils": "^1.0.22-next.0",
55
+ "@backstage/test-utils": "^1.4.4-next.0",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^12.1.3",
58
58
  "@testing-library/user-event": "^14.0.0",