Skip to content

Commit

Permalink
Add missing dependency added in Oriflame#132
Browse files Browse the repository at this point in the history
  • Loading branch information
T0RAT0RA committed Dec 14, 2022
1 parent ec3991d commit 7252578
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@
"devDependencies": {
"@backstage/cli": "^0.21.1",
"@spotify/prettier-config": "14.1.0",
"@types/react": "17.0.52",
"@types/webpack": "5.28.0",
"concurrently": "7.5.0",
"eslint-plugin-notice": "0.9.10",
"lerna": "5.6.2",
"prettier": "2.7.1",
"typescript": "4.8.4",
"@types/react": "17.0.52",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"react-router-dom": "^6.4.5",
"typescript": "4.8.4"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
3 changes: 2 additions & 1 deletion plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.1.3",
"@backstage/config": "^1.0.4",
"@backstage/core-components": "^0.12.0",
"@backstage/core-plugin-api": "^1.1.0",
"@backstage/config": "^1.0.4",
"@backstage/plugin-catalog-common": "^1.0.8",
"@backstage/plugin-catalog-react": "^1.2.1",
"@backstage/theme": "^0.2.16",
Expand All @@ -45,6 +45,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"react-router-dom": "^6.4.5",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4522,6 +4522,11 @@
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.3.tgz#953b88c20ea00d0eddaffdc1b115c08474aa295d"
integrity sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==

"@remix-run/[email protected]":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.5.tgz#d5c65626add4c3c185a89aa5bd38b1e42daec075"
integrity sha512-my0Mycd+jruq/1lQuO5LBB6WTlL/e8DTCYWp44DfMTDcXz8DcTlgF0ISaLsGewt+ctHN+yA8xMq3q/N7uWJPug==

"@rjsf/core-v5@npm:@rjsf/core@^5.0.0-beta.12":
version "5.0.0-beta.14"
resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.0.0-beta.14.tgz#8c247022ac5a84d12704c9f587126049a32289b5"
Expand Down Expand Up @@ -17168,13 +17173,28 @@ [email protected]:
"@remix-run/router" "1.0.3"
react-router "6.4.3"

react-router-dom@^6.4.5:
version "6.4.5"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.4.5.tgz#4fdb12efef4f3848c693a76afbeaed1f6ca02047"
integrity sha512-a7HsgikBR0wNfroBHcZUCd9+mLRqZS8R5U1Z1mzLWxFXEkUT3vR1XXmSIVoVpxVX8Bar0nQYYYc9Yipq8dWwAA==
dependencies:
"@remix-run/router" "1.0.5"
react-router "6.4.5"

[email protected]:
version "6.4.3"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.3.tgz#9ed3ee4d6e95889e9b075a5d63e29acc7def0d49"
integrity sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==
dependencies:
"@remix-run/router" "1.0.3"

[email protected]:
version "6.4.5"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.5.tgz#73f382af2c8b9a86d74e761a7c5fc3ce7cb0024d"
integrity sha512-1RQJ8bM70YEumHIlNUYc6mFfUDoWa5EgPDenK/fq0bxD8DYpQUi/S6Zoft+9DBrh2xmtg92N5HMAJgGWDhKJ5Q==
dependencies:
"@remix-run/router" "1.0.5"

react-side-effect@^2.1.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.2.tgz#dc6345b9e8f9906dc2eeb68700b615e0b4fe752a"
Expand Down

0 comments on commit 7252578

Please sign in to comment.