Unverified 提交 b058b83f authored 作者: Mohamed Aziz Mejri's avatar Mohamed Aziz Mejri 提交者: GitHub

Upgrade the tagger to support vite v8 (#3302)

<!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/3302" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open in Devin Review"> </picture> </a> <!-- devin-review-badge-end -->
上级 eb1ebdb2
{ {
"name": "@dyad-sh/react-vite-component-tagger", "name": "@dyad-sh/react-vite-component-tagger",
"version": "0.8.0", "version": "0.9.0",
"description": "A Vite plugin that automatically adds data attributes to your React components.", "description": "A Vite plugin that automatically adds data attributes to your React components.",
"keywords": [ "keywords": [
"dyad", "dyad",
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
"eslint": "^8.52.0", "eslint": "^8.52.0",
"tsup": "^8.0.2", "tsup": "^8.0.2",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^5.0.0" "vite": "^8.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论