Skip to content

Commit

Permalink
feat: update to angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Nov 9, 2023
1 parent 12ad9e1 commit 05f67d3
Show file tree
Hide file tree
Showing 15 changed files with 1,884 additions and 3,669 deletions.
15 changes: 4 additions & 11 deletions apps/dfx-bootstrap-icons-demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
"executor": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "dfx-bootstrap-icons-demo:build:production"
"buildTarget": "dfx-bootstrap-icons-demo:build:production"
},
"development": {
"browserTarget": "dfx-bootstrap-icons-demo:build:development"
"buildTarget": "dfx-bootstrap-icons-demo:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "dfx-bootstrap-icons-demo:build"
"buildTarget": "dfx-bootstrap-icons-demo:build"
}
},
"lint": {
Expand All @@ -80,14 +80,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/dfx-bootstrap-icons-demo/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "apps/dfx-bootstrap-icons-demo/jest.config.ts"
}
},
"serve-static": {
Expand Down
9 changes: 4 additions & 5 deletions apps/dfx-bootstrap-table-demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
"executor": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "dfx-bootstrap-table-demo:build:production"
"buildTarget": "dfx-bootstrap-table-demo:build:production"
},
"development": {
"browserTarget": "dfx-bootstrap-table-demo:build:development"
"buildTarget": "dfx-bootstrap-table-demo:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "dfx-bootstrap-table-demo:build"
"buildTarget": "dfx-bootstrap-table-demo:build"
}
},
"lint": {
Expand All @@ -75,8 +75,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/dfx-bootstrap-table-demo/jest.config.ts",
"passWithNoTests": true
"jestConfig": "apps/dfx-bootstrap-table-demo/jest.config.ts"
}
}
},
Expand Down
15 changes: 4 additions & 11 deletions apps/dfx-qrcode-demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
"executor": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "dfx-qrcode-demo:build:production"
"buildTarget": "dfx-qrcode-demo:build:production"
},
"development": {
"browserTarget": "dfx-qrcode-demo:build:development"
"buildTarget": "dfx-qrcode-demo:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "dfx-qrcode-demo:build"
"buildTarget": "dfx-qrcode-demo:build"
}
},
"lint": {
Expand All @@ -76,14 +76,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/dfx-qrcode-demo/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "apps/dfx-qrcode-demo/jest.config.ts"
}
},
"serve-static": {
Expand Down
15 changes: 4 additions & 11 deletions apps/playground/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
"executor": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "playground:build:production"
"buildTarget": "playground:build:production"
},
"development": {
"browserTarget": "playground:build:development"
"buildTarget": "playground:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "playground:build"
"buildTarget": "playground:build"
}
},
"lint": {
Expand All @@ -75,14 +75,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/playground/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "apps/playground/jest.config.ts"
}
},
"serve-static": {
Expand Down
9 changes: 1 addition & 8 deletions libs/dfts-helper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/dfts-helper/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "libs/dfts-helper/jest.config.ts"
}
},
"version": {
Expand Down
9 changes: 1 addition & 8 deletions libs/dfts-qrcode/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/dfts-qrcode/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "libs/dfts-qrcode/jest.config.ts"
}
},
"version": {
Expand Down
9 changes: 1 addition & 8 deletions libs/dfx-bootstrap-icons/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/dfx-bootstrap-icons/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "libs/dfx-bootstrap-icons/jest.config.ts"
}
},
"lint": {
Expand Down
9 changes: 1 addition & 8 deletions libs/dfx-bootstrap-table/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/dfx-bootstrap-table/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "libs/dfx-bootstrap-table/jest.config.ts"
}
},
"version": {
Expand Down
9 changes: 1 addition & 8 deletions libs/dfx-helper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/dfx-helper/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "libs/dfx-helper/jest.config.ts"
}
},
"version": {
Expand Down
9 changes: 1 addition & 8 deletions libs/dfx-qrcode/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/dfx-qrcode/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "libs/dfx-qrcode/jest.config.ts"
}
},
"version": {
Expand Down
9 changes: 1 addition & 8 deletions libs/dfx-translate/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/dfx-translate/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "libs/dfx-translate/jest.config.ts"
}
},
"version": {
Expand Down
Loading

0 comments on commit 05f67d3

Please sign in to comment.