Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/config.d.ts b/config.d.ts
index 7294f52816a0280525d525d304daeeeb9aa21684..8edab641761b19d15f8bdb42788523311ab2320a 100644
--- a/config.d.ts
+++ b/config.d.ts
@@ -67,7 +67,7 @@ export interface Config {
* @see: https://raw.githubusercontent.com/cure53/DOMPurify/master/src/regexp.ts
* @visibility frontend
*/
- additionalAllowedURIProtocols?: string;
+ additionalAllowedURIProtocols?: string[];
};
};
}
3 changes: 2 additions & 1 deletion dynamic-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"@kubernetes/client-node@npm:0.20.0/jsonpath-plus": "^10.3.0",
"@backstage/plugin-auth-node": "0.6.6",
"@backstage/plugin-scaffolder-node@^0.2.9": "^0.7.0",
"@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"
"@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",
"@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"
},
"packageManager": "yarn@3.8.7"
}
44 changes: 44 additions & 0 deletions dynamic-plugins/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7300,6 +7300,50 @@ __metadata:
languageName: node
linkType: hard

"@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.":
version: 1.14.1
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."
dependencies:
"@backstage/catalog-client": ^1.11.0
"@backstage/catalog-model": ^1.7.5
"@backstage/config": ^1.3.3
"@backstage/core-compat-api": ^0.5.1
"@backstage/core-components": ^0.17.5
"@backstage/core-plugin-api": ^1.10.9
"@backstage/errors": ^1.2.7
"@backstage/frontend-plugin-api": ^0.11.0
"@backstage/integration": ^1.17.1
"@backstage/integration-react": ^1.2.9
"@backstage/plugin-auth-react": ^0.1.18
"@backstage/plugin-catalog-react": ^1.20.1
"@backstage/plugin-search-common": ^1.2.19
"@backstage/plugin-search-react": ^1.9.3
"@backstage/plugin-techdocs-common": ^0.1.1
"@backstage/plugin-techdocs-react": ^1.3.2
"@backstage/theme": ^0.6.8
"@material-ui/core": ^4.12.2
"@material-ui/icons": ^4.9.1
"@material-ui/lab": 4.0.0-alpha.61
"@material-ui/styles": ^4.10.0
"@microsoft/fetch-event-source": ^2.0.1
dompurify: ^3.0.0
git-url-parse: ^15.0.0
jss: ~10.10.0
lodash: ^4.17.21
react-helmet: 6.1.0
react-use: ^17.2.4
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.3.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 85284bf7c356f33bca02ea58ff0dcb42b7644d73958bd0ea7880320a74f6e677b5566a2157f41d15b8ea46a6502ea654bfd7668795ed5e9970619a48befade54
languageName: node
linkType: hard

"@backstage/plugin-user-settings-common@npm:^0.0.1":
version: 0.0.1
resolution: "@backstage/plugin-user-settings-common@npm:0.0.1"
Expand Down
Loading