Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jun 27, 2024
1 parent 0db3a64 commit 35b4871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ function readPackage(pkg) {
typescript: '5.4.5',
graphql: '16.8.1',
waku: '0.21.0-alpha.2',
sharp: '0.33.4',
sharp: '0.33.1',
'vite-imagetools': '6.2.9',
};
for (const type of ['dependencies', 'devDependencies', 'peerDependencies']) {
for (const [name, version] of Object.entries(versions)) {
Expand Down

0 comments on commit 35b4871

Please sign in to comment.