Skip to content

Commit 899d153

Browse files
authored
build: Extract npm-run-all into main package.json (#4236)
As prep for unifying our package.json, let's move dependencies that every package uses into the root `package.json`. This patch does that for the `npm-run-all` package. There is an argument that we should remove `npm-run-all`, but that can be discussed at a later time.
1 parent cefc919 commit 899d153

File tree

17 files changed

+3
-51
lines changed

17 files changed

+3
-51
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lerna": "3.13.4",
6565
"madge": "4.0.2",
6666
"mocha": "^6.1.4",
67-
"npm-run-all": "^4.1.2",
67+
"npm-run-all": "^4.1.5",
6868
"prettier": "1.19.0",
6969
"replace-in-file": "^4.0.0",
7070
"rimraf": "^2.6.3",

packages/angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@angular/common": "^10.0.3",
3232
"@angular/core": "^10.0.3",
3333
"@angular/router": "^10.0.3",
34-
"npm-run-all": "^4.1.2",
3534
"prettier": "1.19.0",
3635
"rimraf": "^2.6.3",
3736
"typescript": "3.7.5"

packages/browser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"karma-typescript-es6-transform": "^4.0.0",
4343
"karma-webkit-launcher": "^1.0.2",
4444
"node-fetch": "^2.6.0",
45-
"npm-run-all": "^4.1.2",
4645
"playwright": "^1.17.1",
4746
"prettier": "1.19.0",
4847
"rimraf": "^2.6.3",

packages/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"devDependencies": {
2626
"jest": "^24.7.1",
27-
"npm-run-all": "^4.1.2",
2827
"prettier": "1.19.0",
2928
"rimraf": "^2.6.3",
3029
"typescript": "3.7.5"

packages/ember/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"eslint-plugin-ember": "~8.6.0",
7777
"eslint-plugin-node": "^11.1.0",
7878
"loader.js": "~4.7.0",
79-
"npm-run-all": "^4.1.5",
8079
"qunit-dom": "~1.2.0",
8180
"typescript": "3.7.5"
8281
},

packages/gatsby/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@sentry/types": "6.15.0",
3838
"@testing-library/react": "^10.4.9",
3939
"jest": "^24.7.1",
40-
"npm-run-all": "^4.1.2",
4140
"prettier": "1.19.0",
4241
"react": "^17.0.0",
4342
"rimraf": "^2.6.3",

packages/hub/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"devDependencies": {
2424
"jest": "^24.7.1",
25-
"npm-run-all": "^4.1.2",
2625
"prettier": "1.19.0",
2726
"rimraf": "^2.6.3",
2827
"typescript": "3.7.5"

packages/integrations/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"devDependencies": {
2525
"chai": "^4.1.2",
2626
"jest": "^24.7.1",
27-
"npm-run-all": "^4.1.2",
2827
"prettier": "1.19.0",
2928
"rimraf": "^2.6.3",
3029
"rollup": "^1.10.1",

packages/minimal/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"devDependencies": {
2424
"jest": "^24.7.1",
25-
"npm-run-all": "^4.1.2",
2625
"prettier": "1.19.0",
2726
"rimraf": "^2.6.3",
2827
"typescript": "3.7.5"

packages/node/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"express": "^4.17.1",
3636
"jest": "^24.7.1",
3737
"nock": "^13.0.5",
38-
"npm-run-all": "^4.1.2",
3938
"prettier": "1.19.0",
4039
"rimraf": "^2.6.3",
4140
"typescript": "3.7.5"

0 commit comments

Comments
 (0)