Skip to content

Commit

Permalink
Update to monaco-editor 0.52
Browse files Browse the repository at this point in the history
Closes #91
  • Loading branch information
remcohaszing committed Oct 3, 2024
1 parent 5fb2ec0 commit 1cb9745
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"html-webpack-plugin": "^5.0.0",
"jsonc-parser": "^3.0.0",
"mini-css-extract-plugin": "^2.0.0",
"monaco-editor": "^0.44.0",
"monaco-editor": "^0.52.0",
"monaco-tailwindcss": "file:../..",
"ts-loader": "^9.0.0",
"webpack": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "rm -rf ./dist && node build.js"
},
"dependencies": {
"monaco-editor": "^0.44.0",
"monaco-editor": "^0.52.0",
"monaco-tailwindcss": "file:../..",
"esbuild": "^0.21.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vite build"
},
"dependencies": {
"monaco-editor": "^0.44.0",
"monaco-editor": "^0.52.0",
"monaco-tailwindcss": "file:../..",
"vite": "^4.0.0"
}
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

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

0 comments on commit 1cb9745

Please sign in to comment.