Skip to content

Commit

Permalink
Merge pull request #56 from CodinGame/monaco-editor-peer
Browse files Browse the repository at this point in the history
Declare monaco-editor as peerDependency
  • Loading branch information
CGNonofr authored Nov 28, 2022
2 parents 25e1268 + 718cf66 commit dd06c29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@
"zx": "^7.0.8"
},
"dependencies": {
"monaco-editor": "^0.34.0"
},
"peerDependencies": {
"monaco-editor": "~0.34.0",
"vscode-textmate": "^7.0.1",
"vscode-oniguruma": "^1.6.2"
},
Expand Down

0 comments on commit dd06c29

Please sign in to comment.