Commit 99e4fe8
committed
fix: Cap8 peerDependency for pnpm compatibility
To fix the error below when using pnpm v10 (error on v10, warning on v9 and below)
ERR_PNPM_INVALID_PEER_DEPENDENCY_SPECIFICATION The peerDependencies field named '@capacitor/core' of package '@capacitor/geolocation' has an invalid value: 'next'
The values in peerDependencies should be either a valid semver range, a `workspace:` spec, or a `catalog:` spec1 parent 19f1518 commit 99e4fe8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments