Skip to content

Commit ec916c6

Browse files
chore(deps): Update dependency monaco-editor to v0.53.0
1 parent 800064a commit ec916c6

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

packages/brick-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"copy-to-clipboard": "^3.3.3",
3939
"copy-webpack-plugin": "^13.0.0",
4040
"html-webpack-plugin": "^5.6.3",
41-
"monaco-editor": "^0.50.0",
41+
"monaco-editor": "^0.53.0",
4242
"webpack-dev-server": "^5.2.2"
4343
}
4444
}

packages/monaco-contributions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
}
3030
},
3131
"devDependencies": {
32-
"monaco-editor": "^0.50.0"
32+
"monaco-editor": "^0.53.0"
3333
},
3434
"peerDependencies": {
35-
"monaco-editor": ">= 0.50.0"
35+
"monaco-editor": ">= 0.53.0"
3636
}
3737
}

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3281,6 +3281,11 @@
32813281
resolved "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.2.tgz"
32823282
integrity sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==
32833283

3284+
"@types/trusted-types@^1.0.6":
3285+
version "1.0.6"
3286+
resolved "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz#569b8a08121d3203398290d602d84d73c8dcf5da"
3287+
integrity sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==
3288+
32843289
"@types/ws@^8.5.10":
32853290
version "8.5.10"
32863291
resolved "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
@@ -10090,10 +10095,12 @@ moment@^2.30.1:
1009010095
resolved "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
1009110096
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
1009210097

10093-
monaco-editor@^0.50.0:
10094-
version "0.50.0"
10095-
resolved "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.50.0.tgz#44e62b124c8aed224e1d310bbbe6ffd6d5122413"
10096-
integrity sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==
10098+
monaco-editor@^0.53.0:
10099+
version "0.53.0"
10100+
resolved "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.53.0.tgz#2f485492e0ee822be13b1b45e3092922963737ae"
10101+
integrity sha512-0WNThgC6CMWNXXBxTbaYYcunj08iB5rnx4/G56UOPeL9UVIUGGHA1GR0EWIh9Ebabj7NpCRawQ5b0hfN1jQmYQ==
10102+
dependencies:
10103+
"@types/trusted-types" "^1.0.6"
1009710104

1009810105
1009910106
version "2.0.0"

0 commit comments

Comments
 (0)