File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ module.exports = [
44
44
test : / \. ( j s | j s x ) $ / ,
45
45
include : [
46
46
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' )
48
49
] ,
49
50
use : 'babel-loader'
50
51
} ,
Original file line number Diff line number Diff line change 175
175
"@neo4j-cypher/antlr4" : " ^1.0.0" ,
176
176
"@neo4j-cypher/editor-support" : " ^1.0.1" ,
177
177
"@neo4j-cypher/extract-statements" : " ^1.0.1" ,
178
- "@neo4j-devtools/word-color" : " ^0.0.7 " ,
178
+ "@neo4j-devtools/word-color" : " ^0.0.8 " ,
179
179
"@neo4j-ndl/base" : " ^0.8.7" ,
180
180
"@neo4j-ndl/react" : " ^0.9.2" ,
181
181
"@neo4j/browser-lambda-parser" : " 1.0.5" ,
Original file line number Diff line number Diff line change 2135
2135
"@neo4j-cypher/antlr4-simple" "1.0.0"
2136
2136
"@neo4j-cypher/editor-support" "1.0.1"
2137
2137
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 ==
2142
2142
dependencies:
2143
2143
"@types/chroma-js" "2.1.4"
2144
2144
chroma-js "2.4.2"
You can’t perform that action at this time.
0 commit comments