mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Bumps [electron](https://github.com/electron/electron) from 19.1.8 to 22.3.25. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v19.1.8...v22.3.25) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
781 B
JSON
32 lines
781 B
JSON
{
|
|
"name": "monaco-editor-samples",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Samples for using the Monaco Editor",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"simpleserver": "yaserver --root ./ --port 8888"
|
|
},
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"css-loader": "^5.2.7",
|
|
"electron": "^22.3.25",
|
|
"file-loader": "^6.2.0",
|
|
"glob": "^7.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"monaco-editor-webpack-plugin": "^7.0.1",
|
|
"monaco-editor": "^0.32.1",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"ts-loader": "^9.2.6",
|
|
"typescript": "^5.0.2",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.7.4",
|
|
"webpack": "^5.76.0",
|
|
"yaserver": "^0.4.0"
|
|
},
|
|
"overrides": {
|
|
"@electron/get": "2.0.0"
|
|
}
|
|
}
|