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 5
5
"dependencies" : {
6
6
"@neo4j-ndl/base" : " ^0.8.3" ,
7
7
"@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" ,
15
9
"neo4j-driver" : " ^5.0.1" ,
16
10
"react" : " ^18.2.0" ,
17
11
"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() {
69
69
{ /* Grid */ }
70
70
< div className = 'md:container md:mx-auto n-bg-neutral-00' >
71
71
< div className = 'grid grid-cols-3 grid-flow-row gap-2' >
72
- { filteredList . map ( ( item ) => {
72
+ { filteredList . map ( ( item : Record < string , string > ) => {
73
73
return (
74
74
< div className = 'm-4 n-bg-neutral-10 n-shadow-l4' >
75
75
< div className = '' >
You can’t perform that action at this time.
0 commit comments