Skip to content

Commit

Permalink
chore(deps): update devdependency prettier to ^3.2.5 (#134)
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 7, 2024
1 parent 561cdc8 commit 0877145
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"glob": "^10.3.10"
},
"devDependencies": {
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
},
"packageManager": "[email protected]"
Expand Down
10 changes: 5 additions & 5 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 @@ -15,11 +15,11 @@
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@/*": ["src/*"]
},
"ignoreDeprecations": "5.0",
"allowJs": true,
"allowJs": true
},
"include": ["./src/env.d.ts", "**/*.{ts}", "**/*.{tsx}"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}

0 comments on commit 0877145

Please sign in to comment.