Skip to content

Commit b7d76d3

Browse files
chore(deps): update dependency cross-env to v7 (#27054)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 026d49d commit b7d76d3

File tree

103 files changed

+111
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+111
-111
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"babel-jest": "^24.9.0",
3535
"chalk": "^2.4.2",
3636
"chokidar": "^3.4.2",
37-
"cross-env": "^5.2.1",
37+
"cross-env": "^7.0.2",
3838
"danger": "^8.0.0",
3939
"date-fns": "^1.30.1",
4040
"dictionary-en": "^3.0.1",

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/cli": "^7.11.6",
1313
"@babel/core": "^7.11.6",
1414
"babel-preset-gatsby-package": "^0.5.3",
15-
"cross-env": "^5.2.1"
15+
"cross-env": "^7.0.2"
1616
},
1717
"peerDependencies": {
1818
"gatsby": "^2.0.0"

packages/babel-preset-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@babel/cli": "^7.11.6",
4040
"babel-preset-gatsby-package": "^0.5.3",
41-
"cross-env": "^5.2.1",
41+
"cross-env": "^7.0.2",
4242
"slash": "^3.0.0"
4343
},
4444
"engines": {

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/hosted-git-info": "^3.0.0",
5757
"@types/yargs": "^15.0.4",
5858
"babel-preset-gatsby-package": "^0.5.3",
59-
"cross-env": "^5.2.1",
59+
"cross-env": "^7.0.2",
6060
"rimraf": "^3.0.2",
6161
"typescript": "^3.9.5"
6262
},

