Skip to content

Commit d24b8f0

Browse files
authored
deps: update pnpm 8.6.3 to 9.10.0 (#6139)
1 parent 98575cf commit d24b8f0

File tree

4 files changed

+10475
-8952
lines changed

4 files changed

+10475
-8952
lines changed

.github/actions/setup-project/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
pnpm-version:
66
description: 'The version of pnpm to use for installing dependencies.'
77
required: false
8-
default: 8.6.3
8+
default: 9.10.0
99
node-version:
1010
description: 'The version of Node.js to use for building the project.'
1111
required: false

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thank you for your interest in contributing to GrapesJS! We welcome all types of
77
### Prerequisites
88

99
- Node.js (version 20 LTS)
10-
- pnpm (version 8.6.3 or later)
10+
- pnpm (version 9.10.0 or later)
1111

1212
### Setup
1313

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

2323
```bash
24-
npm install -g pnpm@8.6.3
24+
npm install -g pnpm@9.10.0
2525
```
2626

2727
3. Clone the repository:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grapesjs/monorepo",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@8.6.3",
4+
"packageManager": "pnpm@9.10.0",
55
"scripts": {
66
"start": "pnpm --filter grapesjs start",
77
"test": "pnpm --filter grapesjs test",
@@ -63,6 +63,6 @@
6363
},
6464
"engines": {
6565
"node": ">=20",
66-
"pnpm": ">=8"
66+
"pnpm": ">=9"
6767
}
6868
}

0 commit comments

Comments
 (0)