Skip to content

Commit 7067bce

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
1 parent 44bf5ff commit 7067bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"esbuild-node-externals": "^1.7.0",
9595
"jest-remirror": "^2.1.5",
9696
"jsdom": "^21.1.2",
97-
"npm-run-all": "^4.1.5",
97+
"npm-run-all2": "^5.0.0",
9898
"prettier": "^2.8.8",
9999
"react": "^18.2.0",
100100
"react-dom": "^18.2.0",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jest-remirror": "^2.1.5",
2727
"jsdom": "^21.1.2",
2828
"lodash-es": "^4.17.21",
29-
"npm-run-all": "^4.1.5",
29+
"npm-run-all2": "^5.0.0",
3030
"playwright-chromium": "^1.34.3",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)