Skip to content

Commit

Permalink
fix(admin-vite-plugin): Move @babel/types to dependencies from devDep…
Browse files Browse the repository at this point in the history
…endencies to make it compatible with Yarn PnP (#10236)
  • Loading branch information
kasperkristensen authored Nov 22, 2024
1 parent 78e68a0 commit 96b8963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-eagles-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/admin-vite-plugin": patch
---

fix(admin-vite-plugin): Move @babel/types to dependencies from devDependencies to make it compatible with Yarn PnP
2 changes: 1 addition & 1 deletion packages/admin/admin-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"test:watch": "vitest"
},
"devDependencies": {
"@babel/types": "7.25.6",
"@types/node": "^20.10.4",
"tsup": "8.0.1",
"typescript": "5.3.3",
Expand All @@ -40,6 +39,7 @@
"dependencies": {
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@medusajs/admin-shared": "2.0.4",
"chokidar": "3.5.3",
"fdir": "6.1.1",
Expand Down

0 comments on commit 96b8963

Please sign in to comment.