Skip to content

Commit

Permalink
chore: downgrade monaco-editor/react to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GerilLeto committed Apr 27, 2023
1 parent e4331e7 commit e4e8b3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"coverage": "vitest --coverage"
},
"dependencies": {
"@monaco-editor/react": "4.5.0",
"@monaco-editor/react": "4.4.6",
"@types/chroma-js": "^2.1.4",
"file-saver": "2.0.5",
"mathjs": "11.8.0",
Expand Down
2 changes: 1 addition & 1 deletion settings-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "4.5.0",
"@monaco-editor/react": "4.4.6",
"monaco-editor": "0.36.0"
},
"devDependencies": {
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1638,19 +1638,20 @@
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.14.2.tgz#c3ec604a0b54b9a9b87e9735dfc59e1a5da6a5fb"
integrity sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==

"@monaco-editor/loader@^1.3.3":
"@monaco-editor/loader@^1.3.2":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@monaco-editor/loader/-/loader-1.3.3.tgz#7f1742bd3cc21c0362a46a4056317f6e5215cfca"
integrity sha512-6KKF4CTzcJiS8BJwtxtfyYt9shBiEv32ateQ9T4UVogwn4HM/uPo9iJd2Dmbkpz8CM6Y0PDUpjnZzCwC+eYo2Q==
dependencies:
state-local "^1.0.6"

"@monaco-editor/react@4.5.0":
version "4.5.0"
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.5.0.tgz#5a581f1ce5af6597dd127ac2c0d22d15ca3f3928"
integrity sha512-VJMkp5Fe1+w8pLEq8tZPHZKu8zDXQIA1FtiDTSNccg1D3wg1YIZaH2es2Qpvop1k62g3c/YySRb3bnGXu2XwYQ==
"@monaco-editor/react@4.4.6":
version "4.4.6"
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.4.6.tgz#8ae500b0edf85276d860ed702e7056c316548218"
integrity sha512-Gr3uz3LYf33wlFE3eRnta4RxP5FSNxiIV9ENn2D2/rN8KgGAD8ecvcITRtsbbyuOuNkwbuHYxfeaz2Vr+CtyFA==
dependencies:
"@monaco-editor/loader" "^1.3.3"
"@monaco-editor/loader" "^1.3.2"
prop-types "^15.7.2"

"@nodelib/[email protected]":
version "2.1.5"
Expand Down

0 comments on commit e4e8b3c

Please sign in to comment.