Skip to content

Commit 37fda45

Browse files
committed
chore: updated deps
1 parent 17b70ba commit 37fda45

File tree

5 files changed

+761
-93
lines changed

5 files changed

+761
-93
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
}
186186
}
187187
}
188-
},
188+
}
189189
},
190190
"defaultProject": "mc-web"
191191
}
File renamed without changes.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,13 @@
7474
"@commitlint/config-conventional": "^13.1.0",
7575
"@nestjs/schematics": "^8.0.2",
7676
"@nestjs/testing": "^8.0.6",
77+
"@ngrx/schematics": "^11.1.1",
7778
"@ngrx/store-devtools": "^11.1.1",
79+
"@nrwl/angular": "^11.6.3",
80+
"@nrwl/cli": "^11.6.3",
81+
"@nrwl/nest": "^11.6.3",
82+
"@nrwl/node": "^11.6.3",
83+
"@nrwl/tao": "^11.6.3",
7884
"@nrwl/workspace": "^11.6.3",
7985
"@ptsecurity/commitlint-config": "^1.0.0",
8086
"@ptsecurity/tslint-config": "~0.12.0",

prettier.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
// Add angular specific parser for all our angular templates
1010
files: [
1111
'libs/**/*.html',
12-
'apps/{pt-nad,pt-nad-e2e}/**/*.html',
12+
'apps/{mc-web}/**/*.html',
1313
],
1414
options: { parser: 'angular' },
1515
}

0 commit comments

Comments
 (0)