Skip to content

Commit d2c6553

Browse files
chore(deps): update dependency npm-run-all2 to v7 (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d22aefc commit d2c6553

File tree

13 files changed

+36
-36
lines changed

13 files changed

+36
-36
lines changed

examples/allow-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.17.0",
2424
"eslint-plugin-vue": "^9.32.0",
25-
"npm-run-all2": "^6.2.6",
25+
"npm-run-all2": "^7.0.1",
2626
"typescript": "~5.6.3",
2727
"vite": "^5.4.11",
2828
"vue-tsc": "^2.1.10"

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.17.0",
2424
"eslint-plugin-vue": "^9.32.0",
25-
"npm-run-all2": "^6.2.6",
25+
"npm-run-all2": "^7.0.1",
2626
"typescript": "~5.6.3",
2727
"vite": "^5.4.11",
2828
"vue-tsc": "^2.1.10"

examples/type-checked/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-cypress": "^3.6.0",
3737
"eslint-plugin-vue": "^9.32.0",
3838
"jsdom": "^25.0.1",
39-
"npm-run-all2": "^6.2.6",
39+
"npm-run-all2": "^7.0.1",
4040
"prettier": "^3.4.2",
4141
"start-server-and-test": "^2.0.9",
4242
"typescript": "~5.6.3",

examples/with-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint": "^9.17.0",
2929
"eslint-plugin-cypress": "^3.6.0",
3030
"eslint-plugin-vue": "^9.32.0",
31-
"npm-run-all2": "^6.2.6",
31+
"npm-run-all2": "^7.0.1",
3232
"start-server-and-test": "^2.0.9",
3333
"typescript": "~5.6.3",
3434
"vite": "^5.4.11",

examples/with-jsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
26-
"npm-run-all2": "^6.2.6",
26+
"npm-run-all2": "^7.0.1",
2727
"typescript": "~5.6.3",
2828
"vite": "^5.4.11",
2929
"vue-tsc": "^2.1.10"

examples/with-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
26-
"npm-run-all2": "^6.2.6",
26+
"npm-run-all2": "^7.0.1",
2727
"typescript": "~5.6.3",
2828
"vite": "^5.4.11",
2929
"vue-tsc": "^2.1.10"

examples/with-nightwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-vue": "^9.32.0",
3030
"geckodriver": "^5.0.0",
3131
"nightwatch": "^3.9.0",
32-
"npm-run-all2": "^6.2.6",
32+
"npm-run-all2": "^7.0.1",
3333
"ts-node": "^10.9.2",
3434
"typescript": "~5.6.3",
3535
"vite": "^5.4.11",

examples/with-playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint": "^9.17.0",
2626
"eslint-plugin-playwright": "^1.8.3",
2727
"eslint-plugin-vue": "^9.32.0",
28-
"npm-run-all2": "^6.2.6",
28+
"npm-run-all2": "^7.0.1",
2929
"typescript": "~5.6.3",
3030
"vite": "^5.4.11",
3131
"vue-tsc": "^2.1.10"

examples/with-prettier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vue/tsconfig": "^0.7.0",
2525
"eslint": "^9.17.0",
2626
"eslint-plugin-vue": "^9.32.0",
27-
"npm-run-all2": "^6.2.6",
27+
"npm-run-all2": "^7.0.1",
2828
"prettier": "^3.4.2",
2929
"typescript": "~5.6.3",
3030
"vite": "^5.4.11",

examples/with-tsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
26-
"npm-run-all2": "^6.2.6",
26+
"npm-run-all2": "^7.0.1",
2727
"typescript": "~5.6.3",
2828
"vite": "^5.4.11",
2929
"vue-tsc": "^2.1.10"

examples/with-tsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
26-
"npm-run-all2": "^6.2.6",
26+
"npm-run-all2": "^7.0.1",
2727
"typescript": "~5.6.3",
2828
"vite": "^5.4.11",
2929
"vue-tsc": "^2.1.10"

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "^9.17.0",
2828
"eslint-plugin-vue": "^9.32.0",
2929
"jsdom": "^25.0.1",
30-
"npm-run-all2": "^6.2.6",
30+
"npm-run-all2": "^7.0.1",
3131
"typescript": "~5.6.3",
3232
"vite": "^5.4.11",
3333
"vitest": "^1.6.0",

pnpm-lock.yaml

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)