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 and AriPerkkio committed Jul 23, 2023
1 parent c0be2db commit 14a494c
Show file tree
Hide file tree
Showing 10 changed files with 288 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
name: 'client',
alias: {
'@shared': fileURLToPath(
new URL('../shared/src/index.ts', import.meta.url)
new URL('../shared/src/index.ts', import.meta.url),
),
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
name: 'server',
alias: {
'@shared': fileURLToPath(
new URL('../shared/src/index.ts', import.meta.url)
new URL('../shared/src/index.ts', import.meta.url),
),
},
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"publint": "^0.1.16",
"typescript": "^5.1.6",
"vite": "^4.4.4",
Expand Down
Loading

0 comments on commit 14a494c

Please sign in to comment.