Skip to content

Commit 22b7c1a

Browse files
committed
Update dependency monaco-editor to v0.17.1
1 parent fdee576 commit 22b7c1a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"babel-loader": "7.1.2",
1010
"babel-plugin-inferno": "5.0.1",
1111
"css-loader": "0.28.11",
12-
"monaco-editor": "0.12.0",
12+
"monaco-editor": "0.17.1",
1313
"monaco-editor-webpack-plugin": "1.1.0",
1414
"style-loader": "0.20.3",
1515
"webpack": "4.5.0",

example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3709,9 +3709,9 @@ [email protected]:
37093709
version "1.1.0"
37103710
resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-1.1.0.tgz#017fd2edb916ce9411f690e2e3d4f931509ea474"
37113711

3712-
monaco-editor@0.12.0:
3713-
version "0.12.0"
3714-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.12.0.tgz#cd8621017526b57746245104d764bbf52ad42283"
3712+
monaco-editor@0.17.1:
3713+
version "0.17.1"
3714+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.17.1.tgz#8fbe96ca54bfa75262706e044f8f780e904aa45c"
37153715

37163716
move-concurrently@^1.0.1:
37173717
version "1.0.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"inferno": "5.0.3",
25-
"monaco-editor": "0.12.0"
25+
"monaco-editor": "0.17.1"
2626
},
2727
"publishConfig": {
2828
"access": "public"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,9 @@ mkdirp@^0.5.1:
593593
dependencies:
594594
minimist "0.0.8"
595595

596-
monaco-editor@0.12.0:
597-
version "0.12.0"
598-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.12.0.tgz#cd8621017526b57746245104d764bbf52ad42283"
596+
monaco-editor@0.17.1:
597+
version "0.17.1"
598+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.17.1.tgz#8fbe96ca54bfa75262706e044f8f780e904aa45c"
599599

600600
601601
version "2.0.0"

0 commit comments

Comments
 (0)