Skip to content

Commit

Permalink
fix(nx-container): relaxed dependencies ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Apr 21, 2024
1 parent f55cb9b commit 6f24d36
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions packages/nx-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx-tools/container-metadata": "6.0.0-alpha.2",
"@nx-tools/core": "6.0.0-alpha.2",
"tmp": "0.2.3",
"csv-parse": "5.5.5",
"semver": "7.6.0",
"handlebars": "4.7.8"
"csv-parse": "^5.5.5",
"handlebars": "^4.7.8",
"semver": "^7.6.0",
"tmp": "^0.2.3"
},
"peerDependencies": {
"dotenv": ">=16.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0",
"tslib": "^2.5.3"
},
"optionalDependencies": {
"@nx-tools/container-metadata": "6.0.0-alpha.2"
"dotenv": ">=16.0.0",
"tslib": "^2.5.0"
}
}

0 comments on commit 6f24d36

Please sign in to comment.