Skip to content
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package is a maintained fork of [`suren-atoyan/monaco-react`](https://githu
yarn add @willbooster/monaco-react monaco-editor
```

`react`, `react-dom`, and `monaco-editor` are peer dependencies. React 16.8 through 19 are supported.
`react`, `react-dom`, and `monaco-editor` are peer dependencies. This package supports React 19.x, Node.js 24 or newer, and is tested with Next.js 16.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
},
"peerDependencies": {
"monaco-editor": "^0.55.1",
Comment thread
exKAZUu marked this conversation as resolved.
Comment thread
exKAZUu marked this conversation as resolved.
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
Comment thread
exKAZUu marked this conversation as resolved.
},
"prettier": "@willbooster/prettier-config",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2355,8 +2355,8 @@ __metadata:
vitest: "npm:4.1.4"
peerDependencies:
monaco-editor: ^0.55.1
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^19.0.0
react-dom: ^19.0.0
languageName: unknown
linkType: soft

Expand Down
Loading