Skip to content

Commit

Permalink
fix: @eggjs/dal-runtime deps (#209)
Browse files Browse the repository at this point in the history
<!--
Thank you for your pull request. Please review below requirements.
Bug fixes and new features should include tests and possibly benchmarks.
Contributors guide:
https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md

感谢您贡献代码。请确认下列 checklist 的完成情况。
Bug 修复和新功能必须包含测试,必要时请附上性能测试。
Contributors guide:
https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md
-->

##### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to
[x]. -->

- [x] `npm test` passes
- [x] tests and/or benchmarks are included
- [x] documentation is changed or added
- [x] commit message follows commit guidelines

##### Affected core subsystem(s)
<!-- Provide affected core subsystem(s). -->
* 修复使用 `@eggjs/tegg-dal-plugin` 时可能出现的幽灵依赖问题

##### Description of change
<!-- Provide a description of the change below this comment. -->
* 新增相关幽灵依赖声明

<!--
- any feature?
- close https://github.com/eggjs/egg/ISSUE_URL
-->

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated dependencies in the data access layer to enhance performance
and compatibility.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
elrrrrrrr committed Apr 16, 2024
1 parent 4678c45 commit ffc8fdf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/dal/package.json
Expand Up @@ -51,7 +51,11 @@
},
"dependencies": {
"@eggjs/dal-runtime": "^3.36.3",
"@eggjs/tegg": "^3.36.3"
"@eggjs/tegg": "^3.36.3",
"@eggjs/dal-decorator": "^3.36.3",
"@eggjs/core-decorator": "^3.36.3",
"@eggjs/tegg-lifecycle": "^3.36.3",
"@eggjs/tegg-common-util": "^3.36.3"
},
"devDependencies": {
"@eggjs/tegg-config": "^3.36.3",
Expand Down

0 comments on commit ffc8fdf

Please sign in to comment.