Skip to content

Commit

Permalink
Merge pull request #54 from mkusaka/renovate/definitelytyped
Browse files Browse the repository at this point in the history
Update dependency @types/prettier to ^2.6.4
  • Loading branch information
mkusaka authored Jul 29, 2022
2 parents c8e71ed + 82e70a4 commit 9dd0cb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.36",
"@types/prettier": "^2.6.3",
"@types/prettier": "^2.6.4",
"@vercel/ncc": "^0.34.0",
"concurrently": "^7.2.2",
"fast-glob": "^3.2.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.36.tgz#c0d5f2fe76b47b63e0e0efc3d2049a9970d68794"
integrity sha512-V3orv+ggDsWVHP99K3JlwtH20R7J4IhI1Kksgc+64q5VxgfRkQG8Ws3MFm/FZOKDYGy9feGFlZ70/HpCNe9QaA==

"@types/prettier@^2.6.3":
version "2.6.3"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.3.tgz#68ada76827b0010d0db071f739314fa429943d0a"
integrity sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==
"@types/prettier@^2.6.4":
version "2.6.4"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.4.tgz#ad899dad022bab6b5a9f0a0fe67c2f7a4a8950ed"
integrity sha512-fOwvpvQYStpb/zHMx0Cauwywu9yLDmzWiiQBC7gJyq5tYLUXFZvDG7VK1B7WBxxjBJNKFOZ0zLoOQn8vmATbhw==

"@vercel/ncc@^0.34.0":
version "0.34.0"
Expand Down

0 comments on commit 9dd0cb5

Please sign in to comment.