Skip to content

Commit 847a277

Browse files
authored
Use pnpm 10 (#36)
1 parent 89a6b54 commit 847a277

File tree

4 files changed

+10465
-9763
lines changed

4 files changed

+10465
-9763
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Setup
44

5-
The project requires [`pnpm 8`](https://pnpm.io) and [`Node.js 16`](https://nodejs.org/en/). Run `pnpm install` to install dependencies of all workspace packages.
5+
The project requires [`pnpm 10`](https://pnpm.io) and [`Node.js 18`](https://nodejs.org/en/). Run `pnpm install` to install dependencies of all workspace packages.
66

77
> Note: If you have limited network usage, you can remove `- playground/*` in the `pnpm-workspace.yaml` file to skip installing the `playground` dependencies. (Make sure not to `git commit` this change)
88

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Bjorn Lu
3+
Copyright (c) 2025 Bjorn Lu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"svelte": "^4.2.12",
2020
"uvu": "^0.5.6"
2121
},
22-
"packageManager": "pnpm@8.6.12",
22+
"packageManager": "pnpm@10.2.1",
2323
"pnpm": {
2424
"overrides": {
2525
"@whyframe/astro": "workspace:*",

0 commit comments

Comments
 (0)