File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " create-t3-app " : patch
3
+ ---
4
+
5
+ chore(create-t3-app): add @types/prettier package to tailwind installer and bump prettier versions
Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ export const dependencyVersionMap = {
33
33
tailwindcss : "^3.2.0" ,
34
34
autoprefixer : "^10.4.7" ,
35
35
postcss : "^8.4.14" ,
36
- prettier : "^2.7.1" ,
37
- "prettier-plugin-tailwindcss" : "^0.1.13" ,
36
+ prettier : "^2.8.1" ,
37
+ "prettier-plugin-tailwindcss" : "^0.2.1" ,
38
+ "@types/prettier" : "^2.7.2" ,
38
39
39
40
// tRPC
40
41
"@trpc/client" : "^10.0.0" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export const tailwindInstaller: Installer = ({ projectDir }) => {
13
13
"autoprefixer" ,
14
14
"prettier" ,
15
15
"prettier-plugin-tailwindcss" ,
16
+ "@types/prettier" ,
16
17
] ,
17
18
devMode : true ,
18
19
} ) ;
You can’t perform that action at this time.
0 commit comments