Skip to content

Commit 499e642

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
1 parent 3ae06e5 commit 499e642

File tree

17 files changed

+457
-1763
lines changed

17 files changed

+457
-1763
lines changed

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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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": {

packages/react-query-next-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/react": "^19.0.1",
6060
"@vitejs/plugin-react": "^4.3.4",
6161
"next": "^14.2.20",
62-
"npm-run-all": "^4.1.5",
62+
"npm-run-all2": "^5.0.0",
6363
"react": "^19.0.0"
6464
},
6565
"peerDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@testing-library/react": "^16.1.0",
6666
"@types/react": "^19.0.1",
6767
"@vitejs/plugin-react": "^4.3.4",
68-
"npm-run-all": "^4.1.5",
68+
"npm-run-all2": "^5.0.0",
6969
"react": "^19.0.0"
7070
},
7171
"peerDependencies": {

packages/react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/react-dom": "^19.0.2",
7575
"@vitejs/plugin-react": "^4.3.4",
7676
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
77-
"npm-run-all": "^4.1.5",
77+
"npm-run-all2": "^5.0.0",
7878
"react": "^19.0.0",
7979
"react-dom": "^19.0.0",
8080
"react-error-boundary": "^4.1.2"

packages/solid-query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@tanstack/solid-query": "workspace:*",
67-
"npm-run-all": "^4.1.5",
67+
"npm-run-all2": "^5.0.0",
6868
"solid-js": "^1.9.5",
6969
"tsup-preset-solid": "^2.2.0",
7070
"vite-plugin-solid": "^2.11.6"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@solidjs/testing-library": "^0.8.10",
7070
"@tanstack/solid-query": "workspace:*",
71-
"npm-run-all": "^4.1.5",
71+
"npm-run-all2": "^5.0.0",
7272
"solid-js": "^1.9.5",
7373
"tsup-preset-solid": "^2.2.0",
7474
"vite-plugin-solid": "^2.11.6"

packages/solid-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"devDependencies": {
7171
"@solidjs/testing-library": "^0.8.10",
72-
"npm-run-all": "^4.1.5",
72+
"npm-run-all2": "^5.0.0",
7373
"solid-js": "^1.9.5",
7474
"tsup-preset-solid": "^2.2.0",
7575
"vite-plugin-solid": "^2.11.6"

0 commit comments

Comments
 (0)