Skip to content

Commit

Permalink
Update a bunch of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Jun 13, 2024
1 parent 2d52a18 commit 6592f5d
Show file tree
Hide file tree
Showing 5 changed files with 2,721 additions and 694 deletions.
16 changes: 8 additions & 8 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.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"lerna": "^8.1.4",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"ts-jest-mock-import-meta": "^1.2.0",
"typescript": "~5.4.3"
"typescript": "~5.4.5"
},
"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,26 +38,26 @@
"eslint:fix": "yarn eslint --fix"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@tweenjs/tween.js": "^23.1.1",
"@babel/core": "^7.24.7",
"@tweenjs/tween.js": "^23.1.2",
"dat.gui": "^0.7.9",
"html2canvas": "^1.4.1",
"jsroot": "^7.5.5",
"jsroot": "^7.7.1",
"jszip": "^3.10.1",
"stats-js": "^1.0.1",
"three": "^0.165.0"
},
"devDependencies": {
"@babel/helper-string-parser": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@compodoc/compodoc": "^1.1.23",
"@types/dat.gui": "^0.7.12",
"@babel/helper-string-parser": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@compodoc/compodoc": "^1.1.25",
"@types/dat.gui": "^0.7.13",
"@types/three": "^0.165.0",
"esbuild-loader": "^4.1.0",
"jest": "^29.7.0",
"ts-jest": "~29.1.2",
"typescript": "~5.4.3",
"webpack": "^5.91.0",
"ts-jest": "~29.1.4",
"typescript": "~5.4.5",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
Expand Down
40 changes: 20 additions & 20 deletions packages/phoenix-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,39 @@
"deploy:web:single": "ng build phoenix-app --configuration singleEvent --output-path ./docs --base-href \"./\" && cp ./docs/index.html ./docs/404.html"
},
"dependencies": {
"@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",
"@angular/animations": "^17.3.11",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"css-element-queries": "^1.2.3",
"cypress-plugin-snapshots": "https://github.com/meinaart/cypress-plugin-snapshots.git",
"phoenix-event-display": "^2.16.0",
"phoenix-ui-components": "^2.16.0",
"qrcode": "1.5.3",
"rxjs": "^7.8.1",
"three": "^0.165.0",
"tslib": "^2.6.2",
"typescript": "~5.4.3",
"zone.js": "^0.14.4"
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"zone.js": "^0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.1",
"@angular/cli": "~17.3.1",
"@angular/compiler-cli": "~17.3.1",
"@angular/language-service": "^17.3.1",
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "~17.3.8",
"@angular/compiler-cli": "~17.3.11",
"@angular/language-service": "^17.3.11",
"@types/qrcode": "^1.5.5",
"concurrently": "^8.2.2",
"cypress": "^13.7.1",
"cypress": "^13.11.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.3",
"jest-preset-angular": "^14.1.0",
"ng-packagr": "^17.3.0",
"ts-jest": "^29.1.2"
"ts-jest": "^29.1.4"
},
"peerDependencies": {
"jspdf": "*"
Expand Down
14 changes: 7 additions & 7 deletions packages/phoenix-ng/projects/phoenix-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"zone.js": "*"
},
"dependencies": {
"@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",
"@angular/animations": "^17.3.11",
"@angular/cdk": "^17.3.10",
"@angular/forms": "^17.3.11",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.11",
"css-element-queries": "^1.2.3",
"qrcode": "1.5.3",
"rxjs": "^7.8.1",
"three": "^0.165.0",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"node-fetch": "^3.3.2",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"module": "dist/fesm2022/phoenix-ui-components.mjs",
"typings": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 6592f5d

Please sign in to comment.