Skip to content

Commit 34fc39a

Browse files
committed
Fix prettier version
1 parent 3ad2a95 commit 34fc39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"dependencies": {
1515
"check-dts": "*",
1616
"eslint": "*",
17-
"prettier": "*",
17+
"prettier": "^2.8.8",
1818
"rollup": "*",
1919
"rollup-plugin-terser": "*",
2020
"typescript": "^4.9.4",
2121
"yaml": "*",
22-
"js-yaml": "*"
22+
"js-yaml": "^4.1.0"
2323
}
2424
}

0 commit comments

Comments
 (0)