Skip to content

Commit

Permalink
chore: upgrade pnpm to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Apr 17, 2024
1 parent 789a531 commit c7eacfe
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 84 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "affine-i18n-resources",
"version": "1.0.0",
"description": "i18n resources for AFFiNE",
"packageManager": "[email protected]",
"scripts": {
"start": "pnpm run update",
"update": "NODE_OPTIONS=--experimental-fetch ts-node fetchResources.ts",
Expand All @@ -22,9 +21,7 @@
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.15.0",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=8"
}
"node": ">=18.19.0"
},
"packageManager": "[email protected]"
}
187 changes: 109 additions & 78 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 c7eacfe

Please sign in to comment.