Skip to content

Commit

Permalink
chore(deps): update devdependency prettier to ^3.2.5 (#31)
Browse files Browse the repository at this point in the history
* chore(deps): update devdependency prettier to ^3.2.5

* [autofix.ci] apply automated fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Feb 18, 2024
1 parent f9d53f3 commit 61d0c58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"starlight-links-validator": "^0.5.2",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"allowJs": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@/*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "react",
"jsxImportSource": "react"
},
"include": ["./src/env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["dist"],
"exclude": ["dist"]
}

0 comments on commit 61d0c58

Please sign in to comment.