packages/gatsby-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "^7.11.6",
3131
"@babel/core": "^7.11.6",
3232
"babel-preset-gatsby-package": "^0.5.3",
33-
"cross-env": "^5.2.1",
33+
"cross-env": "^7.0.2",
3434
"jscodeshift": "^0.11.0"
3535
},
3636
"engines": {

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/core": "^7.11.6",
4343
"@types/ci-info": "2.0.0",
4444
"babel-preset-gatsby-package": "^0.5.3",
45-
"cross-env": "^5.2.1",
45+
"cross-env": "^7.0.2",
4646
"typescript": "^3.9.5"
4747
},
4848
"engines": {

packages/gatsby-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.11.6",
2222
"@babel/core": "^7.11.6",
2323
"babel-preset-gatsby-package": "^0.5.3",
24-
"cross-env": "^5.2.1"
24+
"cross-env": "^7.0.2"
2525
},
2626
"keywords": [
2727
"gatsby",

packages/gatsby-design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"agadoo": "^1.1.0",
33-
"cross-env": "^5.2.1",
33+
"cross-env": "^7.0.2",
3434
"microbundle": "^0.12.2",
3535
"preval.macro": "^3.0.0"
3636
},

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/cli": "^7.11.6",
2929
"@babel/core": "^7.11.6",
3030
"babel-preset-gatsby-package": "^0.5.3",
31-
"cross-env": "^5.2.1"
31+
"cross-env": "^7.0.2"
3232
},
3333
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",
3434
"keywords": [

packages/gatsby-graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel-loader": "^8.1.0",
4141
"babel-preset-gatsby-package": "^0.5.3",
4242
"core-js": "^3.6.5",
43-
"cross-env": "^5.2.1",
43+
"cross-env": "^7.0.2",
4444
"css-loader": "^1.0.1",
4545
"graphiql": "^0.17.5",
4646
"graphiql-code-exporter": "^2.0.8",

packages/gatsby-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.11.6",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.5.3",
19-
"cross-env": "^5.2.1"
19+
"cross-env": "^7.0.2"
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",
2222
"keywords": [

packages/gatsby-legacy-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"codegen.macro": "^4.0.0",
3535
"core-js": "^3.6.5",
3636
"cpy-cli": "^3.1.1",
37-
"cross-env": "^5.2.1",
37+
"cross-env": "^7.0.2",
3838
"execa": "^4.0.2",
3939
"fs-extra": "^9.0.1",
4040
"microbundle": "^0.12.0",

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.11.6",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.5.3",
19-
"cross-env": "^5.2.1"
19+
"cross-env": "^7.0.2"
2020
},
2121
"peerDependencies": {
2222
"@reach/router": "^1.3.3",

packages/gatsby-page-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.11.6",
3535
"@types/micromatch": "^4.0.1",
3636
"babel-preset-gatsby-package": "^0.5.3",
37-
"cross-env": "^5.2.1"
37+
"cross-env": "^7.0.2"
3838
},
3939
"files": [
4040
"dist/"

packages/gatsby-plugin-canonical-urls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
1515
"babel-preset-gatsby-package": "^0.5.3",
16-
"cross-env": "^5.2.1"
16+
"cross-env": "^7.0.2"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme",
1919
"keywords": [

packages/gatsby-plugin-catch-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/cli": "^7.11.6",
1515
"@babel/core": "^7.11.6",
1616
"babel-preset-gatsby-package": "^0.5.3",
17-
"cross-env": "^5.2.1"
17+
"cross-env": "^7.0.2"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme",
2020
"keywords": [

packages/gatsby-plugin-coffeescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/cli": "^7.11.6",
2020
"@babel/core": "^7.11.6",
2121
"babel-preset-gatsby-package": "^0.5.3",
22-
"cross-env": "^5.2.1"
22+
"cross-env": "^7.0.2"
2323
},
2424
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",
2525
"keywords": [

packages/gatsby-plugin-create-client-paths/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
1515
"babel-preset-gatsby-package": "^0.5.3",
16-
"cross-env": "^5.2.1"
16+
"cross-env": "^7.0.2"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme",
1919
"keywords": [

packages/gatsby-plugin-cxs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
1515
"babel-preset-gatsby-package": "^0.5.3",
16-
"cross-env": "^5.2.1",
16+
"cross-env": "^7.0.2",
1717
"cxs": "^6.2.0"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",

packages/gatsby-plugin-emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/cli": "^7.11.6",
1515
"@babel/core": "^7.10.3",
1616
"babel-preset-gatsby-package": "^0.5.3",
17-
"cross-env": "^5.2.1"
17+
"cross-env": "^7.0.2"
1818
},
1919
"peerDependencies": {
2020
"@babel/core": "^7.11.6",

packages/gatsby-plugin-facebook-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
1515
"babel-preset-gatsby-package": "^0.5.3",
16-
"cross-env": "^5.2.1"
16+
"cross-env": "^7.0.2"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme",
1919
"keywords": [

packages/gatsby-plugin-feed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/cli": "^7.11.6",
1818
"@babel/core": "^7.11.6",
1919
"babel-preset-gatsby-package": "^0.5.3",
20-
"cross-env": "^5.2.1"
20+
"cross-env": "^7.0.2"
2121
},
2222
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme",
2323
"keywords": [

packages/gatsby-plugin-flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/cli": "^7.11.6",
3232
"@babel/core": "^7.11.6",
3333
"babel-preset-gatsby-package": "^0.5.3",
34-
"cross-env": "^5.2.1"
34+
"cross-env": "^7.0.2"
3535
},
3636
"engines": {
3737
"node": ">=10.13.0"

packages/gatsby-plugin-fullstory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "^7.11.6",
3131
"@babel/core": "^7.11.6",
3232
"babel-preset-gatsby-package": "^0.5.3",
33-
"cross-env": "^5.2.1"
33+
"cross-env": "^7.0.2"
3434
},
3535
"peerDependencies": {
3636
"gatsby": "^2.0.0"

packages/gatsby-plugin-glamor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
1515
"babel-preset-gatsby-package": "^0.5.3",
16-
"cross-env": "^5.2.1"
16+
"cross-env": "^7.0.2"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme",
1919
"keywords": [

packages/gatsby-plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.11.6",
1616
"@testing-library/react": "^9.5.0",
1717
"babel-preset-gatsby-package": "^0.5.3",
18-
"cross-env": "^5.2.1"
18+
"cross-env": "^7.0.2"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme",
2121
"keywords": [

packages/gatsby-plugin-google-gtag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/cli": "^7.11.6",
1515
"@babel/core": "^7.11.6",
1616
"babel-preset-gatsby-package": "^0.5.3",
17-
"cross-env": "^5.2.1"
17+
"cross-env": "^7.0.2"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme",
2020
"keywords": [

packages/gatsby-plugin-google-tagmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
1515
"babel-preset-gatsby-package": "^0.5.3",
16-
"cross-env": "^5.2.1"
16+
"cross-env": "^7.0.2"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
1919
"keywords": [

packages/gatsby-plugin-graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
1515
"babel-preset-gatsby-package": "^0.5.2",
16-
"cross-env": "^5.2.1"
16+
"cross-env": "^7.0.2"
1717
},
1818
"peerDependencies": {
1919
"gatsby": "^2.0.0"

packages/gatsby-plugin-guess-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/cli": "^7.11.6",
3636
"@babel/core": "^7.11.6",
3737
"babel-preset-gatsby-package": "^0.5.3",
38-
"cross-env": "^5.2.1"
38+
"cross-env": "^7.0.2"
3939
},
4040
"peerDependencies": {
4141
"gatsby": "^2.0.0"

packages/gatsby-plugin-jss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
1515
"babel-preset-gatsby-package": "^0.5.3",
16-
"cross-env": "^5.2.1"
16+
"cross-env": "^7.0.2"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss#readme",
1919
"keywords": [

packages/gatsby-plugin-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "^7.11.6",
3131
"@babel/core": "^7.11.6",
3232
"babel-preset-gatsby-package": "^0.5.3",
33-
"cross-env": "^5.2.1"
33+
"cross-env": "^7.0.2"
3434
},
3535
"engines": {
3636
"node": ">=10.13.0"

packages/gatsby-plugin-less/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/cli": "^7.11.6",
1515
"@babel/core": "^7.11.6",
1616
"babel-preset-gatsby-package": "^0.5.3",
17-
"cross-env": "^5.2.1"
17+
"cross-env": "^7.0.2"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less#readme",
2020
"keywords": [

packages/gatsby-plugin-lodash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.11.6",
1616
"@babel/core": "^7.11.6",
1717
"babel-preset-gatsby-package": "^0.5.3",
18-
"cross-env": "^5.2.1"
18+
"cross-env": "^7.0.2"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash#readme",
2121
"keywords": [

packages/gatsby-plugin-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/cli": "^7.11.6",
1717
"@babel/core": "^7.11.6",
1818
"babel-preset-gatsby-package": "^0.5.3",
19-
"cross-env": "^5.2.1"
19+
"cross-env": "^7.0.2"
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme",
2222
"keywords": [

packages/gatsby-plugin-netlify-cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.11.6",
2222
"@babel/core": "^7.11.6",
2323
"babel-preset-gatsby-package": "^0.5.3",
24-
"cross-env": "^5.2.1",
24+
"cross-env": "^7.0.2",
2525
"react": "^16.12.0",
2626
"react-dom": "^16.12.0"
2727
},

packages/gatsby-plugin-netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/cli": "^7.11.6",
2424
"@babel/core": "^7.11.6",
2525
"babel-preset-gatsby-package": "^0.5.3",
26-
"cross-env": "^5.2.1"
26+
"cross-env": "^7.0.2"
2727
},
2828
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme",
2929
"keywords": [

packages/gatsby-plugin-nprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/cli": "^7.11.6",
1515
"@babel/core": "^7.11.6",
1616
"babel-preset-gatsby-package": "^0.5.3",
17-
"cross-env": "^5.2.1"
17+
"cross-env": "^7.0.2"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress#readme",
2020
"keywords": [

packages/gatsby-plugin-offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/core": "^7.11.6",
2121
"babel-preset-gatsby-package": "^0.5.3",
2222
"cpx": "^1.5.0",
23-
"cross-env": "^5.2.1",
23+
"cross-env": "^7.0.2",
2424
"rewire": "^4.0.1"
2525
},
2626
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",

packages/gatsby-plugin-page-creator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/cli": "^7.11.6",
3838
"@babel/core": "^7.11.6",
3939
"babel-preset-gatsby-package": "^0.5.3",
40-
"cross-env": "^5.2.1"
40+
"cross-env": "^7.0.2"
4141
},
4242
"peerDependencies": {
4343
"gatsby": "^2.0.0"

packages/gatsby-plugin-postcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/cli": "^7.11.6",
1515
"@babel/core": "^7.11.6",
1616
"babel-preset-gatsby-package": "^0.5.3",
17-
"cross-env": "^5.2.1"
17+
"cross-env": "^7.0.2"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss#readme",
2020
"keywords": [

packages/gatsby-plugin-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.11.6",
1616
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.1",
1717
"babel-preset-gatsby-package": "^0.5.3",
18-
"cross-env": "^5.2.1"
18+
"cross-env": "^7.0.2"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme",
2121
"keywords": [

packages/gatsby-plugin-preload-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/cli": "^7.11.6",
2424
"@babel/core": "^7.11.6",
2525
"babel-preset-gatsby-package": "^0.5.3",
26-
"cross-env": "^5.2.1"
26+
"cross-env": "^7.0.2"
2727
},
2828
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preload-fonts#readme",
2929
"keywords": [

packages/gatsby-plugin-react-css-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/cli": "^7.11.6",
1515
"@babel/core": "^7.11.6",
1616
"babel-preset-gatsby-package": "^0.5.3",
17-
"cross-env": "^5.2.1"
17+
"cross-env": "^7.0.2"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules#readme",
2020
"keywords": [

0 commit comments

Comments
 (0)