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

chore!: update dependencies to prepare for 1.0 release #835

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

EvanHahn
Copy link
Contributor

No description provided.

@EvanHahn EvanHahn force-pushed the update-deps-for-1.0 branch 2 times, most recently from a551db2 to 45c4698 Compare September 17, 2024 16:15
// @ts-ignore
return Promise.all(
Array(count)
.fill(null)
.map(async (_, i) => {
const name = 'device' + i + (deviceType ? `-${deviceType}` : '')
const manager = createManager(name, t)
// @ts-ignore TODO: remove after updating @mapeo/schema
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This test-only change was the only meaningful change that wasn't a find-replace.

@EvanHahn EvanHahn marked this pull request as ready for review September 17, 2024 16:16
@EvanHahn EvanHahn merged commit 742d45c into main Sep 17, 2024
7 checks passed
@EvanHahn EvanHahn deleted the update-deps-for-1.0 branch September 17, 2024 16:27
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