Skip to content

Commit ea3682f

Browse files
fix(deps): update dependency monaco-editor to ^0.26.0 (#579)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e4b1d37 commit ea3682f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

format-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"webpack-dev-server": "^3.11.0"
2727
},
2828
"dependencies": {
29-
"monaco-editor": "^0.25.0",
29+
"monaco-editor": "^0.26.0",
3030
"source-map": "^0.6.1",
3131
"vue": "^3.0.4",
3232
"@intlify/message-compiler": "link:../packages/message-compiler"

format-explorer/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
to-fast-properties "^2.0.0"
2323

2424
"@intlify/message-compiler@link:../packages/message-compiler":
25-
version "9.2.0-alpha.4"
25+
version "9.2.0-alpha.5"
2626
dependencies:
27-
"@intlify/message-resolver" "9.2.0-alpha.4"
28-
"@intlify/shared" "9.2.0-alpha.4"
27+
"@intlify/message-resolver" "9.2.0-alpha.5"
28+
"@intlify/shared" "9.2.0-alpha.5"
2929
source-map "0.6.1"
3030

31-
"@intlify/[email protected].4":
32-
version "9.2.0-alpha.4"
33-
resolved "https://registry.yarnpkg.com/@intlify/message-resolver/-/message-resolver-9.2.0-alpha.4.tgz#295457dcffa1adf8265741191ddec5a0e70ecc79"
34-
integrity sha512-Eg5JQDvLlU6BCOL486QxJMgzSFfZsn6V4IF5zHnxczaPyWfs/X1U02aCySuDqW+a7rKLfsKMimkO+Mo3fnL6Ig==
31+
"@intlify/[email protected].5":
32+
version "9.2.0-alpha.5"
33+
resolved "https://registry.yarnpkg.com/@intlify/message-resolver/-/message-resolver-9.2.0-alpha.5.tgz#7205f09989befc501965d33a4ec0dffe249f992c"
34+
integrity sha512-UKuILEwG1mxHZseOJM1HFODjNDondUADgyTYEK8VhMTnPnT/WXm6ErUtkk2oZdRhuSdnEeqTnaeY+bb6ibGorw==
3535

36-
"@intlify/[email protected].4":
37-
version "9.2.0-alpha.4"
38-
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.0-alpha.4.tgz#5fa3a43be81c1c45c4cde73bd75f1c5464dd9b7d"
39-
integrity sha512-li8DUeoA4k/C9RILYGaJV4QcLMAXIBtcvyZ/MrvaL9cu5x/DO4SkyiyrM6BnfLoOdyKiC/iEKfTq4zvh2uZYnA==
36+
"@intlify/[email protected].5":
37+
version "9.2.0-alpha.5"
38+
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.0-alpha.5.tgz#f2bc0c413a0b220acec02b10955e05fcce1ace65"
39+
integrity sha512-ddOl6fs8Q1/b6qKjl7gyKEgJ/e2oKLByZOwwAJN1IeaQAVx5AGGJZJ8eU9mQHzq+l7un+93zT5FMZDiHHoJzRQ==
4040

4141
"@types/eslint-scope@^3.7.0":
4242
version "3.7.0"
@@ -2425,10 +2425,10 @@ monaco-editor-webpack-plugin@^4.0.0:
24252425
dependencies:
24262426
loader-utils "^2.0.0"
24272427

2428-
monaco-editor@^0.25.0:
2429-
version "0.25.0"
2430-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.25.0.tgz#4cbbe25adb4661a1673e4893cdc13dfa406b665e"
2431-
integrity sha512-Lzk9CGIvFXly1J0s5t8SXk1+UleahGqcoHnSoPe2OBSrKhWLbR7Nvk2QQwaEzJQi4Wtbu5gou2qat1CAbvB82A==
2428+
monaco-editor@^0.26.0:
2429+
version "0.26.0"
2430+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.26.0.tgz#6c1141dc10edb58a9c089d83efdac339f2c65c88"
2431+
integrity sha512-Ce1Zs/dPCFv+FQ7x9BIKNRN8ytsj8IyompD3zaENnb8h8W8HMaW/RIw723WOs27ZTLsESiFAQfHrhZs+zDyO3w==
24322432

24332433
24342434
version "2.0.0"

0 commit comments

Comments
 (0)