mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
update to latest deps
This commit is contained in:
parent
1ba6bff6f7
commit
839a3bad24
3 changed files with 12 additions and 8 deletions
|
|
@ -45,6 +45,10 @@ Contributions to `monaco-typescript`:
|
|||
* Format signature and parameter documentation as Markdown [PR #66](https://github.com/microsoft/monaco-typescript/pull/66)
|
||||
* [Spencer (@SpencerSharkey)](https://github.com/SpencerSharkey): Use typescript language for hover tooltip header [PR #70](https://github.com/microsoft/monaco-typescript/pull/70)
|
||||
|
||||
Contributions to `monaco-json`:
|
||||
|
||||
* [@pankajk07](https://github.com/pankajk07): Fixes microsoft/monaco-editor#1999 [PR #12](https://github.com/microsoft/monaco-json/pull/12)
|
||||
|
||||
Contributions to `monaco-languages`:
|
||||
|
||||
* [theangryepicbanana (@ALANVF)](https://github.com/ALANVF)
|
||||
|
|
|
|||
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -4363,9 +4363,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"monaco-editor-core": {
|
||||
"version": "0.21.0",
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.21.0.tgz",
|
||||
"integrity": "sha512-buBxOxwexlb7pdQrIHjj7OGmtVmEe735NN7M8GbhN03eYAKQmaeIAs1AyneOOHvbvh1Ntm7PoHH8f196gd2p6w==",
|
||||
"version": "0.21.1",
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.21.1.tgz",
|
||||
"integrity": "sha512-Wh5ow3Cg9SiQFPql534mT5Ec9u4HGjCvJ+yWxUs9nKv3MENF5vC/8L0KWGUXK1t7F2mGUlgkI+nseDvOE8HEmw==",
|
||||
"dev": true
|
||||
},
|
||||
"monaco-html": {
|
||||
|
|
@ -4375,9 +4375,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"monaco-json": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-3.1.0.tgz",
|
||||
"integrity": "sha512-DwsZtMkMrXcSUJA5Ndxe6RcnrkeXjq9fMjOwfF8Kve+kzPU0pxZdNEM9u2jS0xHsMV3Pd/VnBn3psP/DZx42bQ==",
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-3.2.0.tgz",
|
||||
"integrity": "sha512-WFRzkPDphoNX5RymkaiKFgaiaNe42KBgnEFzXJpSgMsWVijGTQ5/V44wgLQ6Z+RX3OKhSmN5V3MWk4CSKQ5vFQ==",
|
||||
"dev": true
|
||||
},
|
||||
"monaco-languages": {
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@
|
|||
"gulp-typedoc": "^2.2.5",
|
||||
"mocha": "^8.1.3",
|
||||
"monaco-css": "3.1.0",
|
||||
"monaco-editor-core": "0.21.0",
|
||||
"monaco-editor-core": "0.21.1",
|
||||
"monaco-html": "3.1.0",
|
||||
"monaco-json": "3.1.0",
|
||||
"monaco-json": "3.2.0",
|
||||
"monaco-languages": "2.1.0",
|
||||
"monaco-typescript": "4.1.0",
|
||||
"playwright": "1.3.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue