Skip to content

Commit

Permalink
Merge pull request #698 from HSF/main-minor-deps
Browse files Browse the repository at this point in the history
Minor dependency updates
  • Loading branch information
EdwardMoyse authored Nov 21, 2024
2 parents c91cc58 + 081b2f6 commit 140e3bc
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 136 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"docs:coverage": "yarn workspace phoenix-event-display docs:coverage"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@types/jest": "~29.5.14",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.14.0",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lerna": "^8.1.9",
Expand Down
2 changes: 1 addition & 1 deletion 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.26.0",
"@tweenjs/tween.js": "^23.1.2",
"@tweenjs/tween.js": "^23.1.3",
"dat.gui": "^0.7.9",
"html2canvas": "^1.4.1",
"jsroot": "^7.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/phoenix-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@angular/language-service": "^18.2.11",
"@types/qrcode": "^1.5.5",
"concurrently": "^8.2.2",
"cypress": "^13.15.2",
"cypress": "^13.16.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.2.4",
"jest-preset-angular": "^14.3.2",
"ng-packagr": "^18.2.1",
"ts-jest": "^29.2.5"
},
Expand Down
Loading

0 comments on commit 140e3bc

Please sign in to comment.