-
Notifications
You must be signed in to change notification settings - Fork 214
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
update more deps #54
update more deps #54
Conversation
It's your friendly neighbourhood dependency updater again. I updated what I could, and fixed any upcoming failures. - I had to downgrade vitest to 1.5.0, because that's the only version of vitest that supports @cloudflare/vitest-pool-workers, which I'm trying to setup so we can do proper worker tests - unfortunately we have a problem where we can't load remix into the vitest environment at the moment, but I"ll keep poking at that -
b953bb9
to
8cf3527
Compare
@@ -0,0 +1,17 @@ | |||
import * as path from 'path' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file isn't used anywhere yet, just getting it in place for now
}, | ||
"overrides": { | ||
"msw": { | ||
"typescript": "$typescript" | ||
} | ||
}, | ||
"pretty-format": "29.7.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sigh, just monorepo things
@@ -1,8 +1,9 @@ | |||
name = "orange-meets" | |||
# https://developers.cloudflare.com/workers/platform/compatibility-dates | |||
compatibility_date = "2022-04-05" | |||
compatibility_date = "2024-06-20" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's gooo
Thanks! 🙏🏻 |
It's your friendly neighbourhood dependency updater again. I updated what I could, and fixed any upcoming failures.