fix: package resolution

This commit is contained in:
Sean Perkins
2024-02-01 20:07:56 -05:00
parent cd2ff30b56
commit 079467eff4
5 changed files with 44 additions and 17 deletions

View File

@@ -62,6 +62,6 @@
},
"prettier": "@ionic/prettier-config",
"dependencies": {
"@ionic/core": "^7.6.6"
"@ionic/core": "workspace:*"
}
}