chore(core): remove @storybook/test dep (#7923)

we no longer need  "@storybook/test" and it indirectly has an incompatible prettier version 3.3.2 which differs from what we are using "3.3.3".

removing it to resolve this issue
This commit is contained in:
pengx17
2024-08-19 13:50:06 +00:00
parent 10bea3922e
commit f3930a9262
3 changed files with 54 additions and 1960 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
"nx": "^19.0.0",
"nyc": "^17.0.0",
"oxlint": "0.7.1",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"semver": "^7.6.0",
"serve": "^14.2.1",
"string-width": "^7.1.0",