Skip to content

Commit 0b800fa

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

File tree

6 files changed

+94
-180
lines changed

6 files changed

+94
-180
lines changed

components/commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"jest-image-snapshot": "^6.2.0",
9898
"jsdom": "^22.0.0",
9999
"mousetrap": "~1.6.5",
100-
"npm-run-all": "^4.1.5",
100+
"npm-run-all2": "^5.0.0",
101101
"react": "^16.14.0",
102102
"react-dom": "^16.14.0",
103103
"rimraf": "~5.0.0",

components/freedom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-plugin-storybook": "^0.6.13",
104104
"is-ci": "^3.0.1",
105105
"jest-image-snapshot": "^6.2.0",
106-
"npm-run-all": "^4.1.5",
106+
"npm-run-all2": "^5.0.0",
107107
"nyc": "^15.1.0",
108108
"postcss": "^8.4.23",
109109
"react": "^16.14.0",

libraries/react-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"jest-watch-suspend": "^1.1.2",
119119
"jest-watch-toggle-config-2": "^2.1.0",
120120
"jest-watch-typeahead": "^2.2.2",
121-
"npm-run-all": "^4.1.5",
121+
"npm-run-all2": "^5.0.0",
122122
"react": "^18.0.0",
123123
"react-dom": "^18.0.0",
124124
"repobuddy": "^1.0.1",

libraries/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"is-ci": "^3.0.1",
134134
"jest-image-snapshot": "^6.2.0",
135135
"jsdom": "^22.0.0",
136-
"npm-run-all": "^4.1.5",
136+
"npm-run-all2": "^5.0.0",
137137
"postcss": "^8.4.23",
138138
"postcss-loader": "^7.2.4",
139139
"react": "^16.14.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-harmony": "^7.1.1",
3838
"eslint-plugin-yml": "^1.2.0",
3939
"husky": "^8.0.2",
40-
"npm-run-all": "^4.1.5",
40+
"npm-run-all2": "^5.0.0",
4141
"pinst": "^3.0.0",
4242
"plop": "^3.1.1",
4343
"rimraf": "~5.0.0",

0 commit comments

Comments
 (0)