mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
add history dep to react router
This commit is contained in:
@ -36,6 +36,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ionic/react": "^7.6.1",
|
"@ionic/react": "^7.6.1",
|
||||||
|
"history": "^4.9.0",
|
||||||
"tslib": "*"
|
"tslib": "*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@ -913,6 +913,9 @@ importers:
|
|||||||
'@ionic/react':
|
'@ionic/react':
|
||||||
specifier: ^7.6.1
|
specifier: ^7.6.1
|
||||||
version: link:../react
|
version: link:../react
|
||||||
|
history:
|
||||||
|
specifier: ^4.9.0
|
||||||
|
version: 4.10.1
|
||||||
tslib:
|
tslib:
|
||||||
specifier: '*'
|
specifier: '*'
|
||||||
version: 2.4.0
|
version: 2.4.0
|
||||||
|
Reference in New Issue
Block a user