Skip to content

Commit 09d5181

Browse files
committed
fix: vite plugin deps (#239)
1 parent e23fb55 commit 09d5181

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

packages/vite-plugin-react-scan/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-scan/vite-plugin-react-scan",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "A Vite plugin for React Scan - detects performance issues in your React app.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -51,19 +51,21 @@
5151
"type": "git",
5252
"url": "https://github.com/aidenybai/react-scan.git"
5353
},
54+
"dependencies": {
55+
"@babel/core": "^7.26.0",
56+
"@babel/plugin-transform-react-jsx": "^7.25.9",
57+
"babel-plugin-add-react-displayname": "^0.0.5",
58+
"cheerio": "^1.0.0"
59+
},
5460
"peerDependencies": {
5561
"react-scan": "^0.1.0",
5662
"vite": "^2 || ^3 || ^4 || ^5 || ^6"
5763
},
5864
"devDependencies": {
59-
"@babel/core": "^7.26.0",
60-
"@babel/plugin-transform-react-jsx": "^7.25.9",
6165
"@biomejs/biome": "^1.9.4",
6266
"@types/babel__core": "^7.20.5",
6367
"@types/cheerio": "^0.22.35",
6468
"@types/node": "^22.10.7",
65-
"babel-plugin-add-react-displayname": "^0.0.5",
66-
"cheerio": "^1.0.0",
6769
"typescript": "latest",
6870
"vite": "^6.0.7"
6971
},

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)