Skip to content

Commit 3923f64

Browse files
committed
Hotfix for broken gallery with conflicting linting config
1 parent 482bb75 commit 3923f64

File tree

4 files changed

+2194
-2223
lines changed

4 files changed

+2194
-2223
lines changed

gallery/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
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",

gallery/src/App.test.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

gallery/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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=''>

0 commit comments

Comments
 (0)