Skip to content

Commit ddcc513

Browse files
Merge pull request #2002 from daveajrussell/drop-arc-build-steps
Removes the superseded `neo4j-arc` build and release config & workflow files from the repository.
2 parents 46b4d7e + f39f55b commit ddcc513

File tree

10 files changed

+2
-1821
lines changed

10 files changed

+2
-1821
lines changed

.github/workflows/release-arc.yml

-33
This file was deleted.

.github/workflows/test-arc.yml

-22
This file was deleted.

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ Third-party licenses
18671867
18681868
│ └─ URL: https://github.com/streamich/react-universal-interface.git
18691869
├─ UNKNOWN
1870-
│ └─ @neo4j-devtools/[email protected].7
1870+
│ └─ @neo4j-devtools/[email protected].8
18711871
│ └─ URL: [email protected]:neo4j/nx.git
18721872
└─ Unlicense
18731873

src/browser/modules/Stream/CypherFrame/VisualizationView/PropertiesPanelContent/DetailsPane.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { ClipboardCopier, PropertiesTable, upperFirst } from 'neo4j-arc/common'
2424
import { StyleableNodeLabel } from './StyleableNodeLabel'
2525
import { StyleableRelType } from './StyleableRelType'
2626
import { PaneBody, PaneHeader, PaneTitle, PaneWrapper } from './styled'
27-
import { DetailsPaneProps } from 'neo4j-arc'
27+
import { DetailsPaneProps } from 'neo4j-arc/graph-visualization'
2828

2929
export const DETAILS_PANE_STEP_SIZE = 1000
3030
export function DetailsPane({

src/neo4j-arc/LICENSE

-674
This file was deleted.

src/neo4j-arc/README.md

-7
This file was deleted.

src/neo4j-arc/package.json

-74
This file was deleted.

src/neo4j-arc/rollup.config.js

-45
This file was deleted.

src/neo4j-arc/tsconfig.json

-13
This file was deleted.

0 commit comments

Comments
 (0)