Skip to content

Commit

Permalink
Use pnpm 10 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Feb 9, 2025
1 parent 89a6b54 commit 847a277
Show file tree
Hide file tree
Showing 4 changed files with 10,465 additions and 9,763 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Setup

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.
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.

> 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)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Bjorn Lu
Copyright (c) 2025 Bjorn Lu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte": "^4.2.12",
"uvu": "^0.5.6"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@10.2.1",
"pnpm": {
"overrides": {
"@whyframe/astro": "workspace:*",
Expand Down
Loading

0 comments on commit 847a277

Please sign in to comment.