Skip to content

Commit

Permalink
fix: prettier as devDependencies (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
afreakk authored Jul 4, 2024
1 parent 781878c commit fc406da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"test": "jest --forceExit"
},
"devDependencies": {
"ory-prettier-styles": "1.3.0",
"prettier": "3.2.5",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-typescript": "7.23.3",
Expand Down Expand Up @@ -47,8 +49,6 @@
"cookie": "0.6.0",
"istextorbinary": "9.5.0",
"next": ">=12.0.10",
"ory-prettier-styles": "1.3.0",
"prettier": "3.2.5",
"set-cookie-parser": "2.6.0",
"tldjs": "2.3.1"
}
Expand Down

0 comments on commit fc406da

Please sign in to comment.