Skip to content

Commit

Permalink
fix(deps): update nx monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 8, 2025
1 parent 5ec596d commit ef1c00b
Show file tree
Hide file tree
Showing 12 changed files with 189 additions and 240 deletions.
14 changes: 7 additions & 7 deletions apps/pacetrainer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"peerDependencies": {
"@analogjs/platform": "1.12.0",
"@analogjs/router": "1.12.0",
"@angular/common": "19.0.5",
"@angular/core": "19.0.5",
"@angular/common": "19.0.6",
"@angular/core": "19.0.6",
"@angular/material": "19.0.4",
"@angular/platform-browser": "19.0.5",
"@angular/platform-server": "19.0.5",
"@angular/router": "19.0.5",
"@angular/platform-browser": "19.0.6",
"@angular/platform-server": "19.0.6",
"@angular/router": "19.0.6",
"@nx/vite": "20.3.1",
"h3": "1.13.0",
"vite": "5.4.11",
"vitest": "2.1.8",
"@playwright/test": "^1.48.0",
"@angular/forms": "19.0.5",
"@angular/forms": "19.0.6",
"rxjs": "7.8.1",
"@angular/animations": "19.0.5"
"@angular/animations": "19.0.6"
}
}
12 changes: 6 additions & 6 deletions apps/rollapolla-analog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@analogjs/router": "1.12.0",
"@analogjs/platform": "1.12.0",
"@angular/fire": "19.0.0-rc.4",
"@angular/core": "19.0.5",
"@angular/common": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/router": "19.0.5",
"@angular/platform-server": "19.0.5",
"@angular/core": "19.0.6",
"@angular/common": "19.0.6",
"@angular/platform-browser": "19.0.6",
"@angular/router": "19.0.6",
"@angular/platform-server": "19.0.6",
"@angular/material": "19.0.4",
"@angular/forms": "19.0.5",
"@angular/forms": "19.0.6",
"@nx/vite": "20.3.1",
"@playwright/test": "^1.48.0",
"h3": "1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/api/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/fire": "19.0.0-rc.4",
"rxjs": "7.8.1",
"@angular/router": "19.0.5",
"@angular/router": "19.0.6",
"angulartics2": "14.1.0",
"@angular/material": "19.0.4",
"@ngneat/elf": "^2.5.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/bacteria-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@wolsok/thanos": "16.1.0",
"@wolsok/ui-kit": "0.0.1",
"rxjs": "7.8.1",
"@angular/router": "19.0.5",
"@angular/router": "19.0.6",
"@datorama/akita": "8.0.1",
"@wolsok/utils-measure-fps": "0.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/features/lazy/fourier-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"@angular/material": "^18.0.0 || ^19.0.0",
"p5": "^1.9.0",
"mathjs": "^13.0.0 || ^14.0.0",
"@angular/router": "19.0.5",
"@angular/router": "19.0.6",
"@wolsok/ui-kit": "0.0.1",
"@angular/forms": "19.0.5",
"@angular/forms": "19.0.6",
"rxjs": "7.8.1",
"@ngneat/elf": "^2.5.1",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions libs/features/lazy/gravity-rocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/material": "19.0.4",
"@angular/forms": "19.0.5",
"@angular/forms": "19.0.6",
"rxjs": "7.8.1",
"@wolsok/utils-math": "0.0.1",
"@wolsok/utils-operators": "0.0.1",
"@angular/router": "19.0.5"
"@angular/router": "19.0.6"
},
"devDependencies": {
"tslib": "2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/poisson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/router": "19.0.5",
"@angular/router": "19.0.6",
"@ngneat/until-destroy": "10.0.0",
"@wolsok/utils-math": "0.0.1",
"rxjs": "7.8.1",
Expand Down
6 changes: 3 additions & 3 deletions libs/features/lazy/shader-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@wolsok/feat-shader-examples",
"version": "0.0.1",
"peerDependencies": {
"@angular/animations": "19.0.5",
"@angular/animations": "19.0.6",
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/cdk": "19.0.4",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/forms": "19.0.5",
"@angular/forms": "19.0.6",
"@angular/material": "19.0.4",
"@angular/router": "19.0.5",
"@angular/router": "19.0.6",
"@datorama/akita": "8.0.1",
"@wolsok/feat-api-auth": "0.0.1",
"@wolsok/shared-data-access": "0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/features/lazy/some-gpu-calculation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/router": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/router": "19.0.6",
"@angular/forms": "19.0.6",
"@angular/material": "19.0.4",
"@wolsok/ui-kit": "0.0.1",
"@wolsok/utils-gpu-calc": "0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/features/lazy/wasm-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@datorama/akita": "^8.0.0",
"@wolsok/utils-decorators": "0.0.1",
"rxjs": "7.8.1",
"@angular/router": "19.0.5",
"@angular/router": "19.0.6",
"@wolsok/fib-wasm-api": "0.0.1",
"@angular/forms": "19.0.5"
"@angular/forms": "19.0.6"
},
"devDependencies": {
"tslib": "2.5.2"
Expand Down
Loading

0 comments on commit ef1c00b

Please sign in to comment.