Browse Source

Bump monaco-editor-webpack-plugin from 7.0.1 to 7.1.0 (#3131)

Bumps [monaco-editor-webpack-plugin](https://github.com/microsoft/monaco-editor) from 7.0.1 to 7.1.0.
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/monaco-editor/commits)

---
updated-dependencies:
- dependency-name: monaco-editor-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3136/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
c8d20477ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -17,7 +17,7 @@
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-editor-webpack-plugin": "^7.1.0",
"prettier": "^3.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
@ -2853,9 +2853,9 @@
"integrity": "sha512-1wymccLEuFSMBvCk/jT1YDW/GuxMLYwnFwF9CDyYCxoTw2Pt379J3FUhwy9c43j51JdcxVPjwk0jm0EVDsBS2g=="
},
"node_modules/monaco-editor-webpack-plugin": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-7.0.1.tgz",
"integrity": "sha512-M8qIqizltrPlIbrb73cZdTWfU9sIsUVFvAZkL3KGjAHmVWEJ0hZKa/uad14JuOckc0GwnCaoGHvMoYtJjVyCzw==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-7.1.0.tgz",
"integrity": "sha512-ZjnGINHN963JQkFqjjcBtn1XBtUATDZBMgNQhDQwd78w2ukRhFXAPNgWuacaQiDZsUr4h1rWv5Mv6eriKuOSzA==",
"dev": true,
"dependencies": {
"loader-utils": "^2.0.2"

2
package.json

@ -14,7 +14,7 @@
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-editor-webpack-plugin": "^7.1.0",
"prettier": "^3.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",

Loading…
Cancel
Save