Skip to content

Commit

Permalink
fix: [#1142] resolve prettier type versions
Browse files Browse the repository at this point in the history
  • Loading branch information
recurser committed Jan 3, 2024
1 parent e95ffa2 commit af7176a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/papaparse": "^5.3.14",
"@types/prettier": "^2.7.3",
"@types/prismjs": "^1.26.3",
"@types/react": "18.0.9",
"@types/showdown": "^2.0.6",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,11 @@
dependencies:
"@types/node" "*"

"@types/prettier@^2.7.3":
version "2.7.3"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==

"@types/prismjs@^1.26.3":
version "1.26.3"
resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.3.tgz#47fe8e784c2dee24fe636cab82e090d3da9b7dec"
Expand Down

0 comments on commit af7176a

Please sign in to comment.