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"

packages/react/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"history-5": "npm:history@4.9.0",
4444
"jest": "^24.7.1",
4545
"jsdom": "^16.2.2",
46-
"npm-run-all": "^4.1.2",
4746
"prettier": "1.19.0",
4847
"react": "^17.0.0",
4948
"react-dom": "^17.0.0",

packages/serverless/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"jest": "^24.7.1",
3939
"nock": "^13.0.4",
4040
"npm-packlist": "^2.1.4",
41-
"npm-run-all": "^4.1.2",
4241
"prettier": "1.19.0",
4342
"read-pkg": "^5.2.0",
4443
"rimraf": "^2.6.3",

packages/tracing/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@types/jsdom": "^16.2.3",
2929
"jest": "^24.7.1",
3030
"jsdom": "^16.2.2",
31-
"npm-run-all": "^4.1.2",
3231
"prettier": "1.19.0",
3332
"rimraf": "^2.6.3",
3433
"rollup": "^1.10.1",

packages/types/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"access": "public"
1717
},
1818
"devDependencies": {
19-
"npm-run-all": "^4.1.2",
2019
"prettier": "1.19.0",
2120
"typescript": "3.7.5"
2221
},

packages/utils/package.json

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

packages/vue/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"devDependencies": {
3131
"jest": "^24.7.1",
3232
"jsdom": "^16.2.2",
33-
"npm-run-all": "^4.1.2",
3433
"prettier": "1.19.0",
3534
"rimraf": "^2.6.3",
3635
"rollup": "^1.10.1",

yarn.lock

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3996,32 +3996,11 @@ after@0.8.2:
39963996
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
39973997
integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=
39983998

3999-
agent-base@4, agent-base@^4.3.0:
4000-
version "4.3.0"
4001-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
4002-
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
4003-
dependencies:
4004-
es6-promisify "^5.0.0"
4005-
4006-
agent-base@5:
3999+
agent-base@4, agent-base@5, agent-base@6, agent-base@^4.3.0, agent-base@^6.0.2, agent-base@~4.2.1:
40074000
version "5.1.1"
40084001
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
40094002
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
40104003

4011-
agent-base@6, agent-base@^6.0.2:
4012-
version "6.0.2"
4013-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
4014-
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
4015-
dependencies:
4016-
debug "4"
4017-
4018-
agent-base@~4.2.1:
4019-
version "4.2.1"
4020-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
4021-
integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==
4022-
dependencies:
4023-
es6-promisify "^5.0.0"
4024-
40254004
agentkeepalive@^3.4.1:
40264005
version "3.5.2"
40274006
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-3.5.2.tgz#a113924dd3fa24a0bc3b78108c450c2abee00f67"
@@ -9246,18 +9225,6 @@ es6-object-assign@^1.1.0:
92469225
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
92479226
integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
92489227

9249-
es6-promise@^4.0.3:
9250-
version "4.2.8"
9251-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
9252-
integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
9253-
9254-
es6-promisify@^5.0.0:
9255-
version "5.0.0"
9256-
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
9257-
integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=
9258-
dependencies:
9259-
es6-promise "^4.0.3"
9260-
92619228
escalade@^3.1.1:
92629229
version "3.1.1"
92639230
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -12612,7 +12579,7 @@ jest-environment-jsdom@^24.9.0:
1261212579
jest-util "^24.9.0"
1261312580
jsdom "^11.5.1"
1261412581

12615-
"jest-environment-node@>=24 <=26", jest-environment-node@^24.9.0:
12582+
jest-environment-node@24, "jest-environment-node@>=24 <=26", jest-environment-node@^24.9.0:
1261612583
version "24.9.0"
1261712584
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-24.9.0.tgz#333d2d2796f9687f2aeebf0742b519f33c1cbfd3"
1261812585
integrity sha512-6d4V2f4nxzIzwendo27Tr0aFm+IXWa0XEUnaH6nU0FMaozxovt+sfRvh4J47wL1OvF83I3SSTu0XK+i4Bqe7uA==

0 commit comments

Comments
 (0)