Skip to content

Commit

Permalink
fix: Fix version for @nestjsx/crud
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolobok12309 committed Apr 5, 2024
1 parent 25384f0 commit 481a84c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .pnpmfile.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
function readPackage(pkg, context) {
if (pkg.name === '@nestjsx/crud') {
console.log('crud', pkg.dependencies);
pkg.dependencies = {
...pkg.dependencies,
'@nestjs/common': '9.0.5',
};
}

return pkg;
}

module.exports = {
hooks: {
readPackage
}
}
43 changes: 41 additions & 2 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 481a84c

Please sign in to comment.