module-federation-common: fix RR dep

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-13 00:26:54 +01:00
parent 903a854ebc
commit a326fe580e
2 changed files with 7 additions and 7 deletions
@@ -47,7 +47,7 @@
"@types/react": "^18.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0"
"react-router-dom": "^6.30.2"
},
"peerDependencies": {
"@emotion/react": "^11.10.5",
@@ -57,8 +57,8 @@
"@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": "^6.3.0",
"react-router-dom": "^6.3.0"
"react-router": "^6.30.2",
"react-router-dom": "^6.30.2"
},
"peerDependenciesMeta": {
"@types/react": {