Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Cypher Editor 1.0.0 now released #365

Merged
merged 5 commits into from
Apr 2, 2023
Merged

New Cypher Editor 1.0.0 now released #365

merged 5 commits into from
Apr 2, 2023

Conversation

jharris4
Copy link
Contributor

We officially released the new cypher editor today, so this PR reflects that.

I hit an interesting issue with yarn where the following caused issues:

edit package.json to use "@neo4j-cypher/react-codemirror": "^1.0.0"
yarn install

The resulting lock file had two copies of a bunch of packages including "@codemirror/state". This broke things, and the only way I could fix it was to delete the yarn.lock file and re-create it from scratch :-/.

It seems that newer versions of yarn (> 1.x) automatically de-dupe packages during install so it might be worth it to think of upgrading yarn...

note this required re-creating the yarn lock :-/
@jharris4 jharris4 requested a review from nielsdejong February 16, 2023 15:03
@nielsdejong nielsdejong merged commit 1fc7ef8 into develop Apr 2, 2023
@nielsdejong nielsdejong mentioned this pull request Apr 18, 2023
@nielsdejong nielsdejong deleted the new-editor-ga branch July 11, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants