Skip to content

Commit

Permalink
(chore) Upgrade pnpm, remove pinned patch version (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Oct 25, 2024
1 parent ab2d36e commit 2d28d33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"version": "2.18.4",
"type": "module",
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"scripts": {
"dev": "vite",
"build": "./build.sh",
Expand All @@ -26,8 +26,8 @@
"@ionic/core": "npm:voyager-ionic-core@8.3.3"
},
"patchedDependencies": {
"@capacitor/browser@6.0.3": "patches/@capacitor__browser@6.0.3.patch",
"@capacitor/haptics@6.0.1": "patches/@capacitor__haptics@6.0.1.patch"
"@capacitor/browser": "patches/@capacitor__browser@6.0.3.patch",
"@capacitor/haptics": "patches/@capacitor__haptics@6.0.1.patch"
}
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 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 2d28d33

Please sign in to comment.