Skip to content

Commit

Permalink
feat: 更新 turbo 版本并解决 extension 打包 core 依赖报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
boyongjiong committed Aug 7, 2024
1 parent 8f91c44 commit 8888ae7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 32 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,12 @@
"stylelint-order": "^6.0.3",
"ts-jest": "^29.1.1",
"tslib": "^2.6.1",
"turbo": "^1.6.3",
"turbo": "^2.0.9",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=9.0.0"
}
},
"packageManager": "[email protected]"
}
1 change: 1 addition & 0 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@logicflow/core": "workspace:*"
},
"dependencies": {
"@logicflow/core": "workspace:*",
"@antv/hierarchy": "^0.6.11",
"lodash-es": "^4.17.21",
"medium-editor": "^5.23.3",
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"clean": {
"outputs": []
},
Expand Down

0 comments on commit 8888ae7

Please sign in to comment.