Skip to content

Commit

Permalink
fix(transformer-attributify-jsx-babel): deps type (#3345)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
ityuany and antfu committed Nov 19, 2023
1 parent 0b6dd91 commit 1355ebb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
6 changes: 3 additions & 3 deletions packages/transformer-attributify-jsx-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@unocss/core": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@unocss/core": "workspace:*"
},
"devDependencies": {
"magic-string": "^0.30.5"
}
}
21 changes: 5 additions & 16 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 1355ebb

Please sign in to comment.