fix(react): remove @ionic/core dependency in @ionic/react-router to resolve yarn install warning (#23351)

resolves #23346
This commit is contained in:
Liam DeBeasi
2021-05-24 10:32:33 -04:00
committed by GitHub
parent 1a36922f41
commit 36bfa33503
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,6 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/core": "5.6.7",
"@ionic/react": "5.6.7",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",

View File

@@ -1,5 +1,5 @@
import { AnimationBuilder } from '@ionic/core';
import {
AnimationBuilder,
LocationHistory,
NavManager,
RouteAction,