Skip to content

Commit

Permalink
Merge pull request #18 from getlarge/chore-add-missing-dependencies
Browse files Browse the repository at this point in the history
chore: add missing dependencies
  • Loading branch information
getlarge authored Mar 13, 2024
2 parents 62b91e5 + df0d9af commit 8601e9c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/nx-heroku/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@
"rules": {
"@nx/nx-plugin-checks": "error"
}
},
{
"files": ["./package.json", "./project.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": [
"error",
{
"buildTargets": ["build"],
"checkMissingDependencies": true,
"checkObsoleteDependencies": true,
"checkVersionMismatches": true,
"includeTransitiveDependencies": true,
"ignoredDependencies": []
}
]
}
}
]
}
15 changes: 14 additions & 1 deletion packages/nx-heroku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@
"main": "src/index.js",
"license": "MIT",
"generators": "./generators.json",
"executors": "./executors.json"
"executors": "./executors.json",
"dependencies": {
"@nx/devkit": "18.0.8",
"@nx/plugin": "18.0.8",
"axios": "1.6.7",
"dotenv-expand": "^10.0.0",
"lodash": "^4.17.21",
"minimatch": "3.1.2",
"nx": "18.0.8",
"reflect-metadata": "^0.1.13",
"tslib": "^2.3.0",
"typedi": "^0.10.0",
"validator": "^13.9.0"
}
}

0 comments on commit 8601e9c

Please sign in to comment.