Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 59b68c5 commit ae880be
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/starter-nextjs-trpc-clerk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"devDependencies": {
"@xata.io/cli": "^0.15.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.8.1"
"prettier": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion apps/starter-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.6.2",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.44.0",
"svelte-check": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@changesets/cli": "2.27.1",
"@types/node": "18.17.11",
"prettier": "2.8.8",
"prettier": "3.1.1",
"turbo": "1.11.2",
"typescript": "5.2.2"
},
Expand Down
24 changes: 15 additions & 9 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 ae880be

Please sign in to comment.