Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Nov 14, 2023
1 parent 1531e3d commit fe64729
Show file tree
Hide file tree
Showing 4 changed files with 802 additions and 691 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.41.0",
"monaco-editor": "^0.44.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.41.0",
"monaco-editor": "^0.44.0",
"monaco-tailwindcss": "file:../..",
"esbuild": "^0.19.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-tailwindcss": "file:../..",
"vite": "^4.0.0"
}
Expand Down
Loading

0 comments on commit fe64729

Please sign in to comment.