-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from koliveira15/105-nx-compatibility-table
Nx compatibility documentation
- Loading branch information
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
apps/docs-site/src/content/docs/reference/compatibility.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Compatibility | ||
--- | ||
|
||
import { Code } from '@astrojs/starlight/components'; | ||
export const output = `{ | ||
'@nx/devkit': '>= 16 < 19', | ||
'@phenomnomnominal/tsquery': '5.0.1', | ||
'sonarqube-scanner': '3.1.0', | ||
nx: '>= 16 < 20', | ||
tslib: '>= 2.3.0 < 3 | ||
}`; | ||
|
||
For compatibilities with Nx versions, you can check the [Releases](https://github.com/koliveira15/nx-sonarqube/releases) | ||
page in GitHub or run the following command where `x.x.x` is the semver version of the package: | ||
|
||
```shell | ||
npm info @koliveira15/nx-sonarqube@x.x.x peerDependencies | ||
``` | ||
|
||
<Code code={output} lang="json" title="output" mark="nx: '>= 16 < 20'" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# @koliveira15/nx-sonarqube | ||
|
||
![logo](https://i.ibb.co/R0bzqtP/nx-sonarqube.png) | ||
|
||
[See Documentation](https://github.com/koliveira15/nx-sonarqube) | ||
[Documentation](https://nx-sonarqube.dev/) |