Skip to content

Commit

Permalink
Merge pull request #1152 from Evanion/patch-1
Browse files Browse the repository at this point in the history
Update to current verison of NX
  • Loading branch information
gperdomor authored Oct 16, 2024
2 parents 6bc3afb + 17af650 commit 04da95b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/container-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"semver": "^7.6.0"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"tslib": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"csv-parse": "^5.5.5"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"tslib": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion plugins/nx-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tmp": "^0.2.3"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"dotenv": ">=16.0.0",
"@swc/helpers": "~0.5.11"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/nx-graphql-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"peerDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@swc/helpers": "~0.5.11",
"ts-node": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/nx-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nx-tools/core": "6.0.1"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@swc/helpers": "~0.5.11",
"prisma": "^5.0.0",
"ts-node": "^10.0.0",
Expand Down

0 comments on commit 04da95b

Please sign in to comment.