Skip to content

Commit

Permalink
docs: compatibility doc
Browse files Browse the repository at this point in the history
  • Loading branch information
koliveira15 committed May 23, 2024
1 parent 6dc34db commit b127205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs-site/src/content/docs/reference/compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: Compatibility
---

import {Code} from '@astrojs/starlight/components';
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:
Expand All @@ -18,4 +18,4 @@ page in GitHub or run the following command where `x.x.x` is the semver version
npm info @koliveira15/nx-sonarqube@x.x.x peerDependencies
```

<Code code={output} lang="json" title="output" mark="nx: '>= 16 < 20'"/>
<Code code={output} lang="json" title="output" mark="nx: '>= 16 < 20'" />

0 comments on commit b127205

Please sign in to comment.