Skip to content

Commit

Permalink
fix: electron-runtime compile error (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfuqiang and chenfuqiang authored Apr 12, 2022
1 parent 333c2dd commit 0d64b97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@
},
"pnpm": {
"overrides": {
"@modern-js/babel-preset-module": "1.1.1"
"@modern-js/babel-preset-module": "1.1.1",
"@babel/traverse": "7.16.x"
}
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@modern-js/monorepo-tools": "^1.0.0",
"@modern-js/plugin-jarvis": "^1.0.0",
"fs-extra": "^10.0.0",
Expand Down

0 comments on commit 0d64b97

Please sign in to comment.