@backstage/plugin-techdocs 1.17.1-next.1 → 1.17.1-next.2

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,20 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
+ ## 1.17.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9795d30: chore(deps): bump `dompurify` from 3.3.1 to 3.3.2
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.15.0-next.1
10
+ - @backstage/core-plugin-api@1.12.4-next.1
11
+ - @backstage/catalog-client@1.14.0-next.2
12
+ - @backstage/plugin-catalog-react@2.1.0-next.2
13
+ - @backstage/integration@2.0.0-next.2
14
+ - @backstage/core-components@0.18.8-next.1
15
+ - @backstage/plugin-search-react@1.10.5-next.1
16
+ - @backstage/plugin-techdocs-react@1.3.9-next.1
17
+
3
18
  ## 1.17.1-next.1
4
19
 
5
20
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -222,7 +222,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
222
222
  }>;
223
223
  };
224
224
  params: {
225
- defaultPath?: [Error: `Use the 'path' param instead`];
226
225
  path: string;
227
226
  title?: string;
228
227
  icon?: _backstage_frontend_plugin_api.IconElement;
@@ -272,7 +271,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
272
271
  kind: "page";
273
272
  name: "reader";
274
273
  params: {
275
- defaultPath?: [Error: `Use the 'path' param instead`];
276
274
  path: string;
277
275
  title?: string;
278
276
  icon?: _backstage_frontend_plugin_api.IconElement;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "1.17.1-next.1";
2
+ var version = "1.17.1-next.2";
3
3
  var description = "The Backstage plugin that renders technical documentation for your components";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -79,7 +79,7 @@ var dependencies = {
79
79
  "@material-ui/lab": "4.0.0-alpha.61",
80
80
  "@material-ui/styles": "^4.10.0",
81
81
  "@microsoft/fetch-event-source": "^2.0.1",
82
- dompurify: "^3.2.4",
82
+ dompurify: "^3.3.2",
83
83
  "git-url-parse": "^15.0.0",
84
84
  lodash: "^4.17.21",
85
85
  "react-helmet": "6.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "1.17.1-next.1",
3
+ "version": "1.17.1-next.2",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -71,39 +71,39 @@
71
71
  "test": "backstage-cli package test"
72
72
  },
73
73
  "dependencies": {
74
- "@backstage/catalog-client": "1.14.0-next.1",
74
+ "@backstage/catalog-client": "1.14.0-next.2",
75
75
  "@backstage/catalog-model": "1.7.6",
76
76
  "@backstage/config": "1.3.6",
77
- "@backstage/core-components": "0.18.8-next.0",
78
- "@backstage/core-plugin-api": "1.12.4-next.0",
77
+ "@backstage/core-components": "0.18.8-next.1",
78
+ "@backstage/core-plugin-api": "1.12.4-next.1",
79
79
  "@backstage/errors": "1.2.7",
80
- "@backstage/frontend-plugin-api": "0.14.2-next.0",
81
- "@backstage/integration": "2.0.0-next.1",
80
+ "@backstage/frontend-plugin-api": "0.15.0-next.1",
81
+ "@backstage/integration": "2.0.0-next.2",
82
82
  "@backstage/integration-react": "1.2.16-next.1",
83
83
  "@backstage/plugin-auth-react": "0.1.25-next.0",
84
- "@backstage/plugin-catalog-react": "2.1.0-next.1",
84
+ "@backstage/plugin-catalog-react": "2.1.0-next.2",
85
85
  "@backstage/plugin-search-common": "1.2.22",
86
- "@backstage/plugin-search-react": "1.10.5-next.0",
86
+ "@backstage/plugin-search-react": "1.10.5-next.1",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "1.3.9-next.0",
88
+ "@backstage/plugin-techdocs-react": "1.3.9-next.1",
89
89
  "@backstage/theme": "0.7.2",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
92
92
  "@material-ui/lab": "4.0.0-alpha.61",
93
93
  "@material-ui/styles": "^4.10.0",
94
94
  "@microsoft/fetch-event-source": "^2.0.1",
95
- "dompurify": "^3.2.4",
95
+ "dompurify": "^3.3.2",
96
96
  "git-url-parse": "^15.0.0",
97
97
  "lodash": "^4.17.21",
98
98
  "react-helmet": "6.1.0",
99
99
  "react-use": "^17.2.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@backstage/cli": "0.36.0-next.1",
103
- "@backstage/core-app-api": "1.19.6-next.0",
102
+ "@backstage/cli": "0.36.0-next.2",
103
+ "@backstage/core-app-api": "1.19.6-next.1",
104
104
  "@backstage/dev-utils": "1.1.21-next.1",
105
- "@backstage/plugin-catalog": "1.34.0-next.1",
106
- "@backstage/plugin-techdocs-module-addons-contrib": "1.1.34-next.1",
105
+ "@backstage/plugin-catalog": "2.0.0-next.2",
106
+ "@backstage/plugin-techdocs-module-addons-contrib": "1.1.34-next.2",
107
107
  "@backstage/test-utils": "1.7.16-next.0",
108
108
  "@testing-library/dom": "^10.0.0",
109
109
  "@testing-library/jest-dom": "^6.0.0",