Skip to content

Commit

Permalink
fix: Add missing angular dep so the typecheck works
Browse files Browse the repository at this point in the history
  • Loading branch information
max-scopp committed Nov 1, 2024
1 parent 0ab37f8 commit ccc6fc8
Show file tree
Hide file tree
Showing 3 changed files with 12,292 additions and 14,143 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
**/.vitepress/cache
**/.vitepress/dist
**/test/e2e
**/test/generated
**/__snapshots__

**/CHANGELOG.md
Expand Down
1 change: 1 addition & 0 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"@angular/router": "17.3.9",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.59.16",
"@tanstack/react-query": "5.59.16",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.59.16",
Expand Down
Loading

0 comments on commit ccc6fc8

Please sign in to comment.