refactor: move app mode provider to auth react

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-03-21 16:16:26 +01:00
committed by Patrik Oldsberg
parent a1950ad5e6
commit fc15c4adf5
9 changed files with 53 additions and 20 deletions
+2 -1
View File
@@ -44,7 +44,8 @@
"@backstage/test-utils": "workspace:^",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0"
"@testing-library/user-event": "^14.0.0",
"msw": "^1.0.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"