Skip to content

Commit

Permalink
Merge pull request #109 from koliveira15/105-nx-compatibility-table
Browse files Browse the repository at this point in the history
Nx compatibility documentation
  • Loading branch information
koliveira15 authored May 23, 2024
2 parents 19b582f + b127205 commit 991ee6b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 21 additions & 0 deletions apps/docs-site/src/content/docs/reference/compatibility.mdx
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'" />
4 changes: 1 addition & 3 deletions packages/nx-sonarqube/README.md
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/)

0 comments on commit 991ee6b

Please sign in to comment.