Skip to content

Commit

Permalink
deps(pnpm): update pnpm to v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jan 20, 2025
1 parent dd2f999 commit 2d5d290
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"lint": "prettier --plugin prettier-plugin-svelte --check . && eslint .",
"format": "prettier --plugin prettier-plugin-svelte --write ."
},
"pnpm": {
"onlyBuiltDependencies": [
"@sveltejs/kit"
]
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
Expand Down Expand Up @@ -59,6 +64,6 @@
"typescript": "^5.7.2",
"vite": "^5.4.9"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"type": "module"
}

0 comments on commit 2d5d290

Please sign in to comment.