Skip to content

Commit 03a4f99

Browse files
Update dependency @monaco-editor/react to v4.6.0
1 parent 5098955 commit 03a4f99

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@monaco-editor/react": "4.4.1",
6+
"@monaco-editor/react": "4.6.0",
77
"@phenomnomnominal/tsquery": "4.2.0",
88
"@testing-library/jest-dom": "5.16.4",
99
"@testing-library/react": "13.0.0",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,20 +1491,19 @@
14911491
"@types/yargs" "^16.0.0"
14921492
chalk "^4.0.0"
14931493

1494-
"@monaco-editor/loader@^1.3.0":
1495-
version "1.3.0"
1496-
resolved "https://registry.yarnpkg.com/@monaco-editor/loader/-/loader-1.3.0.tgz#659fbaf1d612ea67b2a0519a18612d1c4813e444"
1497-
integrity sha512-N3mGq1ktC3zh7WUx3NGO+PSDdNq9Vspk/41rEmRdrCqV9vNbBTRzAOplmUpNQsi+hmTs++ERMBobMERb8Kb+3g==
1494+
"@monaco-editor/loader@^1.4.0":
1495+
version "1.4.0"
1496+
resolved "https://registry.yarnpkg.com/@monaco-editor/loader/-/loader-1.4.0.tgz#f08227057331ec890fa1e903912a5b711a2ad558"
1497+
integrity sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==
14981498
dependencies:
14991499
state-local "^1.0.6"
15001500

1501-
"@monaco-editor/react@4.4.1":
1502-
version "4.4.1"
1503-
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.4.1.tgz#2e2b9b369f3082b0e14f47cdbe35658fd56c7c7d"
1504-
integrity sha512-95E/XPC4dbm/7qdkhSsU/a1kRgcn2PYhRTVIc+/cixWCZrwRURW1DRPaIZ2lOawBJ6kAOLywxuD4A4UmbT0ZIw==
1501+
"@monaco-editor/react@4.6.0":
1502+
version "4.6.0"
1503+
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.6.0.tgz#bcc68671e358a21c3814566b865a54b191e24119"
1504+
integrity sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==
15051505
dependencies:
1506-
"@monaco-editor/loader" "^1.3.0"
1507-
prop-types "^15.7.2"
1506+
"@monaco-editor/loader" "^1.4.0"
15081507

15091508
"@nodelib/fs.scandir@2.1.5":
15101509
version "2.1.5"

0 commit comments

Comments
 (0)