Browse Source

deps: update pnpm 8.6.3 to 9.10.0 (#6139)

pull/6138/head
Daniel Starns 1 year ago
committed by GitHub
parent
commit
d24b8f05d5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/actions/setup-project/action.yml
  2. 4
      CONTRIBUTING.md
  3. 4
      package.json
  4. 19417
      pnpm-lock.yaml

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

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

4
CONTRIBUTING.md

@ -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
@ -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:

4
package.json

@ -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",
@ -63,6 +63,6 @@
},
"engines": {
"node": ">=20",
"pnpm": ">=8"
"pnpm": ">=9"
}
}

19417
pnpm-lock.yaml

File diff suppressed because it is too large
Loading…
Cancel
Save