Skip to content

Commit af7176a

Browse files
committed
fix: [#1142] resolve prettier type versions
1 parent e95ffa2 commit af7176a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"@types/lodash": "^4.14.202",
7070
"@types/node": "^20.10.6",
7171
"@types/papaparse": "^5.3.14",
72+
"@types/prettier": "^2.7.3",
7273
"@types/prismjs": "^1.26.3",
7374
"@types/react": "18.0.9",
7475
"@types/showdown": "^2.0.6",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,11 @@
20262026
dependencies:
20272027
"@types/node" "*"
20282028

2029+
"@types/prettier@^2.7.3":
2030+
version "2.7.3"
2031+
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
2032+
integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==
2033+
20292034
"@types/prismjs@^1.26.3":
20302035
version "1.26.3"
20312036
resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.3.tgz#47fe8e784c2dee24fe636cab82e090d3da9b7dec"

0 commit comments

Comments
 (0)