Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to angular 17 #646

Merged
merged 4 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"docs:coverage": "yarn workspace phoenix-event-display docs:coverage"
},
"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",
"@types/jest": "~29.5.12",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"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",
"lint-staged": "^13.2.3",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lerna": "^8.1.2",
"lint-staged": "^13.3.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.1",
"ts-jest-mock-import-meta": "^1.0.0",
"typescript": "~5.1.6"
"rimraf": "^5.0.5",
"ts-jest-mock-import-meta": "^1.2.0",
"typescript": "~5.4.3"
},
"packageManager": "[email protected]",
"peerDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/phoenix-event-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"eslint:fix": "yarn eslint --fix"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@tweenjs/tween.js": "^21.0.0",
"@babel/core": "^7.24.3",
"@tweenjs/tween.js": "^23.1.1",
"dat.gui": "^0.7.9",
"html2canvas": "^1.4.1",
"jsroot": "^7.6.0",
Expand All @@ -48,16 +48,16 @@
"three": "^0.162.0"
},
"devDependencies": {
"@babel/helper-string-parser": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/helper-string-parser": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@compodoc/compodoc": "^1.1.23",
"@types/dat.gui": "^0.7.10",
"@types/dat.gui": "^0.7.12",
"@types/three": "^0.162.0",
"esbuild-loader": "^3.1.0",
"jest": "^29.6.2",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6",
"webpack": "^5.88.2",
"esbuild-loader": "^3.2.0",
"jest": "^29.7.0",
"ts-jest": "~29.1.2",
"typescript": "~5.4.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
Expand Down
49 changes: 24 additions & 25 deletions packages/phoenix-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,38 @@
"deploy:web:single": "ng build phoenix-app --configuration singleEvent --output-path ./docs --base-href \"./\" && cp ./docs/index.html ./docs/404.html"
},
"dependencies": {
"@angular/animations": "^16.1.8",
"@angular/cdk": "^16.1.7",
"@angular/common": "^16.1.8",
"@angular/compiler": "^16.1.8",
"@angular/core": "^16.1.8",
"@angular/forms": "^16.1.8",
"@angular/material": "^16.1.7",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/router": "^16.1.8",
"@angular/animations": "^17.3.1",
"@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": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/router": "^17.3.1",
"css-element-queries": "^1.2.3",
"cypress-plugin-snapshots": "meinaart/cypress-plugin-snapshots#a8bd88380db56905f5df6fe27cb4eddb7b809b9e",
"cypress-plugin-snapshots": "https://github.com/meinaart/cypress-plugin-snapshots.git",
"phoenix-event-display": "^2.14.1",
"phoenix-ui-components": "^2.14.1",
"qrcode": "1.5.3",
"rxjs": "^7.8.1",
"three": "^0.162.0",
"tslib": "^2.6.1",
"typescript": "~5.1.6",
"zone.js": "^0.13.1"
"tslib": "^2.6.2",
"typescript": "~5.4.3",
"zone.js": "^0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.8",
"@angular/cli": "~16.1.8",
"@angular/compiler-cli": "~16.1.8",
"@angular/language-service": "^16.1.8",
"@types/cypress": "^1.1.3",
"@types/qrcode": "^1.5.1",
"concurrently": "^8.2.0",
"cypress": "^12.17.3",
"jest": "^29.6.2",
"jest-preset-angular": "^13.1.1",
"ng-packagr": "^16.1.0",
"@angular-devkit/build-angular": "^17.3.1",
"@angular/cli": "~17.3.1",
"@angular/compiler-cli": "~17.3.1",
"@angular/language-service": "^17.3.1",
"@types/qrcode": "^1.5.5",
"concurrently": "^8.2.2",
"cypress": "^13.7.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.3",
"ng-packagr": "^17.3.0",
"ts-jest": "^29.1.2"
},
"peerDependencies": {
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
Loading