Skip to content

Commit 36bfa33

Browse files
authoredMay 24, 2021
fix(react): remove @ionic/core dependency in @ionic/react-router to resolve yarn install warning (#23351)
resolves #23346
1 parent 1a36922 commit 36bfa33

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎packages/react-router/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"tslib": "*"
4040
},
4141
"peerDependencies": {
42-
"@ionic/core": "5.6.7",
4342
"@ionic/react": "5.6.7",
4443
"react": ">=16.8.6",
4544
"react-dom": ">=16.8.6",

‎packages/react-router/src/ReactRouter/IonRouter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { AnimationBuilder } from '@ionic/core';
21
import {
2+
AnimationBuilder,
33
LocationHistory,
44
NavManager,
55
RouteAction,

0 commit comments

Comments
 (0)
Please sign in to comment.