mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(react): remove @ionic/core dependency in @ionic/react-router to resolve yarn install warning (#23351)
resolves #23346
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { AnimationBuilder } from '@ionic/core';
|
||||
import {
|
||||
AnimationBuilder,
|
||||
LocationHistory,
|
||||
NavManager,
|
||||
RouteAction,
|
||||
|
||||
Reference in New Issue
Block a user