Remove lerna and update dependencies to modern versions #27
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconic-console#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dboreham/remove-lerna"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This began as work to simply move the "workspace" package up to the top level and remove lerna (confusing tool used when you have to publish multiple npm packages from one git repo, which we don't do here - there is only one npm package). I thought I had already updated all the dependencies and tested the console still functioned.
However, when I moved the package files to the top level , everything broke. This turned out to be some side effect of old versions of things hanging around in node_modules, or ... something. Anyway I subsequently had to do a bunch of work to update again for current version of apollo and babel and whatnot.
So this PR is a bit of a blunderbuss of changes.
Built and started up just fine for me. You might want to update the main README where it references
packages/console-app
.