-
Notifications
You must be signed in to change notification settings - Fork 1
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(deps): update dependencies #57
Conversation
🦋 Changeset detectedLatest commit: 5617798 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
{ name: "Yellow 500", value: colors.color.yellow["500"] }, | ||
{ name: "Orange 500", value: colors.color.orange["500"] }, | ||
{ name: "Red 500", value: colors.color.red["500"] }, | ||
{ name: "White", value: tokens.color.white }, |
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 reminds me I think we need to update out TW package to do this, pretty sure we're still doing the old approach 🤔
@@ -1,4 +1,4 @@ | |||
import { parse } from "date-fns" | |||
import { Locale, parse } from "date-fns" |
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.
Nice catch on the unresolved type 👍
What
react-day-picker
date-fns
@kaizen/design-tokens
@kaizen/tailwind
@kaizen/components
yarn.lock
refreshWhy
KZN-2039
date-fns
being out of date caused a build conflict in Kayd's repo