Skip to content

Commit 40ac582

Browse files
committed
patch techdocs plugin schema
1 parent fb3a4ae commit 40ac582

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/config.d.ts b/config.d.ts
2+
index 7294f52816a0280525d525d304daeeeb9aa21684..8edab641761b19d15f8bdb42788523311ab2320a 100644
3+
--- a/config.d.ts
4+
+++ b/config.d.ts
5+
@@ -67,7 +67,7 @@ export interface Config {
6+
* @see: https://raw.githubusercontent.com/cure53/DOMPurify/master/src/regexp.ts
7+
* @visibility frontend
8+
*/
9+
- additionalAllowedURIProtocols?: string;
10+
+ additionalAllowedURIProtocols?: string[];
11+
};
12+
};
13+
}

dynamic-plugins/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"@kubernetes/client-node@npm:0.20.0/jsonpath-plus": "^10.3.0",
3434
"@backstage/plugin-auth-node": "0.6.6",
3535
"@backstage/plugin-scaffolder-node@^0.2.9": "^0.7.0",
36-
"@backstage/plugin-home@^0.8.11": "patch:@backstage/plugin-home@npm%3A0.8.12#./.yarn/patches/@backstage-plugin-home-npm-0.8.12-0d7fbcc764.patch"
36+
"@backstage/plugin-home@^0.8.11": "patch:@backstage/plugin-home@npm%3A0.8.12#./.yarn/patches/@backstage-plugin-home-npm-0.8.12-0d7fbcc764.patch",
37+
"@backstage/plugin-techdocs@1.14.1": "patch:@backstage/plugin-techdocs@npm%3A1.14.1#./.yarn/patches/@backstage-plugin-techdocs-npm-1.14.1-c83e1ea3d7.patch"
3738
},
3839
"packageManager": "yarn@3.8.7"
3940
}

dynamic-plugins/yarn.lock

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7300,6 +7300,50 @@ __metadata:
73007300
languageName: node
73017301
linkType: hard
73027302

7303+
"@backstage/plugin-techdocs@patch:@backstage/plugin-techdocs@npm%3A1.14.1#./.yarn/patches/@backstage-plugin-techdocs-npm-1.14.1-c83e1ea3d7.patch::locator=dynamic-plugins-root%40workspace%3A.":
7304+
version: 1.14.1
7305+
resolution: "@backstage/plugin-techdocs@patch:@backstage/plugin-techdocs@npm%3A1.14.1#./.yarn/patches/@backstage-plugin-techdocs-npm-1.14.1-c83e1ea3d7.patch::version=1.14.1&hash=bcd6af&locator=dynamic-plugins-root%40workspace%3A."
7306+
dependencies:
7307+
"@backstage/catalog-client": ^1.11.0
7308+
"@backstage/catalog-model": ^1.7.5
7309+
"@backstage/config": ^1.3.3
7310+
"@backstage/core-compat-api": ^0.5.1
7311+
"@backstage/core-components": ^0.17.5
7312+
"@backstage/core-plugin-api": ^1.10.9
7313+
"@backstage/errors": ^1.2.7
7314+
"@backstage/frontend-plugin-api": ^0.11.0
7315+
"@backstage/integration": ^1.17.1
7316+
"@backstage/integration-react": ^1.2.9
7317+
"@backstage/plugin-auth-react": ^0.1.18
7318+
"@backstage/plugin-catalog-react": ^1.20.1
7319+
"@backstage/plugin-search-common": ^1.2.19
7320+
"@backstage/plugin-search-react": ^1.9.3
7321+
"@backstage/plugin-techdocs-common": ^0.1.1
7322+
"@backstage/plugin-techdocs-react": ^1.3.2
7323+
"@backstage/theme": ^0.6.8
7324+
"@material-ui/core": ^4.12.2
7325+
"@material-ui/icons": ^4.9.1
7326+
"@material-ui/lab": 4.0.0-alpha.61
7327+
"@material-ui/styles": ^4.10.0
7328+
"@microsoft/fetch-event-source": ^2.0.1
7329+
dompurify: ^3.0.0
7330+
git-url-parse: ^15.0.0
7331+
jss: ~10.10.0
7332+
lodash: ^4.17.21
7333+
react-helmet: 6.1.0
7334+
react-use: ^17.2.4
7335+
peerDependencies:
7336+
"@types/react": ^17.0.0 || ^18.0.0
7337+
react: ^17.0.0 || ^18.0.0
7338+
react-dom: ^17.0.0 || ^18.0.0
7339+
react-router-dom: ^6.3.0
7340+
peerDependenciesMeta:
7341+
"@types/react":
7342+
optional: true
7343+
checksum: 85284bf7c356f33bca02ea58ff0dcb42b7644d73958bd0ea7880320a74f6e677b5566a2157f41d15b8ea46a6502ea654bfd7668795ed5e9970619a48befade54
7344+
languageName: node
7345+
linkType: hard
7346+
73037347
"@backstage/plugin-user-settings-common@npm:^0.0.1":
73047348
version: 0.0.1
73057349
resolution: "@backstage/plugin-user-settings-common@npm:0.0.1"

0 commit comments

Comments
 (0)