Skip to content

Commit

Permalink
Merge pull request #492 from arifszn/dependabot/npm_and_yarn/prettier…
Browse files Browse the repository at this point in the history
…-3.2.5

Bump prettier from 3.2.4 to 3.2.5
  • Loading branch information
arifszn authored Feb 24, 2024
2 parents 314aa9e + 2a8780a commit b1faa04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@ -42,7 +42,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"react-helmet-async": "^2.0.4",
"react-hotjar": "^6.2.0",
"react-icons": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "global.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit b1faa04

Please sign in to comment.