Browse Source

fix(deps): align @codemirror/state specifier to ^6.6.0

The specifier was ^6.5.2 but the actual installed and required version
is 6.6.0 (@codemirror/view@6.42.1 requires ^6.6.0). Update both
packages/editor and apps/app to reflect the real lower bound.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Yuki Takei 1 week ago
parent
commit
695e5e5c22
3 changed files with 4 additions and 4 deletions
  1. 1 1
      apps/app/package.json
  2. 1 1
      packages/editor/package.json
  3. 2 2
      pnpm-lock.yaml

+ 1 - 1
apps/app/package.json

@@ -78,7 +78,7 @@
     "@codemirror/language": "^6.12.1",
     "@codemirror/language-data": "^6.5.1",
     "@codemirror/merge": "^6.8.0",
-    "@codemirror/state": "^6.5.2",
+    "@codemirror/state": "^6.6.0",
     "@codemirror/view": "^6.42.1",
     "@cspell/dynamic-import": "^8.15.4",
     "@elastic/elasticsearch7": "npm:@elastic/elasticsearch@^7.17.4",

+ 1 - 1
packages/editor/package.json

@@ -32,7 +32,7 @@
     "@codemirror/language": "^6.11.3",
     "@codemirror/language-data": "^6.5.1",
     "@codemirror/merge": "^6.8.0",
-    "@codemirror/state": "^6.5.2",
+    "@codemirror/state": "^6.6.0",
     "@codemirror/view": "^6.42.1",
     "@emoji-mart/data": "^1.2.1",
     "@emoji-mart/react": "^1.1.1",

+ 2 - 2
pnpm-lock.yaml

@@ -199,7 +199,7 @@ importers:
         specifier: ^6.8.0
         version: 6.8.0
       '@codemirror/state':
-        specifier: ^6.5.2
+        specifier: ^6.6.0
         version: 6.6.0
       '@codemirror/view':
         specifier: ^6.42.1
@@ -1282,7 +1282,7 @@ importers:
         specifier: ^6.8.0
         version: 6.8.0
       '@codemirror/state':
-        specifier: ^6.5.2
+        specifier: ^6.6.0
         version: 6.6.0
       '@codemirror/view':
         specifier: ^6.42.1