Skip to content

Commit

Permalink
feat: update nx minimum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Oct 15, 2024
1 parent 39ac0a4 commit cbbc205
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 22 deletions.
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"nx-workspace",
"nx-plugin"
],
"dependencies": {
"@nx/devkit": ">=17.0.0",
"tslib": "^2.6.2"
"peerDependencies": {
"@nx/devkit": "^20.0.0",
"tslib": "^2.7.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-nx-gradle-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "create-nx-gradle-workspace",
"version": "1.13.0",
"dependencies": {
"create-nx-workspace": ">=17.0.0",
"enquirer": "^2.3.6",
"tslib": "^2.6.2",
"@jnxplus/common": "1.13.0",
"create-nx-workspace": "^20.0.0",
"enquirer": "^2.4.1",
"yargs": "^17.7.2",
"@jnxplus/common": "1.13.0"
"tslib": "^2.7.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-nx-maven-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "create-nx-maven-workspace",
"version": "1.13.0",
"dependencies": {
"create-nx-workspace": ">=17.0.0",
"enquirer": "^2.3.6",
"tslib": "^2.6.2",
"@jnxplus/common": "1.13.0",
"create-nx-workspace": "^20.0.0",
"enquirer": "^2.4.1",
"yargs": "^17.7.2",
"@jnxplus/common": "1.13.0"
"tslib": "^2.7.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
12 changes: 8 additions & 4 deletions packages/nx-gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@
},
"dependencies": {
"@jnxplus/common": "1.13.0",
"tslib": "^2.6.2",
"@nx/devkit": ">=17.0.0",
"smol-toml": "^1.1.3",
"nx": ">=17.0.0"
"@nx/devkit": "^20.0.0",
"nx": "^20.0.0",
"smol-toml": "^1.3.0",
"tslib": "^2.7.0"
},
"peerDependencies": {
"@nx/devkit": ">=19.0.0",
"nx": "^>=19.0.0"
}
}
12 changes: 8 additions & 4 deletions packages/nx-maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@
},
"dependencies": {
"@jnxplus/common": "1.13.0",
"@nx/devkit": "^20.0.0",
"@jnxplus/xml": "1.13.0",
"tslib": "^2.6.2",
"@nx/devkit": ">=17.0.0",
"xmldoc": "^1.3.0",
"flat-cache": "^6.1.0",
"nx": ">=17.0.0"
"nx": "^20.0.0",
"xmldoc": "^1.3.0",
"tslib": "^2.7.0"
},
"peerDependencies": {
"@nx/devkit": ">=19.0.0",
"nx": "^>=19.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/xml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"maven",
"maven multi-module project"
],
"dependencies": {
"peerDependencies": {
"@nx/devkit": "^20.0.0",
"xmldoc": "^1.3.0",
"tslib": "^2.6.2",
"@nx/devkit": ">=17.0.0"
"tslib": "^2.7.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cbbc205

Please sign in to comment.