From f3c8c139de8fd9c67afde9eb3148c791baa8b793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:11:27 +0000 Subject: [PATCH] chore(deps): bump @uiw/codemirror-theme-vscode from 4.23.7 to 4.23.8 (#249) Bumps [@uiw/codemirror-theme-vscode](https://github.com/uiwjs/react-codemirror) from 4.23.7 to 4.23.8. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.23.7...v4.23.8) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-vscode" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1255852..b1952ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/react": "18.3.9", "@types/react-dom": "18.3.0", "@uiw/codemirror-theme-eclipse": "^4.23.7", - "@uiw/codemirror-theme-vscode": "^4.23.7", + "@uiw/codemirror-theme-vscode": "^4.23.8", "@uiw/codemirror-themes": "^4.23.5", "@uiw/react-codemirror": "^4.23.8", "autoprefixer": "10.4.20", @@ -2200,14 +2200,34 @@ } }, "node_modules/@uiw/codemirror-theme-vscode": { - "version": "4.23.7", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.23.7.tgz", - "integrity": "sha512-KDTeBWsLY9L0jBXFZXovuNJeDxR2B7qR5jKDptGT0M4sLCq8XG6jYGZbWDCgR8cq0CUvmrw+26xeTKcnA1BJOA==", + "version": "4.23.8", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.23.8.tgz", + "integrity": "sha512-Gxa98stfYFWGgy3OW4KUUuLI13TSBEp7fY/SSxf6nYzIfwPSBdWP24mizrVgEucsbMw99IvqCP9Uja62Sn2jSw==", + "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.23.7" + "@uiw/codemirror-themes": "4.23.8" + }, + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + } + }, + "node_modules/@uiw/codemirror-theme-vscode/node_modules/@uiw/codemirror-themes": { + "version": "4.23.8", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.8.tgz", + "integrity": "sha512-PZmJBZxWMuZ48p/2D5aRPl8zTlBq1d/+NeRqyyH6P6k6yWDF6h71m0Dt+fjslgPE7KmWXux2hbejXXXoRLZO9Q==", + "license": "MIT", + "dependencies": { + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" + }, + "peerDependencies": { + "@codemirror/language": ">=6.0.0", + "@codemirror/state": ">=6.0.0", + "@codemirror/view": ">=6.0.0" } }, "node_modules/@uiw/codemirror-themes": { diff --git a/package.json b/package.json index bd6b08e..125f3f9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/react": "18.3.9", "@types/react-dom": "18.3.0", "@uiw/codemirror-theme-eclipse": "^4.23.7", - "@uiw/codemirror-theme-vscode": "^4.23.7", + "@uiw/codemirror-theme-vscode": "^4.23.8", "@uiw/codemirror-themes": "^4.23.5", "@uiw/react-codemirror": "^4.23.8", "autoprefixer": "10.4.20",