🆙 monaco-editor-core

This commit is contained in:
Alex Dima 2021-11-04 23:32:01 +01:00
parent b96c33666f
commit 2d30f7c061
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1158,9 +1158,9 @@
"dev": true
},
"monaco-editor-core": {
"version": "0.29.1",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.29.1.tgz",
"integrity": "sha512-A2+iNWf2Jhy/yAJ8HaDIszEhAlS1xjLvQfbk41yAyGwC4wDwbcTymUud1g0I9nV31S1x7QlXNC0BABc2uZN1Qg==",
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.30.0.tgz",
"integrity": "sha512-vFJ7BEOCqLv4xWgFW+UheI/PtccHHNht29lNmo79Re1kNhWCBLLb2nThjRMLPO1rd41vX9hhd9C07/iKOk9/jQ==",
"dev": true
},
"monaco-plugin-helpers": {

View file

@ -24,7 +24,7 @@
"glob": "^7.2.0",
"husky": "^4.3.8",
"jsdom": "^17.0.0",
"monaco-editor-core": "0.29.1",
"monaco-editor-core": "0.30.0",
"monaco-plugin-helpers": "^1.0.3",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",