Skip to content

Commit a73f6df

Browse files
authored
feat!: bump tanstack angular query to 5.61.0
chore(deps): add support of angular 19.0.0 Release-As: 0.4.0
1 parent cfc8ae4 commit a73f6df

19 files changed

+2095
-3225
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: Run E2E tests
5050
runs-on: ubuntu-latest
5151
container:
52-
image: mcr.microsoft.com/playwright:v1.48.2-noble
52+
image: mcr.microsoft.com/playwright:v1.49.0-noble
5353
timeout-minutes: 10
5454
strategy:
5555
fail-fast: false

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"server": "apps/demo/src/main.server.ts",
8686
"prerender": true,
8787
"ssr": {
88-
"entry": "apps/demo/server.ts"
88+
"entry": "apps/demo/src/server.ts"
8989
}
9090
},
9191
"configurations": {

apps/demo-e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "playwright test"
88
},
99
"devDependencies": {
10-
"@playwright/test": "1.48.2",
11-
"@types/node": "^22.9.0"
10+
"@playwright/test": "1.49.0",
11+
"@types/node": "^22.9.1"
1212
},
1313
"volta": {
1414
"extends": "../../package.json"

apps/demo/server.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)