Skip to content

Commit

Permalink
Merge pull request #1043 from gperdomor/feature/nx19
Browse files Browse the repository at this point in the history
feat: nx 19 support
  • Loading branch information
gperdomor committed May 7, 2024
2 parents c3e73bd + 3922496 commit 1b84645
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 140 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -16,7 +16,7 @@
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"@actions/io": "1.1.3",
"@nx/devkit": "18.3.3",
"@nx/devkit": "19.0.0",
"@octokit/openapi-types": "22.1.0",
"@renovate/pep440": "1.0.0",
"@swc/helpers": "0.5.3",
Expand All @@ -38,15 +38,15 @@
"@commitlint/config-conventional": "19.2.2",
"@commitlint/config-nx-scopes": "19.2.1",
"@commitlint/cz-commitlint": "19.2.0",
"@nx/eslint": "18.3.3",
"@nx/eslint-plugin": "18.3.3",
"@nx/jest": "18.3.3",
"@nx/js": "18.3.3",
"@nx/plugin": "18.3.3",
"@nx/workspace": "18.3.3",
"@nx/eslint": "19.0.0",
"@nx/eslint-plugin": "19.0.0",
"@nx/jest": "19.0.0",
"@nx/js": "19.0.0",
"@nx/plugin": "19.0.0",
"@nx/workspace": "19.0.0",
"@prisma/client": "5.12.1",
"@swc-node/register": "1.8.0",
"@swc/cli": "~0.1.62",
"@swc/cli": "0.3.12",
"@swc/core": "1.3.95",
"@types/jest": "29.5.6",
"@types/node": "18.19.31",
Expand All @@ -64,7 +64,7 @@
"jest-environment-node": "29.7.0",
"lint-staged": "15.2.2",
"mocked-env": "1.3.5",
"nx": "18.3.3",
"nx": "19.0.0",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/container-metadata/package.json
Expand Up @@ -18,7 +18,7 @@
"semver": "^7.6.0"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"tslib": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -16,7 +16,7 @@
"csv-parse": "^5.5.5"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"tslib": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/nx-container/package.json
Expand Up @@ -19,7 +19,7 @@
"tmp": "^0.2.3"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"dotenv": ">=16.0.0",
"tslib": "^2.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-graphql-codegen/package.json
Expand Up @@ -15,7 +15,7 @@
},
"peerDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"ts-node": "^10.0.0",
"tslib": "^2.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-prisma/package.json
Expand Up @@ -17,7 +17,7 @@
"@nx-tools/core": "6.0.0-alpha.3"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"prisma": "^5.0.0",
"ts-node": "^10.0.0",
"tslib": "^2.5.0",
Expand Down
277 changes: 151 additions & 126 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 1b84645

Please sign in to comment.