File tree Expand file tree Collapse file tree 4 files changed +2194
-2223
lines changed Expand file tree Collapse file tree 4 files changed +2194
-2223
lines changed Original file line number Diff line number Diff line change 55 "dependencies" : {
66 "@neo4j-ndl/base" : " ^0.8.3" ,
77 "@neo4j-ndl/react" : " ^0.8.3" ,
8- "@testing-library/jest-dom" : " ^5.14.1" ,
9- "@testing-library/react" : " ^13.0.0" ,
10- "@testing-library/user-event" : " ^13.2.1" ,
11- "@types/jest" : " ^27.0.1" ,
12- "@types/node" : " ^16.7.13" ,
13- "@types/react" : " ^18.0.0" ,
14- "@types/react-dom" : " ^18.0.0" ,
8+ "@types/react-dom" : " ^18.0.10" ,
159 "neo4j-driver" : " ^5.0.1" ,
1610 "react" : " ^18.2.0" ,
1711 "react-dom" : " ^18.2.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ function App() {
6969 { /* Grid */ }
7070 < div className = 'md:container md:mx-auto n-bg-neutral-00' >
7171 < div className = 'grid grid-cols-3 grid-flow-row gap-2' >
72- { filteredList . map ( ( item ) => {
72+ { filteredList . map ( ( item : Record < string , string > ) => {
7373 return (
7474 < div className = 'm-4 n-bg-neutral-10 n-shadow-l4' >
7575 < div className = '' >
You can’t perform that action at this time.
0 commit comments