Skip to content

Commit

Permalink
CFWEB-91 - Update dependencies
Browse files Browse the repository at this point in the history
* update angular@17, ngrx@17, typescript, ts-node, types/node, eslint & fortawesome
* removing polyfills from project structure
  • Loading branch information
MariusAquarius committed Dec 19, 2023
1 parent 11f0b36 commit 569aec4
Show file tree
Hide file tree
Showing 7 changed files with 5,090 additions and 4,261 deletions.
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"outputPath": "dist/angular-redux-shop",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": ["src/favicon.ico", "src/assets"],
Expand Down Expand Up @@ -73,25 +73,25 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "angular-redux-shop:build:production"
"buildTarget": "angular-redux-shop:build:production"
},
"development": {
"browserTarget": "angular-redux-shop:build:development"
"buildTarget": "angular-redux-shop:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-redux-shop:build"
"buildTarget": "angular-redux-shop:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["src/favicon.ico", "src/assets"],
Expand Down
Loading

0 comments on commit 569aec4

Please sign in to comment.