mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +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": "*"
|
"tslib": "*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ionic/core": "5.6.7",
|
|
||||||
"@ionic/react": "5.6.7",
|
"@ionic/react": "5.6.7",
|
||||||
"react": ">=16.8.6",
|
"react": ">=16.8.6",
|
||||||
"react-dom": ">=16.8.6",
|
"react-dom": ">=16.8.6",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { AnimationBuilder } from '@ionic/core';
|
|
||||||
import {
|
import {
|
||||||
|
AnimationBuilder,
|
||||||
LocationHistory,
|
LocationHistory,
|
||||||
NavManager,
|
NavManager,
|
||||||
RouteAction,
|
RouteAction,
|
||||||
|
Reference in New Issue
Block a user