Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

chore(deps): add defu as peerDependency #538

Merged
merged 2 commits into from
Jun 13, 2022
Merged

chore(deps): add defu as peerDependency #538

merged 2 commits into from
Jun 13, 2022

Conversation

navarroaxel
Copy link
Contributor

@navarroaxel navarroaxel commented Jun 10, 2022

Bump defu to v6.0.0

Description

Add defu as peerDependency to fix an error generated with the default create-nuxt-app command.

Motivation and Context

Fix the experience of a new user creating a project using the create-nuxt-app command.
Fix #531

How Has This Been Tested?

Yes, the fix is required to run a clean up project.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@changeset-bot
Copy link

changeset-bot bot commented Jun 10, 2022

⚠️ No Changeset found

Latest commit: 2f9d402

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Jun 10, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
chakra-ui-vue ✅ Ready (Inspect) Visit Preview Jun 13, 2022 at 3:43PM (UTC)

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 10, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 2f9d402:

Sandbox Source
Chakra UI Vue (0.X) Starter Template Configuration
chakra-ui-nuxt-demo Configuration

Copy link
Collaborator

@codebender828 codebender828 left a comment

Choose a reason for hiding this comment

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

Thank you @navarroaxel !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: defu is not a function in a fresh installation
2 participants