Skip to content

Commit

Permalink
fix: bff-core should be a dependency of testing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingjfe committed Nov 30, 2023
1 parent a3f2269 commit 3d7f0d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changeset/silly-socks-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@modern-js/plugin-testing': patch
---

fix: bff-core should be a dependency of testing plugin
fix: bff-core 应该是 testing 插件的直接依赖
4 changes: 2 additions & 2 deletions packages/runtime/plugin-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@
"@jest/types": "^29.5.0",
"ts-jest": "^29.1.0",
"yargs": "^17.0.1",
"@swc/helpers": "0.5.3"
"@swc/helpers": "0.5.3",
"@modern-js/bff-core": "workspace:*"
},
"peerDependencies": {
"react": ">=17",
Expand All @@ -159,7 +160,6 @@
"react-dom": "^18",
"@modern-js/core": "workspace:*",
"@modern-js/runtime": "workspace:*",
"@modern-js/bff-core": "workspace:*",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d7f0d8

Please sign in to comment.