Skip to content

Commit bcf1b13

Browse files
author
Loïc Mangeonjean
committed
fix: do not require newer typescript
1 parent 31b1432 commit bcf1b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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@^19.0.0",
46-
"react-dom": "^19.1.1",
46+
"react-dom": ">=18.3.1",
4747
"vscode": "npm:@codingame/monaco-vscode-extension-api@^19.0.0"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)