Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Downgrade react-monaco-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Oct 31, 2019
1 parent 2d2f1e3 commit fbb5e09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion web/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-ace": "^6.2.0",
"react-document-title": "^2.0.3",
"react-modal": "^3.5.1",
"react-monaco-editor": "^0.25.1",
"react-monaco-editor": "0.18.0",
"react-redux": "^5.0.7",
"react-remarkable": "^1.1.3",
"react-router-dom": "^4.2.2",
Expand Down
20 changes: 10 additions & 10 deletions web/init/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7390,10 +7390,10 @@ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkd
dependencies:
minimist "0.0.8"

monaco-editor@^0.16.0:
version "0.16.2"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.16.2.tgz#950084ed82eeaef1c8c9d3c1bcab849fe11b2415"
integrity sha512-NtGrFzf54jADe7qsWh3lazhS7Kj0XHkJUGBq9fA/Jbwc+sgVcyfsYF6z2AQ7hPqDC+JmdOt/OwFjBnRwqXtx6w==
monaco-editor@^0.14.2:
version "0.14.3"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.14.3.tgz#7cc4a4096a3821f52fea9b10489b527ef3034e22"
integrity sha512-RhaO4xXmWn/p0WrkEOXe4PoZj6xOcvDYjoAh0e1kGUrQnP1IOpc0m86Ceuaa2CLEMDINqKijBSmqhvBQnsPLHQ==

moo@^0.4.3:
version "0.4.3"
Expand Down Expand Up @@ -9322,14 +9322,14 @@ react-modal@^3.5.1:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"

react-monaco-editor@^0.25.1:
version "0.25.1"
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.25.1.tgz#29215061da23d0e4ad7bf928d9403288d5be4e92"
integrity sha512-VLksQjt8fmeIZoET9fQgmR0sdCCBFaiss92MwW5JvgO3JfrnhHtrLBqrSQRjtbUmef1EmEKi4gZp5Mh0oidvVg==
react-monaco-editor@0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.18.0.tgz#098d847733667905aee80a0cd2473e80ab7b1302"
integrity sha512-azMSMDF3eS9XFd9RWfujDInYvSQtdipozmEXSJRuJqsq3JmJlToOjMRSNEkTPmxnR6ZcI9DVhMImCLGNgUk5bQ==
dependencies:
"@types/react" "*"
monaco-editor "^0.16.0"
prop-types "^15.7.2"
monaco-editor "^0.14.2"
prop-types "^15.6.2"

react-redux@^5.0.7:
version "5.1.1"
Expand Down

0 comments on commit fbb5e09

Please sign in to comment.