Skip to content

Commit

Permalink
chore(deps): update pnpm to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Feb 19, 2025
1 parent fce47f0 commit 66c50f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@10.4.1",
"scripts": {
"build": "tsc -b",
"watch": "pnpm run build && pnpm run \"/^watch:.*/\"",
Expand Down Expand Up @@ -28,5 +28,13 @@
"@typescript-eslint/eslint-plugin": "^8.19.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tsslint/core",
"@vscode/vsce-sign",
"esbuild",
"keytar"
]
}
}

0 comments on commit 66c50f5

Please sign in to comment.