Skip to content

Commit

Permalink
fix: vite plugin deps (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivanov authored Feb 7, 2025
1 parent e23fb55 commit 3e3718e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions packages/vite-plugin-react-scan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-scan/vite-plugin-react-scan",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Vite plugin for React Scan - detects performance issues in your React app.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -51,6 +51,9 @@
"type": "git",
"url": "https://github.com/aidenybai/react-scan.git"
},
"dependencies": {
"babel-plugin-add-react-displayname": "^0.0.5"
},
"peerDependencies": {
"react-scan": "^0.1.0",
"vite": "^2 || ^3 || ^4 || ^5 || ^6"
Expand All @@ -62,7 +65,6 @@
"@types/babel__core": "^7.20.5",
"@types/cheerio": "^0.22.35",
"@types/node": "^22.10.7",
"babel-plugin-add-react-displayname": "^0.0.5",
"cheerio": "^1.0.0",
"typescript": "latest",
"vite": "^6.0.7"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e3718e

Please sign in to comment.