@neo4j-cypher/react-codemirror
Advanced tools
Comparing version 1.0.0-next.7 to 1.0.0-next.8
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.0.0-next.7", | ||
"version": "1.0.0-next.8", | ||
"author": "Neo4j Inc.", | ||
@@ -42,3 +42,3 @@ "license": "GPL-3.0", | ||
"@babel/runtime": "^7.20.6", | ||
"@neo4j-cypher/codemirror": "1.0.0-next.6", | ||
"@neo4j-cypher/codemirror": "1.0.0-next.7", | ||
"codemirror": "^6.0.1" | ||
@@ -45,0 +45,0 @@ }, |
@@ -71,6 +71,6 @@ import * as React from "react"; | ||
* Whether pressing the tab key affects editor indentation | ||
* | ||
* | ||
* @defaultValue true | ||
*/ | ||
indentWithTab?: boolean; | ||
indentWithTab?: boolean; | ||
/** | ||
@@ -77,0 +77,0 @@ * The formatter for the line numbers of the editor |
@@ -18,5 +18,2 @@ /** | ||
*/ | ||
export { | ||
default as CypherEditor, | ||
CypherEditorProps | ||
} from "./CypherEditor"; | ||
export { default as CypherEditor, CypherEditorProps } from "./CypherEditor"; |
22438
638
+ Added@neo4j-cypher/codemirror@1.0.0-next.7(transitive)
- Removed@neo4j-cypher/codemirror@1.0.0-next.6(transitive)