Skip to content

Commit

Permalink
downgrade monaco-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sbresin committed Sep 16, 2019
1 parent 8a2dc86 commit d21f4f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "egoist <0x142857@gmail.com>",
"license": "MIT",
"dependencies": {
"monaco-editor": "^0.18.0",
"monaco-editor": "^0.17.1",
"nano-assign": "^1.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5421,10 +5421,10 @@ monaco-editor-webpack-plugin@^1.7.0:
dependencies:
"@types/webpack" "^4.4.19"

monaco-editor@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.18.0.tgz#72079e1da5b74eb356685b75bda611faa7251036"
integrity sha512-nNaKGNdeXwDxzmtrbJKn5q30jcuu+l7eMtaCDA4eLagvx66/joYvSiGkL/Nx4L0cZKM7ASu+fPIr3kmjEr5Ncg==
monaco-editor@^0.17.1:
version "0.17.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.17.1.tgz#8fbe96ca54bfa75262706e044f8f780e904aa45c"
integrity sha512-JAc0mtW7NeO+0SwPRcdkfDbWLgkqL9WfP1NbpP9wNASsW6oWqgZqNIWt4teymGjZIXTElx3dnQmUYHmVrJ7HxA==

move-concurrently@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit d21f4f0

Please sign in to comment.