Skip to content

Commit 8b1eff1

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#8602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ae06e5 commit 8b1eff1

File tree

17 files changed

+457
-1763
lines changed

17 files changed

+457
-1763
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@angular/platform-browser-dynamic": "^19.2.4",
5858
"@tanstack/angular-query-experimental": "workspace:*",
5959
"eslint-plugin-jsdoc": "^50.5.0",
60-
"npm-run-all": "^4.1.5"
60+
"npm-run-all2": "^5.0.0"
6161
},
6262
"peerDependencies": {
6363
"@angular/common": ">=16.0.0",

packages/angular-query-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@angular/platform-browser": "^19.2.4",
7575
"@angular/platform-browser-dynamic": "^19.2.4",
7676
"eslint-plugin-jsdoc": "^50.5.0",
77-
"npm-run-all": "^4.1.5"
77+
"npm-run-all2": "^5.0.0"
7878
},
7979
"peerDependencies": {
8080
"@angular/common": ">=16.0.0",

packages/eslint-plugin-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@typescript-eslint/rule-tester": "^8.18.1",
6464
"combinate": "^1.1.11",
6565
"eslint": "^9.15.0",
66-
"npm-run-all": "^4.1.5"
66+
"npm-run-all2": "^5.0.0"
6767
},
6868
"peerDependencies": {
6969
"eslint": "^8.57.0 || ^9.0.0"

packages/query-async-storage-persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"@tanstack/query-persist-client-core": "workspace:*"
6262
},
6363
"devDependencies": {
64-
"npm-run-all": "^4.1.5"
64+
"npm-run-all2": "^5.0.0"
6565
}
6666
}

packages/query-broadcast-client-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"broadcast-channel": "^7.0.0"
6060
},
6161
"devDependencies": {
62-
"npm-run-all": "^4.1.5"
62+
"npm-run-all2": "^5.0.0"
6363
}
6464
}

packages/query-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
],
6060
"devDependencies": {
6161
"@testing-library/dom": "^10.4.0",
62-
"npm-run-all": "^4.1.5"
62+
"npm-run-all2": "^5.0.0"
6363
}
6464
}

packages/query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@tanstack/query-core": "workspace:*",
7272
"clsx": "^2.1.1",
7373
"goober": "^2.1.16",
74-
"npm-run-all": "^4.1.5",
74+
"npm-run-all2": "^5.0.0",
7575
"solid-js": "^1.9.5",
7676
"solid-transition-group": "^0.2.3",
7777
"superjson": "^2.2.1",

packages/query-persist-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"@tanstack/query-core": "workspace:*"
6262
},
6363
"devDependencies": {
64-
"npm-run-all": "^4.1.5"
64+
"npm-run-all2": "^5.0.0"
6565
}
6666
}

packages/query-sync-storage-persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@tanstack/query-persist-client-core": "workspace:*"
6363
},
6464
"devDependencies": {
65-
"npm-run-all": "^4.1.5"
65+
"npm-run-all2": "^5.0.0"
6666
}
6767
}

packages/react-query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@testing-library/react": "^16.1.0",
8686
"@types/react": "^19.0.1",
8787
"@vitejs/plugin-react": "^4.3.4",
88-
"npm-run-all": "^4.1.5",
88+
"npm-run-all2": "^5.0.0",
8989
"react": "^19.0.0"
9090
},
9191
"peerDependencies": {

0 commit comments

Comments
 (0)