chore(version): update to version 16

This commit is contained in:
thomas
2023-05-22 22:06:48 +02:00
parent e2680b3911
commit 2d5dab5211
126 changed files with 3782 additions and 7197 deletions

View File

@@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
@@ -81,7 +81,7 @@
}
},
"test": {
"executor": "@nrwl/jest:jest",
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/testing-modal/jest.config.ts",
@@ -95,7 +95,7 @@
}
},
"component-test": {
"executor": "@nrwl/cypress:cypress",
"executor": "@nx/cypress:cypress",
"options": {
"cypressConfig": "apps/testing-modal/cypress.config.ts",
"testingType": "component",