Skip to content

Commit

Permalink
fix(scalprum): share react-router since various 3rd party plugins use…
Browse files Browse the repository at this point in the history
… it (#901)

Signed-off-by: Tomas Coufal <[email protected]>
  • Loading branch information
tumido authored Nov 2, 2023
1 parent 3426f0c commit ac0c923
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/src/lib/bundler/scalprumConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ export const sharedModules = {
singleton: true,
requiredVersion: '*',
},
'react-router': {
singleton: true,
requiredVersion: '*',
},
'@backstage/version-bridge': {
singleton: true,
requiredVersion: '*',
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4859,6 +4859,14 @@
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==

"@janus-idp/[email protected]":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@janus-idp/backstage-plugin-kiali-common/-/backstage-plugin-kiali-common-1.4.1.tgz#d837ec1876bd94b0d6318ded6ee624be4791e692"
integrity sha512-uR2Br80FDMc951cooeakktrKiNYPUmu057YuV2gg2VJwPapESUFMyHbL/vJNL1E6xhN/hH3sWgJI//fkL/MfuQ==
dependencies:
"@backstage/config" "^1.1.1"
deep-freeze "^0.0.1"

"@janus-idp/[email protected]":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@janus-idp/cli/-/cli-1.3.0.tgz#adccc6828abd85517e9b67eab0d1c286bf1c500d"
Expand Down

0 comments on commit ac0c923

Please sign in to comment.