Skip to content

Commit

Permalink
Update Angular to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Mar 21, 2024
1 parent 2864d9d commit 760b2a4
Show file tree
Hide file tree
Showing 7 changed files with 761 additions and 853 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"devDependencies": {
"@types/jest": "~29.5.3",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"jest": "~29.6.2",
"jest-environment-jsdom": "~29.6.2",
"lerna": "^7.1.4",
"lerna": "^7.4.2",
"lint-staged": "^13.2.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest-mock-import-meta": "^1.0.0",
"typescript": "~5.4.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/phoenix-event-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/core": "^7.22.10",
"@tweenjs/tween.js": "^21.0.0",
"@tweenjs/tween.js": "^21.1.1",
"dat.gui": "^0.7.9",
"html2canvas": "^1.4.1",
"jsroot": "^7.6.0",
Expand All @@ -53,11 +53,11 @@
"@compodoc/compodoc": "^1.1.23",
"@types/dat.gui": "^0.7.10",
"@types/three": "^0.162.0",
"esbuild-loader": "^3.1.0",
"esbuild-loader": "^3.2.0",
"jest": "^29.6.2",
"ts-jest": "~29.1.1",
"typescript": "~5.4.3",
"webpack": "^5.88.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/phoenix-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"dependencies": {
"@angular/animations": "^17.3.1",
"@angular/cdk": "^16.1.7",
"@angular/cdk": "^17.3.1",
"@angular/common": "^17.3.1",
"@angular/compiler": "^17.3.1",
"@angular/core": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/material": "^16.1.7",
"@angular/material": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/router": "^17.3.1",
Expand All @@ -41,7 +41,7 @@
"qrcode": "1.5.3",
"rxjs": "^7.8.1",
"three": "^0.162.0",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"typescript": "~5.4.3",
"zone.js": "^0.14.4"
},
Expand All @@ -51,8 +51,8 @@
"@angular/compiler-cli": "~17.3.1",
"@angular/language-service": "^17.3.1",
"@types/qrcode": "^1.5.1",
"concurrently": "^8.2.0",
"cypress": "^12.17.3",
"concurrently": "^8.2.2",
"cypress": "^12.17.4",
"jest": "^29.6.2",
"jest-preset-angular": "^13.1.1",
"ng-packagr": "^17.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class CycleEventsComponent implements OnInit {
active: boolean = false;
reloading: boolean = false;

private intervalId: NodeJS.Timer;
private intervalId: NodeJS.Timeout;

private events: string[];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 mat-dialog-title>Event data from directory</h1>
mat-align-tabs="start"
animationDuration="0ms"
disableRipple
color="transparent"
opacity="transparent"
>
<mat-tab label="Event data">
<div class="py-3">
Expand Down
12 changes: 6 additions & 6 deletions packages/phoenix-ng/projects/phoenix-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"zone.js": "*"
},
"dependencies": {
"@angular/animations": "^16.1.8",
"@angular/cdk": "^16.1.7",
"@angular/forms": "^16.1.8",
"@angular/material": "^16.1.7",
"@angular/platform-browser": "^16.1.8",
"@angular/animations": "^17.3.1",
"@angular/cdk": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/material": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"css-element-queries": "^1.2.3",
"qrcode": "1.5.3",
"rxjs": "^7.8.1",
"three": "^0.162.0",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"devDependencies": {
"node-fetch": "^3.3.2"
Expand Down
Loading

0 comments on commit 760b2a4

Please sign in to comment.