Commit d6d2878
committed
feat(semver): add support for Nx 21 in peerDependencies
This change ensures that the semver package can be used in Nx workspaces
upgraded to version 21. The update mirrors the existing structure that already
supported Nx 18, 19, and 20.
No changes were made to the implementation logic, only to peerDependencies
and yarn.lock to reflect compatibility.1 parent 7110ee9 commit d6d2878
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2102 | 2102 | | |
2103 | 2103 | | |
2104 | 2104 | | |
2105 | | - | |
| 2105 | + | |
2106 | 2106 | | |
2107 | 2107 | | |
2108 | 2108 | | |
| |||
0 commit comments