Skip to content

Commit 53efebf

Browse files
committed
feat(nx): update to Nx 22
BREAKING CHANGE: requires Nx 22 Closes #181
1 parent 95aabc0 commit 53efebf

12 files changed

Lines changed: 15990 additions & 9740 deletions

File tree

docs/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 10
33
---
44

55
<script setup>
6-
const nxVersion = 20
6+
const nxVersion = 22
77
</script>
88

99
# Getting started

e2e/nx-forge-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "application",
55
"sourceRoot": "e2e/nx-forge-e2e/src",
6+
"tags": [],
7+
"implicitDependencies": ["nx-forge"],
68
"targets": {
79
"e2e": {
810
"executor": "@nx/jest:jest",
@@ -12,7 +14,5 @@
1214
},
1315
"dependsOn": ["nx-forge:build"]
1416
}
15-
},
16-
"tags": [],
17-
"implicitDependencies": ["nx-forge"]
17+
}
1818
}

0 commit comments

Comments
 (0)