Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @monaco-editor/react to v4.6.0 #1046

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@dnd-kit/sortable": "^8.0.0",
"@json2csv/whatwg": "7.0.3",
"@mantine/spotlight": "6.0.16",
"@monaco-editor/react": "4.4.6",
"@monaco-editor/react": "4.6.0",
"@types/chroma-js": "^2.1.4",
"constrained-editor-plugin": "^1.3.0",
"dom-to-image-more": "3.1.6",
Expand Down
2 changes: 1 addition & 1 deletion settings-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "4.4.6",
"@monaco-editor/react": "4.6.0",
"@tabler/icons-react": "2.25.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
Expand Down
23 changes: 11 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ __metadata:
"@mantine/prism": 6.0.16
"@mantine/spotlight": 6.0.16
"@mantine/tiptap": 6.0.16
"@monaco-editor/react": 4.4.6
"@monaco-editor/react": 4.6.0
"@tabler/icons-react": 2.25.0
"@testing-library/cypress": ^9.0.0
"@testing-library/jest-dom": ^5.16.4
Expand Down Expand Up @@ -1841,7 +1841,7 @@ __metadata:
resolution: "@devtable/settings-form@workspace:settings-form"
dependencies:
"@emotion/babel-plugin": 11.11.0
"@monaco-editor/react": 4.4.6
"@monaco-editor/react": 4.6.0
"@tabler/icons-react": 2.25.0
"@types/crypto-js": v4.1.1
"@types/lodash": ^4.14.182
Expand Down Expand Up @@ -3412,28 +3412,27 @@ __metadata:
languageName: node
linkType: hard

"@monaco-editor/loader@npm:^1.3.2":
version: 1.3.3
resolution: "@monaco-editor/loader@npm:1.3.3"
"@monaco-editor/loader@npm:^1.4.0":
version: 1.4.0
resolution: "@monaco-editor/loader@npm:1.4.0"
dependencies:
state-local: ^1.0.6
peerDependencies:
monaco-editor: ">= 0.21.0 < 1"
checksum: 037dd4758651cb623482398fba884c0ddec1ed40502185f1fa417e54f47485291e236eb13bcdffb7bca292edd97ca8e3c51c2c3505e17a3184f4c6d11016fcac
checksum: 374ec0ea872ee15b33310e105a43217148161480d3955c5cece87d0f801754cd2c45a3f6c539a75da18a066c1615756fb87eaf1003f1df6a64a0cbce5d2c3749
languageName: node
linkType: hard

"@monaco-editor/react@npm:4.4.6":
version: 4.4.6
resolution: "@monaco-editor/react@npm:4.4.6"
"@monaco-editor/react@npm:4.6.0":
version: 4.6.0
resolution: "@monaco-editor/react@npm:4.6.0"
dependencies:
"@monaco-editor/loader": ^1.3.2
prop-types: ^15.7.2
"@monaco-editor/loader": ^1.4.0
peerDependencies:
monaco-editor: ">= 0.25.0 < 1"
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: cb25b5ce153608c2a4291390456488e100c5e3ac48a913875c98182836e2a9f315d4f96e85cf6f7d4b1eadff8d08d13356e38891b472894155bcb2c4aeaf3b1c
checksum: 9d44e76c5baad6db5f84c90a5540fbd3c9af691b97d76cf2a99b3c8273004d0efe44c2572d80e9d975c9af10022c21e4a66923924950a5201e82017c8b20428c
languageName: node
linkType: hard

Expand Down
Loading