Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands:
# Pinned to 11.14.0. pnpm 11.15.x regressed optional-peer resolution, which forks
# the CKEditor dependency graph (`debug`'s optional `supports-color` peer) into two
# copies and breaks the LTS integration tests with `plugincollection-plugin-name-conflict`.
command: sudo npm i -g pnpm@11.14.0
command: sudo npm i -g pnpm@12.3.4
- run:
name: Install dependencies
command: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the ["Rich text editor component for React"](https://ckeditor.com/docs/ckedi
## Contributing

> [!NOTE]
> This project requires **pnpm v10** or higher. You can check your version with `pnpm --version` and update if needed with `npm install -g pnpm@latest`.
> This project requires **pnpm v12** or higher. You can check your version with `pnpm --version` and update if needed with `npm install -g pnpm@latest`.

After cloning this repository, install necessary dependencies:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"engines": {
"node": ">=24.11.0",
"pnpm": "^11.9.0",
"pnpm": "^12.3.4",
"yarn": "\n\n┌─────────────────────────┐\n│ Hey, we use pnpm now! │\n└─────────────────────────┘\n\n"
},
"scripts": {
Expand Down