docs(misc): adjust Nx version number in pkg json mentions (#20698)

This commit is contained in:
Juri Strumpflohner 2023-12-11 20:22:42 +01:00 committed by GitHub
parent 679db5d584
commit 31a12c409b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ This process adds `nx` to your `package.json` at the root of your workspace:
...
"devDependencies": {
...
"nx": "15.3.0"
"nx": "17.2.0"
}
}
```
@ -106,7 +106,7 @@ Here's an example of a `build` and `lint` script being wrapped by Nx:
},
"devDependencies": {
...
"nx": "15.3.0"
"nx": "17.2.0"
}
}
```

View File

@ -42,7 +42,7 @@ This process adds `nx` to your `package.json` at the root of your workspace:
...
"devDependencies": {
...
"nx": "15.3.0"
"nx": "17.2.0"
}
}
```

View File

@ -34,7 +34,7 @@ This process adds `nx` to your `package.json` at the root of your workspace:
...
"devDependencies": {
...
"nx": "16.8.0"
"nx": "17.2.0"
}
}
```