Skip to content

Commit

Permalink
remove unused tslib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv committed Nov 14, 2024
1 parent e7faee1 commit 9d7016c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
1 change: 0 additions & 1 deletion packages/angular-query-devtools-experimental/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"importHelpers": true,
"moduleResolution": "Bundler",
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
Expand Down
3 changes: 1 addition & 2 deletions packages/angular-query-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
],
"dependencies": {
"@tanstack/query-core": "workspace:*",
"@tanstack/query-devtools": "workspace:*",
"tslib": "^2.6.3"
"@tanstack/query-devtools": "workspace:*"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.6.4",
Expand Down
1 change: 0 additions & 1 deletion packages/angular-query-experimental/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"importHelpers": true,
"moduleResolution": "Bundler",
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
Expand Down
29 changes: 13 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d7016c

Please sign in to comment.