Skip to content

Commit

Permalink
chore: fix devtools in playground (#727)
Browse files Browse the repository at this point in the history
<!---
☝️ PR title should follow conventional commits
(https://conventionalcommits.org)
-->

### 🔗 Linked issue

<!-- If it resolves an open issue, please link the issue here. For
example "Resolves #123" -->

### ❓ Type of change

<!-- What types of changes does your code introduce? Put an `x` in all
the boxes that apply. -->

- [ ] 📖 Documentation (updates to the documentation or readme)
- [ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
- [ ] 👌 Enhancement (improving an existing functionality)
- [ ] ✨ New feature (a non-breaking change that adds functionality)
- [ ] 🧹 Chore (updates to the build process or auxiliary tools and
libraries)
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to change)

### 📚 Description

Devtools were not working in playground due to old devtools dependency,
which is no longer needed.

<!-- Describe your changes in detail -->
<!-- Why is this change required? What problem does it solve? -->
  • Loading branch information
tobiasdiez authored Jul 19, 2024
1 parent 2ed72b2 commit b62c07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 868 deletions.
1 change: 0 additions & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@nuxt/devtools": "1.1.5",
"@nuxtjs/storybook": "workspace:*",
"@storybook/addon-essentials": "^8.2.2",
"@storybook/addon-interactions": "^8.2.2",
Expand Down
Loading

0 comments on commit b62c07e

Please sign in to comment.