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