Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sequelize/types/lib/hooks path (#1202)
* build(deps-dev): bump sequelize from 6.8.0 to 6.16.1 Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.8.0 to 6.16.1. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](sequelize/sequelize@v6.8.0...v6.16.1) --- updated-dependencies: - dependency-name: sequelize dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: Cannot find module 'sequelize/types/lib/hooks' wrong path fix 'types/lib' folder was removed in sequelize verstion >= 6 * test: [test/specs/instance.spec.ts] - Model.reload() method is return Model, Deprecated: Operator Aliases Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mystylelee <mystylelee2@gmail.com>
- Loading branch information