Skip to content

Commit

Permalink
Merge pull request #4 from vicapow/main
Browse files Browse the repository at this point in the history
allow monaco-editor version ranges from 0.50.x to 0.52.x
  • Loading branch information
PollRobots authored Nov 22, 2024
2 parents e31cc5a + 3aa1883 commit 4d3283b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"license": "MIT",
"devDependencies": {
"microbundle": "^0.15.1",
"monaco-editor": "^0.50.0",
"monaco-editor": ">=0.50.0 <0.53.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"monaco-editor": "^0.50.0"
"monaco-editor": ">=0.50.0 <0.53.0"
}
}

0 comments on commit 4d3283b

Please sign in to comment.