Skip to content

Commit

Permalink
chore(deps): update devdependency prettier to ^3.2.5 (#75)
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 8, 2024
1 parent e45abe3 commit 1ea2081
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"skipLibCheck": true
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*",
"./plugins/**/*"
],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}

0 comments on commit 1ea2081

Please sign in to comment.