Skip to content

Commit

Permalink
Merge pull request #23 from geekris1/hotfix/reactVersionCompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
geekris1 committed Jul 24, 2022
2 parents a5e4cfd + 5d28b79 commit 198af1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-comics-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-plugin-react-inspector": patch
---

chore:update deps
6 changes: 4 additions & 2 deletions packages/vite-plugin-react-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"magic-string": "^0.26.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-draggable": "^4.4.5",
"shell-quote": "^1.7.3",
"unconfig": "^0.3.5"
},
Expand All @@ -77,9 +76,12 @@
"vite": "^2.9.12",
"vitest": "^0.15.2"
},
"peerDependencies": {
"react-draggable": "^4.4.5"
},
"eslintConfig": {
"extends": [
"@sudongyuer"
]
}
}
}

0 comments on commit 198af1f

Please sign in to comment.