Skip to content

Commit

Permalink
chore: upgrade pnpm version to 9.7.0 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastián García authored Aug 14, 2024
1 parent d6e3a1b commit 59f9e1c
Show file tree
Hide file tree
Showing 4 changed files with 729 additions and 631 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.16.0
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To contribute to Open UI, follow these steps:
3. Create a new branch for your changes:

```
git switch -c my-feature
git switch -c feat/my-feature
```

4. Make the necessary changes and improvements to the codebase.
Expand All @@ -26,7 +26,7 @@ To contribute to Open UI, follow these steps:
6. Push your changes to your forked repository:

```
git push origin my-feature
git push origin feat/my-feature
```

7. Open a pull request (PR) on the original repository's GitHub page.
Expand Down Expand Up @@ -66,7 +66,7 @@ corepack enable pnpm
2. Start playground

```
pnpm dev-playground-next
pnpm dev:playground
```

## Development documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openlabs/ui",
"version": "0.3.1",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.7.0",
"description": "A design system built with TailwindCSS and Radix UI.",
"author": "openlabs",
"license": "MIT",
Expand Down
Loading

0 comments on commit 59f9e1c

Please sign in to comment.