Skip to content

Commit

Permalink
fix: downgrade execa/chalk
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Jul 8, 2022
1 parent 7bdd61e commit 545db6d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 68 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"react-dom",
"@types/react"
]
}
},
"overrides": {
"execa": "5.1.1",
"chalk": "4.1.2"
}
}
}
74 changes: 15 additions & 59 deletions pnpm-lock.yaml

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

10 changes: 2 additions & 8 deletions vite-plugin-laravel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,13 @@
"@types/debug": "^4.1.7",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.13",
"vite": "^2.9.14",
"vitest": "^0.17.1"
},
"dependencies": {
"chalk": "^5.0.1",
"debug": "^4.3.4",
"defu": "^6.0.0",
"execa": "^5.1.1"
},
"pnpm": {
"overrides": {
"execa": "5.1.1",
"chalk": "4.1.2"
}
"execa": "^6.1.0"
}
}

0 comments on commit 545db6d

Please # to comment.