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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #974

Merged
merged 6 commits into from
Jul 3, 2023
Merged

Upgrade dependencies #974

merged 6 commits into from
Jul 3, 2023

Conversation

nvie
Copy link
Collaborator

@nvie nvie commented Jul 3, 2023

This PR is this week's Monday morning dev dependency upgrade 馃槃

Turbo released a new version with my bug report addressed in it. Also, I contributed a lint rule to publint this weekend which already got merged.

@nvie nvie self-assigned this Jul 3, 2023
Comment on lines +1 to +9
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import LiveblocksProvider from "..";

describe("@liveblocks/yjs", () => {
test("TODO", () => {
// TODO: Add a real test here
expect(LiveblocksProvider).toEqual(LiveblocksProvider);
});
});
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jrowny FYI, I added in this bogus test in the liveblocks-yui workspace, just so that running npm run test would not error with a non-zero exit code.

@nvie nvie requested a review from jrowny July 3, 2023 07:24
@nvie nvie merged commit 319e629 into main Jul 3, 2023
41 checks passed
@nvie nvie deleted the upgrade-dependencies branch July 3, 2023 08:56
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.

None yet

2 participants