Skip to content

Commit

Permalink
deps: update pnpm 8.6.3 to 9.10.0 (#6139)
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns authored Sep 10, 2024
1 parent 98575cf commit d24b8f0
Show file tree
Hide file tree
Showing 4 changed files with 10,475 additions and 8,952 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
pnpm-version:
description: 'The version of pnpm to use for installing dependencies.'
required: false
default: 8.6.3
default: 9.10.0
node-version:
description: 'The version of Node.js to use for building the project.'
required: false
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Thank you for your interest in contributing to GrapesJS! We welcome all types of
### Prerequisites

- Node.js (version 20 LTS)
- pnpm (version 8.6.3 or later)
- pnpm (version 9.10.0 or later)

### Setup

Expand All @@ -21,7 +21,7 @@ Thank you for your interest in contributing to GrapesJS! We welcome all types of
2. Install pnpm globally:

```bash
npm install -g pnpm@8.6.3
npm install -g pnpm@9.10.0
```

3. Clone the repository:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@grapesjs/monorepo",
"version": "0.0.0",
"packageManager": "pnpm@8.6.3",
"packageManager": "pnpm@9.10.0",
"scripts": {
"start": "pnpm --filter grapesjs start",
"test": "pnpm --filter grapesjs test",
Expand Down Expand Up @@ -63,6 +63,6 @@
},
"engines": {
"node": ">=20",
"pnpm": ">=8"
"pnpm": ">=9"
}
}
Loading

0 comments on commit d24b8f0

Please sign in to comment.