Skip to content

Commit 0afda09

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
1 parent 74db582 commit 0afda09

File tree

17 files changed

+93
-119
lines changed

17 files changed

+93
-119
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
5757
"@tanstack/angular-query-experimental": "workspace:*",
5858
"eslint-plugin-jsdoc": "^50.5.0",
59-
"npm-run-all": "^4.1.5",
59+
"npm-run-all2": "^5.0.0",
6060
"tsup": "8.0.2",
6161
"typescript": "5.7.2"
6262
},

packages/angular-query-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
7575
"@microsoft/api-extractor": "^7.48.1",
7676
"eslint-plugin-jsdoc": "^50.5.0",
77-
"npm-run-all": "^4.1.5",
77+
"npm-run-all2": "^5.0.0",
7878
"tsup": "8.0.2",
7979
"typescript": "5.7.2"
8080
},

packages/eslint-plugin-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@typescript-eslint/rule-tester": "^8.18.1",
6363
"combinate": "^1.1.11",
6464
"eslint": "^9.15.0",
65-
"npm-run-all": "^4.1.5"
65+
"npm-run-all2": "^5.0.0"
6666
},
6767
"peerDependencies": {
6868
"eslint": "^8.57.0 || ^9.0.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"@tanstack/query-persist-client-core": "workspace:*"
6161
},
6262
"devDependencies": {
63-
"npm-run-all": "^4.1.5"
63+
"npm-run-all2": "^5.0.0"
6464
}
6565
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"broadcast-channel": "^7.0.0"
5959
},
6060
"devDependencies": {
61-
"npm-run-all": "^4.1.5"
61+
"npm-run-all2": "^5.0.0"
6262
}
6363
}

packages/query-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
],
5959
"devDependencies": {
6060
"@testing-library/dom": "^10.4.0",
61-
"npm-run-all": "^4.1.5"
61+
"npm-run-all2": "^5.0.0"
6262
}
6363
}

packages/query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@tanstack/query-core": "workspace:*",
7171
"clsx": "^2.1.1",
7272
"goober": "^2.1.16",
73-
"npm-run-all": "^4.1.5",
73+
"npm-run-all2": "^5.0.0",
7474
"solid-js": "^1.9.3",
7575
"solid-transition-group": "^0.2.3",
7676
"superjson": "^2.2.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"@tanstack/query-core": "workspace:*"
6161
},
6262
"devDependencies": {
63-
"npm-run-all": "^4.1.5"
63+
"npm-run-all2": "^5.0.0"
6464
}
6565
}

packages/query-sync-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/react-query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@testing-library/react": "^16.1.0",
8585
"@types/react": "^19.0.1",
8686
"@vitejs/plugin-react": "^4.3.3",
87-
"npm-run-all": "^4.1.5",
87+
"npm-run-all2": "^5.0.0",
8888
"react": "^19.0.0"
8989
},
9090
"peerDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react": "^19.0.1",
5959
"@vitejs/plugin-react": "^4.3.3",
6060
"next": "^14.2.20",
61-
"npm-run-all": "^4.1.5",
61+
"npm-run-all2": "^5.0.0",
6262
"react": "^19.0.0"
6363
},
6464
"peerDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@testing-library/react": "^16.1.0",
6565
"@types/react": "^19.0.1",
6666
"@vitejs/plugin-react": "^4.3.3",
67-
"npm-run-all": "^4.1.5",
67+
"npm-run-all2": "^5.0.0",
6868
"react": "^19.0.0"
6969
},
7070
"peerDependencies": {

packages/react-query/package.json

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

packages/solid-query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"devDependencies": {
6565
"@tanstack/solid-query": "workspace:*",
66-
"npm-run-all": "^4.1.5",
66+
"npm-run-all2": "^5.0.0",
6767
"solid-js": "^1.9.3",
6868
"tsup-preset-solid": "^2.2.0",
6969
"vite-plugin-solid": "^2.10.2"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"devDependencies": {
6868
"@solidjs/testing-library": "^0.8.10",
6969
"@tanstack/solid-query": "workspace:*",
70-
"npm-run-all": "^4.1.5",
70+
"npm-run-all2": "^5.0.0",
7171
"solid-js": "^1.9.3",
7272
"tsup-preset-solid": "^2.2.0",
7373
"vite-plugin-solid": "^2.10.2"

packages/solid-query/package.json

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

0 commit comments

Comments
 (0)