Skip to content

Commit

Permalink
Add missing dependecy 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 169a9c8
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -49,7 +49,8 @@
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
"react-dom": "^16.13.1 || ^17.0.0",
"react-router-dom": "^6.4.5"
},
"devDependencies": {
"@backstage/cli": "^0.21.1",
Expand Down

0 comments on commit 169a9c8

Please sign in to comment.