add history dep to react router

This commit is contained in:
Liam DeBeasi
2023-12-18 22:41:03 -05:00
parent 75fe3f4280
commit 622fcc0093
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@
],
"dependencies": {
"@ionic/react": "^7.6.1",
"history": "^4.9.0",
"tslib": "*"
},
"peerDependencies": {

3
pnpm-lock.yaml generated
View File

@ -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