Skip to content

Commit

Permalink
fix(package): restore prettier as a dev dependency (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrook authored Nov 13, 2024
1 parent 63bd832 commit c689a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@
"dependencies": {
"@popperjs/core": "2.11.8",
"@stencil/core": "4.19.2",
"date-fns": "2.30.0",
"prettier": "2.7.1"
"date-fns": "2.30.0"
},
"devDependencies": {
"prettier": "2.7.1",
"@babel/core": "7.19.1",
"@mdx-js/react": "3.0.1",
"@playwright/test": "1.46.1",
Expand Down

0 comments on commit c689a69

Please sign in to comment.