diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 22792de2..ba21f55a 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -18,7 +18,7 @@ "@mantine/modals": "^7.16.3", "@mantine/notifications": "^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", "axios": "^1.7.9", "dayjs": "^1.11.13", @@ -1800,24 +1800,21 @@ } }, "node_modules/@monaco-editor/loader": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.4.0.tgz", - "integrity": "sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.5.0.tgz", + "integrity": "sha512-hKoGSM+7aAc7eRTRjpqAZucPmoNOC4UUbknb/VNoTkEIkCPhqV8LfbsgM1webRM7S/z21eHEx9Fkwx8Z/C/+Xw==", "license": "MIT", "dependencies": { "state-local": "^1.0.6" - }, - "peerDependencies": { - "monaco-editor": ">= 0.21.0 < 1" } }, "node_modules/@monaco-editor/react": { - "version": "4.7.0-rc.0", - "resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.7.0-rc.0.tgz", - "integrity": "sha512-YfjXkDK0bcwS0zo8PXptvQdCQfOPPtzGsAzmIv7PnoUGFdIohsR+NVDyjbajMddF+3cWUm/3q9NzP/DUke9a+w==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.7.0.tgz", + "integrity": "sha512-cyzXQCtO47ydzxpQtCGSQGOC8Gk3ZUeBXFAxD+CWXYFo5OqZyZUonFl0DwUlTyAfRHntBfw2p3w4s9R6oe1eCA==", "license": "MIT", "dependencies": { - "@monaco-editor/loader": "^1.4.0" + "@monaco-editor/loader": "^1.5.0" }, "peerDependencies": { "monaco-editor": ">= 0.25.0 < 1", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 3c917e7c..f2bc689f 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -25,7 +25,7 @@ "@mantine/spotlight": "^7.16.3", "@lingui/core": "^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", "axios": "^1.7.9", "dayjs": "^1.11.13",