Skip to content

Commit

Permalink
Upgrade many packages
Browse files Browse the repository at this point in the history
Notably to threejs r0.168.0
  • Loading branch information
EdwardMoyse committed Sep 3, 2024
1 parent 2032a45 commit 4804e2d
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 287 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
},
"devDependencies": {
"@types/jest": "~29.5.12",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.0",
"@types/node": "^22.5.2",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.3",
"husky": "^9.1.5",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lerna": "^8.1.7",
"lint-staged": "^15.2.7",
"lerna": "^8.1.8",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"rimraf": "^6.0.1",
"ts-jest-mock-import-meta": "^1.2.0",
"typescript": "~5.4.5"
"typescript": "~5.5.4"
},
"packageManager": "[email protected]",
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/phoenix-event-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@
"eslint:fix": "yarn eslint --fix"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@tweenjs/tween.js": "^23.1.2",
"dat.gui": "^0.7.9",
"html2canvas": "^1.4.1",
"jsroot": "^7.7.2",
"jsroot": "^7.7.3",
"jszip": "^3.10.1",
"stats-js": "^1.0.1",
"three": "^0.167.0"
"three": "^0.168.0"
},
"devDependencies": {
"@babel/helper-string-parser": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/helper-string-parser": "^7.24.8",
"@babel/plugin-transform-runtime": "^7.25.4",
"@compodoc/compodoc": "^1.1.25",
"@types/dat.gui": "^0.7.13",
"@types/three": "^0.167.1",
"@types/three": "^0.168.0",
"esbuild-loader": "^4.2.2",
"jest": "^29.7.0",
"ts-jest": "~29.2.3",
"typescript": "~5.4.5",
"webpack": "^5.93.0",
"ts-jest": "~29.2.5",
"typescript": "~5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/phoenix-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"jszip": "^3.10.1",
"phoenix-event-display": "^2.16.0",
"phoenix-ui-components": "^2.16.0",
"qrcode": "1.5.3",
"qrcode": "1.5.4",
"rxjs": "^7.8.1",
"three": "^0.167.0",
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"zone.js": "^0.14.8"
"three": "^0.168.0",
"tslib": "^2.7.0",
"typescript": "~5.5.4",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.2",
Expand All @@ -53,11 +53,11 @@
"@angular/language-service": "^18.2.2",
"@types/qrcode": "^1.5.5",
"concurrently": "^8.2.2",
"cypress": "^13.13.1",
"cypress": "^13.14.1",
"jest": "^29.7.0",
"jest-preset-angular": "^14.2.0",
"jest-preset-angular": "^14.2.2",
"ng-packagr": "^18.2.1",
"ts-jest": "^29.2.3"
"ts-jest": "^29.2.5"
},
"peerDependencies": {
"jspdf": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@angular/material": "^18.2.2",
"@angular/platform-browser": "^18.2.2",
"css-element-queries": "^1.2.3",
"qrcode": "1.5.3",
"qrcode": "1.5.4",
"rxjs": "^7.8.1",
"three": "^0.167.0",
"tslib": "^2.6.3"
"three": "^0.168.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"node-fetch": "^3.3.2",
"rimraf": "^5.0.9"
"rimraf": "^6.0.1"
},
"module": "dist/fesm2022/phoenix-ui-components.mjs",
"typings": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 4804e2d

Please sign in to comment.