Skip to content

Commit ace4bc7

Browse files
committed
Update angular-ng-autocomplete dependency to version 2.0.1 and streamline angular.json configuration
- Change angular-ng-autocomplete version from 2.0.12 to 2.0.1 in package.json and package-lock.json. - Consolidate asset and style paths in angular.json for improved readability.
1 parent 0e87a0f commit ace4bc7

File tree

3 files changed

+16
-47
lines changed

3 files changed

+16
-47
lines changed

clients/html/angular.json

Lines changed: 12 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@
1919
"main": "src/main.ts",
2020
"polyfills": "src/polyfills.ts",
2121
"tsConfig": "src/tsconfig.app.json",
22-
"assets": [
23-
"src/favicon.ico",
24-
"src/assets"
25-
],
22+
"assets": ["src/favicon.ico", "src/assets"],
2623
"styles": [
2724
"src/styles.css",
28-
"node_modules/@swimlane/ngx-datatable/release/index.css",
29-
"node_modules/@swimlane/ngx-datatable/release/themes/material.css",
30-
"node_modules/@swimlane/ngx-datatable/release/assets/icons.css",
25+
"node_modules/@swimlane/ngx-datatable/index.css",
26+
"node_modules/@swimlane/ngx-datatable/themes/material.css",
27+
"node_modules/@swimlane/ngx-datatable/assets/icons.css",
3128
"src/assets/scss/style.scss"
3229
],
3330
"scripts": []
@@ -41,9 +38,7 @@
4138
}
4239
],
4340
"stylePreprocessorOptions": {
44-
"includePaths": [
45-
"src/assets/scss/branding/me"
46-
]
41+
"includePaths": ["src/assets/scss/branding/me"]
4742
},
4843
"fileReplacements": [
4944
{
@@ -86,9 +81,7 @@
8681
}
8782
],
8883
"stylePreprocessorOptions": {
89-
"includePaths": [
90-
"src/assets/scss/branding/dc"
91-
]
84+
"includePaths": ["src/assets/scss/branding/dc"]
9285
}
9386
},
9487
"me-production": {
@@ -99,9 +92,7 @@
9992
}
10093
],
10194
"stylePreprocessorOptions": {
102-
"includePaths": [
103-
"src/assets/scss/branding/me"
104-
]
95+
"includePaths": ["src/assets/scss/branding/me"]
10596
},
10697
"fileReplacements": [
10798
{
@@ -143,9 +134,7 @@
143134
}
144135
],
145136
"stylePreprocessorOptions": {
146-
"includePaths": [
147-
"src/assets/scss/branding/dc"
148-
]
137+
"includePaths": ["src/assets/scss/branding/dc"]
149138
},
150139
"fileReplacements": [
151140
{
@@ -198,23 +187,15 @@
198187
"polyfills": "src/polyfills.ts",
199188
"tsConfig": "src/tsconfig.spec.json",
200189
"karmaConfig": "src/karma.conf.js",
201-
"styles": [
202-
"src/styles.css"
203-
],
190+
"styles": ["src/styles.css"],
204191
"scripts": [],
205-
"assets": [
206-
"src/favicon.ico",
207-
"src/assets"
208-
]
192+
"assets": ["src/favicon.ico", "src/assets"]
209193
}
210194
},
211195
"lint": {
212196
"builder": "@angular-devkit/build-angular:tslint",
213197
"options": {
214-
"tsConfig": [
215-
"src/tsconfig.app.json",
216-
"src/tsconfig.spec.json"
217-
],
198+
"tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"],
218199
"exclude": [
219200
"**/node_modules/**",
220201
"**/src/data/**",
@@ -242,9 +223,7 @@
242223
"builder": "@angular-devkit/build-angular:tslint",
243224
"options": {
244225
"tsConfig": "e2e/tsconfig.e2e.json",
245-
"exclude": [
246-
"**/node_modules/**"
247-
]
226+
"exclude": ["**/node_modules/**"]
248227
}
249228
}
250229
}

clients/html/package-lock.json

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@angular/router": "^9.1.13",
3434
"@ng-bootstrap/ng-bootstrap": "^5.0.0",
3535
"@sweetalert2/ngx-sweetalert2": "^7.0.1",
36-
"angular-ng-autocomplete": "^2.0.12",
3736
"@swimlane/ngx-datatable": "^16.0.0",
37+
"angular-ng-autocomplete": "^2.0.1",
3838
"bootstrap": "^4.3.1",
3939
"classlist.js": "^1.1.20150312",
4040
"core-js": "^2.6.10",

0 commit comments

Comments
 (0)