fix(deps): update dependency @monaco-editor/react to ^4.7.0

This commit is contained in:
renovate[bot]
2025-02-13 19:39:46 +00:00
committed by GitHub
parent 89eb641704
commit 0fc2a0b022
2 changed files with 9 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
"@mantine/modals": "^7.16.3", "@mantine/modals": "^7.16.3",
"@mantine/notifications": "^7.16.3", "@mantine/notifications": "^7.16.3",
"@mantine/spotlight": "^7.16.3", "@mantine/spotlight": "^7.16.3",
"@monaco-editor/react": "^4.7.0-rc.0", "@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.5.1", "@reduxjs/toolkit": "^2.5.1",
"axios": "^1.7.9", "axios": "^1.7.9",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
@@ -1800,24 +1800,21 @@
} }
}, },
"node_modules/@monaco-editor/loader": { "node_modules/@monaco-editor/loader": {
"version": "1.4.0", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.5.0.tgz",
"integrity": "sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==", "integrity": "sha512-hKoGSM+7aAc7eRTRjpqAZucPmoNOC4UUbknb/VNoTkEIkCPhqV8LfbsgM1webRM7S/z21eHEx9Fkwx8Z/C/+Xw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"state-local": "^1.0.6" "state-local": "^1.0.6"
},
"peerDependencies": {
"monaco-editor": ">= 0.21.0 < 1"
} }
}, },
"node_modules/@monaco-editor/react": { "node_modules/@monaco-editor/react": {
"version": "4.7.0-rc.0", "version": "4.7.0",
"resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.7.0-rc.0.tgz", "resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.7.0.tgz",
"integrity": "sha512-YfjXkDK0bcwS0zo8PXptvQdCQfOPPtzGsAzmIv7PnoUGFdIohsR+NVDyjbajMddF+3cWUm/3q9NzP/DUke9a+w==", "integrity": "sha512-cyzXQCtO47ydzxpQtCGSQGOC8Gk3ZUeBXFAxD+CWXYFo5OqZyZUonFl0DwUlTyAfRHntBfw2p3w4s9R6oe1eCA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@monaco-editor/loader": "^1.4.0" "@monaco-editor/loader": "^1.5.0"
}, },
"peerDependencies": { "peerDependencies": {
"monaco-editor": ">= 0.25.0 < 1", "monaco-editor": ">= 0.25.0 < 1",

View File

@@ -25,7 +25,7 @@
"@mantine/spotlight": "^7.16.3", "@mantine/spotlight": "^7.16.3",
"@lingui/core": "^5.2.0", "@lingui/core": "^5.2.0",
"@lingui/react": "^5.2.0", "@lingui/react": "^5.2.0",
"@monaco-editor/react": "^4.7.0-rc.0", "@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.5.1", "@reduxjs/toolkit": "^2.5.1",
"axios": "^1.7.9", "axios": "^1.7.9",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",