Skip to content

Commit 44416bf

Browse files
committed
chore(deps): add tsup dependency and fix build
1 parent c03881a commit 44416bf

File tree

3 files changed

+17
-44
lines changed

3 files changed

+17
-44
lines changed

packages/angular-query-devtools-experimental/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"@angular/platform-browser-dynamic": "^20.0.0",
5959
"@tanstack/angular-query-experimental": "workspace:*",
6060
"eslint-plugin-jsdoc": "^50.5.0",
61-
"npm-run-all2": "^5.0.0"
61+
"npm-run-all2": "^5.0.0",
62+
"tsup": "^8.4.0"
6263
},
6364
"peerDependencies": {
6465
"@angular/common": ">=16.0.0",

packages/angular-query-experimental/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"@angular/platform-browser-dynamic": "^20.0.0",
7878
"@tanstack/query-test-utils": "workspace:*",
7979
"eslint-plugin-jsdoc": "^50.5.0",
80-
"npm-run-all2": "^5.0.0"
80+
"npm-run-all2": "^5.0.0",
81+
"tsup": "^8.4.0"
8182
},
8283
"peerDependencies": {
8384
"@angular/common": ">=16.0.0",

pnpm-lock.yaml

Lines changed: 13 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)