File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ module.exports = [
4444 test : / \. ( j s | j s x ) $ / ,
4545 include : [
4646 path . resolve ( 'src' ) ,
47- path . resolve ( 'node_modules/@neo4j/browser-lambda-parser' )
47+ path . resolve ( 'node_modules/@neo4j/browser-lambda-parser' ) ,
48+ path . resolve ( 'node_modules/@neo4j-devtools/word-color' )
4849 ] ,
4950 use : 'babel-loader'
5051 } ,
Original file line number Diff line number Diff line change 175175 "@neo4j-cypher/antlr4" : " ^1.0.0" ,
176176 "@neo4j-cypher/editor-support" : " ^1.0.1" ,
177177 "@neo4j-cypher/extract-statements" : " ^1.0.1" ,
178- "@neo4j-devtools/word-color" : " ^0.0.7 " ,
178+ "@neo4j-devtools/word-color" : " ^0.0.8 " ,
179179 "@neo4j-ndl/base" : " ^0.8.7" ,
180180 "@neo4j-ndl/react" : " ^0.9.2" ,
181181 "@neo4j/browser-lambda-parser" : " 1.0.5" ,
Original file line number Diff line number Diff line change 21352135 "@neo4j-cypher/antlr4-simple" "1.0.0"
21362136 "@neo4j-cypher/editor-support" "1.0.1"
21372137
2138- "@neo4j-devtools/word-color@^0.0.7 ":
2139- version "0.0.7 "
2140- resolved "https://registry.npmjs.org /@neo4j-devtools/word-color/-/word-color-0.0.7 .tgz"
2141- integrity sha512-dfmxC7arxX8GThuNPl7XJUmsFmHwTXCQw87KK0qA5dJemLqNEDbTkFDYbb3J1i8aWbYJs5COpGpwakbHWBxPyQ ==
2138+ "@neo4j-devtools/word-color@^0.0.8 ":
2139+ version "0.0.8 "
2140+ resolved "https://registry.yarnpkg.com /@neo4j-devtools/word-color/-/word-color-0.0.8 .tgz#48b181022659de01e251073e5967423fc922c053 "
2141+ integrity sha512-0fC2PXU1M0wL72lVil/2JnUccpEoPaiNJsNAc8fgRUysVeZ/OLKFvZAeOnufJ4X5OKkImaL1lvoGyhfKfOKfzw ==
21422142 dependencies:
21432143 "@types/chroma-js" "2.1.4"
21442144 chroma-js "2.4.2"
You can’t perform that action at this time.
0 commit comments