Skip to content

Commit

Permalink
fix(plugin-testing): missing babel-preset-app dependency (#4091)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jun 29, 2023
1 parent 6ff29ae commit 7930b52
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/modern-carpets-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@modern-js/plugin-testing': patch
---

fix(plugin-testing): missing babel-preset-app dependency

fix(plugin-testing): 缺少 babel-preset-app 依赖
1 change: 1 addition & 0 deletions packages/runtime/plugin-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@modern-js/babel-preset-app": "workspace:*",
"@modern-js-reduck/plugin-auto-actions": "^1.1.10",
"@modern-js-reduck/plugin-effects": "^1.1.10",
"@modern-js-reduck/plugin-immutable": "^1.1.10",
Expand Down
3 changes: 3 additions & 0 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 7930b52

Please sign in to comment.