Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.4 (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
  • Loading branch information
renovate[bot] and sodatea committed Jan 28, 2024
1 parent 61857b8 commit e957179
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"npm-run-all2": "^5.0.0",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.40.1",
"prettier": "3.1.1",
"prettier": "3.2.4",
"resolve": "^1.22.8",
"rollup": "^4.9.6",
"rollup-plugin-license": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/tsconfig.json
Expand Up @@ -10,6 +10,6 @@
"declaration": true,
"sourceMap": true,
"noUnusedLocals": true,
"esModuleInterop": true
}
"esModuleInterop": true,
},
}
4 changes: 2 additions & 2 deletions packages/plugin-vue/tsconfig.json
Expand Up @@ -13,6 +13,6 @@
"noUnusedLocals": true,
"esModuleInterop": true,
"baseUrl": ".",
"resolveJsonModule": true
}
"resolveJsonModule": true,
},
}
6 changes: 3 additions & 3 deletions playground/tsconfig.json
Expand Up @@ -15,7 +15,7 @@
"jsx": "preserve",
"types": ["vite/client", "node"],
"paths": {
"~utils": ["./test-utils.ts"]
}
}
"~utils": ["./test-utils.ts"],
},
},
}
6 changes: 3 additions & 3 deletions playground/vue/tsconfig.json
Expand Up @@ -6,8 +6,8 @@
"allowJs": true,
"paths": {
"~utils": ["../test-utils.ts"],
"~types": ["./types-aliased.d.ts"]
}
"~types": ["./types-aliased.d.ts"],
},
},
"include": ["."]
"include": ["."],
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions scripts/tsconfig.json
Expand Up @@ -9,6 +9,6 @@
"esModuleInterop": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"forceConsistentCasingInFileNames": true
}
"forceConsistentCasingInFileNames": true,
},
}

0 comments on commit e957179

Please sign in to comment.