Skip to content

Commit

Permalink
fix: lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Sep 3, 2024
1 parent c950519 commit 9f7ea93
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 62 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Capacitor (6.0.0):
- Capacitor (6.1.0):
- CapacitorCordova
- CapacitorCordova (2.0.1)

Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/@capacitor/ios"

SPEC CHECKSUMS:
Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
Capacitor: 187bd7847b6f71467015a20200a1a071be3e5f14
CapacitorCordova: 9fee2eb6780331b6ff09710d6a7d1f2e4707f1b9

PODFILE CHECKSUM: e80ffb7ef3a0ac7d0d6143f3e64f287d4d027c84
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"peerDependencies": {
"@capacitor/core": "^6.0.0"
},
"dependencies": { "@types/node": "^22.5.2" },
"dependencies": {
"@types/node": "^22.5.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@capacitor/android": "^6.0.0",
Expand Down
122 changes: 63 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f7ea93

Please sign in to comment.