Skip to content

Commit

Permalink
More dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Mar 21, 2024
1 parent 760b2a4 commit 402afd4
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 636 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"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.21.0",
"@typescript-eslint/parser": "^6.21.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.4.2",
"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.5",
"ts-jest-mock-import-meta": "^1.0.0",
"ts-jest-mock-import-meta": "^1.2.0",
"typescript": "~5.4.3"
},
"packageManager": "[email protected]",
Expand Down
14 changes: 7 additions & 7 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.1.1",
"@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,14 +48,14 @@
"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.2.0",
"jest": "^29.6.2",
"ts-jest": "~29.1.1",
"jest": "^29.7.0",
"ts-jest": "~29.1.2",
"typescript": "~5.4.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
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 @@ -35,7 +35,7 @@
"@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",
Expand All @@ -50,11 +50,11 @@
"@angular/cli": "~17.3.1",
"@angular/compiler-cli": "~17.3.1",
"@angular/language-service": "^17.3.1",
"@types/qrcode": "^1.5.1",
"@types/qrcode": "^1.5.5",
"concurrently": "^8.2.2",
"cypress": "^12.17.4",
"jest": "^29.6.2",
"jest-preset-angular": "^13.1.1",
"cypress": "^13.7.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.3",
"ng-packagr": "^17.3.0",
"ts-jest": "^29.1.2"
},
Expand Down
Loading

0 comments on commit 402afd4

Please sign in to comment.