Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 20, 2023
1 parent 9b8286a commit 3eb7c53
Show file tree
Hide file tree
Showing 5 changed files with 502 additions and 436 deletions.
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"css-minimizer-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.0.0",
"monaco-editor": "^0.41.0",
"monaco-editor": "^0.44.0",
"monaco-yaml": "file:../..",
"ts-loader": "^9.0.0",
"webpack": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-editor-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"css-loader": "^6.0.0",
"html-webpack-plugin": "^5.0.0",
"monaco-editor": "^0.41.0",
"monaco-editor": "^0.44.0",
"monaco-editor-webpack-plugin": "^7.0.0",
"monaco-yaml": "file:../..",
"style-loader": "^3.0.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.41.0",
"monaco-editor": "^0.44.0",
"monaco-yaml": "file:../..",
"vite": "^4.0.0"
}
Expand Down

0 comments on commit 3eb7c53

Please sign in to comment.