Skip to content

Commit

Permalink
fix: prettier and syncpack failures
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jun 27, 2023
1 parent 895ed34 commit 7363c80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/react-with-tailwindcss-compound/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.2",
"typescript": "5.0.3",
"typescript": "5.1.3",
"vite": "^4.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {},
},
}
};
2 changes: 1 addition & 1 deletion examples/react-with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.2",
"typescript": "5.0.3",
"typescript": "5.1.3",
"vite": "^4.1.0"
}
}
14 changes: 4 additions & 10 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 7363c80

Please sign in to comment.