Skip to content

Commit

Permalink
build(web): angular 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PoiScript committed Apr 5, 2023
1 parent 0c9ee85 commit 877cbe7
Show file tree
Hide file tree
Showing 3 changed files with 1,298 additions and 1,200 deletions.
3 changes: 1 addition & 2 deletions web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets",
Expand Down Expand Up @@ -75,7 +75,6 @@
},
"outputHashing": "all",
"statsJson": true,
"aot": true,
"extractLicenses": true,
"buildOptimizer": true,
"budgets": [
Expand Down
34 changes: 17 additions & 17 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.4",
"@angular/cdk": "^15.0.3",
"@angular/common": "^15.0.4",
"@angular/compiler": "^15.0.4",
"@angular/core": "^15.0.4",
"@angular/forms": "^15.0.4",
"@angular/localize": "^15.0.4",
"@angular/material": "^15.0.3",
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"@angular/platform-server": "^15.0.4",
"@angular/router": "^15.0.4",
"@angular/service-worker": "^15.0.4",
"@angular/animations": "^15.2.5",
"@angular/cdk": "^15.2.5",
"@angular/common": "^15.2.5",
"@angular/compiler": "^15.2.5",
"@angular/core": "^15.2.5",
"@angular/forms": "^15.2.5",
"@angular/localize": "^15.2.5",
"@angular/material": "^15.2.5",
"@angular/platform-browser": "^15.2.5",
"@angular/platform-browser-dynamic": "^15.2.5",
"@angular/platform-server": "^15.2.5",
"@angular/router": "^15.2.5",
"@angular/service-worker": "^15.2.5",
"@sentry/browser": "^6.16.1",
"@tanstack/query-core": "^4.20.4",
"d3-array": "^3.1.1",
Expand All @@ -36,10 +36,10 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.4",
"@angular/cli": "^15.0.4",
"@angular/compiler-cli": "^15.0.4",
"@angular/language-service": "^15.0.4",
"@angular-devkit/build-angular": "^15.2.5",
"@angular/cli": "^15.2.5",
"@angular/compiler-cli": "^15.2.5",
"@angular/language-service": "^15.2.5",
"@types/d3-array": "^3.0.2",
"@types/gapi.auth2": "^0.0.55",
"autoprefixer": "^10.4.13",
Expand Down

0 comments on commit 877cbe7

Please sign in to comment.