Skip to content

Commit

Permalink
Angular 17.3 #10330
Browse files Browse the repository at this point in the history
To benefit from compilation performance boost
  • Loading branch information
PowerKiKi committed Apr 15, 2024
1 parent b33f6e9 commit 2d2b35e
Show file tree
Hide file tree
Showing 2 changed files with 514 additions and 365 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"codegen": "./bin/dump-schema && graphql-codegen --config codegen.ts"
},
"dependencies": {
"@angular/animations": "^17.2.2",
"@angular/cdk": "^17.2.1",
"@angular/common": "^17.2.2",
"@angular/compiler": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/forms": "^17.2.2",
"@angular/localize": "^17.2.2",
"@angular/material": "^17.2.1",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/router": "^17.2.2",
"@angular/animations": "^17.3.4",
"@angular/cdk": "^17.3.4",
"@angular/common": "^17.3.4",
"@angular/compiler": "^17.3.4",
"@angular/core": "^17.3.4",
"@angular/forms": "^17.3.4",
"@angular/localize": "^17.3.4",
"@angular/material": "^17.3.4",
"@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "^17.3.4",
"@angular/router": "^17.3.4",
"@apollo/client": "~3.9.5",
"@ecodev/fab-speed-dial": "^16.0.6",
"@ecodev/natural": "^57.0.4",
Expand All @@ -51,14 +51,14 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.1",
"@angular-devkit/build-angular": "^17.3.4",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.2",
"@angular/cli": "^17.3.4",
"@angular/compiler-cli": "^17.3.4",
"@playwright/test": "^1.41.2",
"@types/big.js": "^6.2.2",
"@types/jasmine": "~5.1.4",
Expand Down
Loading

0 comments on commit 2d2b35e

Please sign in to comment.