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

View File

@@ -96,7 +96,7 @@
"nx": "^19.0.0", "nx": "^19.0.0",
"nyc": "^17.0.0", "nyc": "^17.0.0",
"oxlint": "0.7.1", "oxlint": "0.7.1",
"prettier": "^3.2.5", "prettier": "^3.3.3",
"semver": "^7.6.0", "semver": "^7.6.0",
"serve": "^14.2.1", "serve": "^14.2.1",
"string-width": "^7.1.0", "string-width": "^7.1.0",

View File

@@ -95,8 +95,6 @@
"@storybook/blocks": "^8.2.9", "@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9", "@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9", "@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/test-runner": "^0.19.0",
"@testing-library/react": "^16.0.0", "@testing-library/react": "^16.0.0",
"@types/bytes": "^3.1.4", "@types/bytes": "^3.1.4",
"@types/react": "^18.2.75", "@types/react": "^18.2.75",

2010
yarn.lock

File diff suppressed because it is too large Load Diff