Skip to content

Commit

Permalink
feat!: bump tanstack angular query to 5.61.0
Browse files Browse the repository at this point in the history
chore(deps): add support of angular 19.0.0

Release-As: 0.4.0
  • Loading branch information
k3nsei authored Nov 20, 2024
1 parent cfc8ae4 commit a73f6df
Show file tree
Hide file tree
Showing 19 changed files with 2,095 additions and 3,225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Run E2E tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.2-noble
image: mcr.microsoft.com/playwright:v1.49.0-noble
timeout-minutes: 10
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"server": "apps/demo/src/main.server.ts",
"prerender": true,
"ssr": {
"entry": "apps/demo/server.ts"
"entry": "apps/demo/src/server.ts"
}
},
"configurations": {
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.48.2",
"@types/node": "^22.9.0"
"@playwright/test": "1.49.0",
"@types/node": "^22.9.1"
},
"volta": {
"extends": "../../package.json"
Expand Down
62 changes: 0 additions & 62 deletions apps/demo/server.ts

This file was deleted.

Loading

0 comments on commit a73f6df

Please sign in to comment.