Skip to content

Commit f232fc8

Browse files
author
Loïc Mangeonjean
committed
fix: only require react-dom 16
1 parent a212efb commit f232fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"deep-equal": "^2.2.3",
4444
"lodash.debounce": "^4.0.8",
4545
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^26.0.1",
46-
"react-dom": ">=18.3.1",
46+
"react-dom": ">=16.0.0",
4747
"vscode": "npm:@codingame/monaco-vscode-extension-api@^26.0.1"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)