Skip to content

Commit e00d7cf

Browse files
committed
chore: Update dependencies, add js-yaml
1 parent fdce2fc commit e00d7cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/test-case-component/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"author": "",
2121
"license": "MIT",
2222
"dependencies": {
23-
"fs-extra": "11.1.0",
24-
"prettier": "2.8.4",
23+
"fs-extra": "11.2.0",
24+
"js-yaml": "^4.1.0",
25+
"prettier": "3.2.5",
2526
"react": "^18.2.0",
2627
"shiki": "0.14.3",
2728
"tsx": "3.12.7",
@@ -36,6 +37,6 @@
3637
},
3738
"devDependencies": {
3839
"@types/fs-extra": "^11.0.4",
39-
"@types/react": "18.0.28"
40+
"@types/react": "18.2.71"
4041
}
4142
}

0 commit comments

Comments
 (0)