Skip to content

Commit bba4193

Browse files
chore(deps): Update dependency monaco-editor to v0.52.2
1 parent a2518a9 commit bba4193

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-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.52.2",
4242
"monaco-editor-webpack-plugin": "^7.1.0",
4343
"webpack-dev-server": "^5.2.2"
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.52.2"
3333
},
3434
"peerDependencies": {
35-
"monaco-editor": ">= 0.50.0"
35+
"monaco-editor": ">= 0.52.2"
3636
}
3737
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10101,10 +10101,10 @@ monaco-editor-webpack-plugin@^7.1.0:
1010110101
dependencies:
1010210102
loader-utils "^2.0.2"
1010310103

10104-
monaco-editor@^0.50.0:
10105-
version "0.50.0"
10106-
resolved "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.50.0.tgz#44e62b124c8aed224e1d310bbbe6ffd6d5122413"
10107-
integrity sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==
10104+
monaco-editor@^0.52.2:
10105+
version "0.52.2"
10106+
resolved "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.2.tgz#53c75a6fcc6802684e99fd1b2700299857002205"
10107+
integrity sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==
1010810108

1010910109
1011010110
version "2.0.0"

0 commit comments

Comments
 (0)