Skip to content

Commit

Permalink
chore(dev-deps): fix prettier 3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Jul 6, 2023
1 parent 7c9b9d3 commit 31acf74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"dependencies": {
"cross-env": "7.0.3"
},
"resolutions?": {
"eslint-plugin-react-hooks": "Nextjs 13.4.9 has a dependency on eslint-plugin-react-hooks 5-canary"
},
"resolutions": {
"eslint-plugin-react-hooks": "4.6.0"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@belgattitude/eslint-config-bases": "1.35.1",
Expand Down
14 changes: 4 additions & 10 deletions pnpm-lock.yaml

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

1 comment on commit 31acf74

@vercel
Copy link

@vercel vercel bot commented on 31acf74 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.