Skip to content

Commit 252d867

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update minor updates in packages except react, babel and eslint (#17254)
1 parent 05a5b8b commit 252d867

File tree

102 files changed

+155
-131
lines changed

Some content is hidden

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

102 files changed

+155
-131
lines changed

Diff for: packages/babel-plugin-remove-graphql-queries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/cli": "^7.5.5",
1313
"@babel/core": "^7.5.5",
1414
"babel-preset-gatsby-package": "^0.2.3",
15-
"cross-env": "^5.2.0"
15+
"cross-env": "^5.2.1"
1616
},
1717
"license": "MIT",
1818
"main": "index.js",

Diff for: packages/babel-preset-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/cli": "^7.5.5",
3535
"babel-preset-gatsby-package": "^0.2.3",
36-
"cross-env": "^5.2.0"
36+
"cross-env": "^5.2.1"
3737
},
3838
"engines": {
3939
"node": ">=8.0.0"

Diff for: packages/gatsby-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/cli": "^7.5.5",
5353
"@babel/core": "^7.5.5",
5454
"babel-preset-gatsby-package": "^0.2.3",
55-
"cross-env": "^5.2.0"
55+
"cross-env": "^5.2.1"
5656
},
5757
"optionalDependencies": {
5858
"ink": "^2.3.0",

Diff for: packages/gatsby-codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "^7.5.5",
3131
"@babel/core": "^7.5.5",
3232
"babel-preset-gatsby-package": "^0.2.3",
33-
"cross-env": "^5.2.0",
33+
"cross-env": "^5.2.1",
3434
"jscodeshift": "^0.6.4"
3535
},
3636
"engines": {

Diff for: packages/gatsby-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"@babel/cli": "^7.5.5",
3333
"@babel/core": "^7.5.5",
3434
"babel-preset-gatsby-package": "^0.2.3",
35-
"cross-env": "^5.2.0"
35+
"cross-env": "^5.2.1"
3636
}
3737
}

Diff for: packages/gatsby-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.5.5",
2222
"@babel/core": "^7.5.5",
2323
"babel-preset-gatsby-package": "^0.2.3",
24-
"cross-env": "^5.2.0"
24+
"cross-env": "^5.2.1"
2525
},
2626
"keywords": [
2727
"gatsby",

Diff for: packages/gatsby-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/cli": "^7.5.5",
2121
"@babel/core": "^7.5.5",
2222
"babel-preset-gatsby-package": "^0.2.3",
23-
"cross-env": "^5.2.0"
23+
"cross-env": "^5.2.1"
2424
},
2525
"engines": {
2626
"node": ">=8.0.0"

Diff for: packages/gatsby-dev-cli/package.json

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

Diff for: packages/gatsby-graphiql-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/preset-react": "^7.0.0",
4040
"babel-loader": "^8.0.6",
4141
"babel-preset-gatsby-package": "^0.2.3",
42-
"cross-env": "^5.2.0",
42+
"cross-env": "^5.2.1",
4343
"css-loader": "^1.0.1",
4444
"graphiql": "^0.14.2",
4545
"graphiql-explorer": "^0.4.3",

Diff for: packages/gatsby-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.5.5",
1717
"@testing-library/react": "^9.1.3",
1818
"babel-preset-gatsby-package": "^0.2.3",
19-
"cross-env": "^5.2.0"
19+
"cross-env": "^5.2.1"
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",
2222
"keywords": [

Diff for: packages/gatsby-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.5.5",
1717
"@testing-library/react": "^9.1.3",
1818
"babel-preset-gatsby-package": "^0.2.3",
19-
"cross-env": "^5.2.0"
19+
"cross-env": "^5.2.1"
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link#readme",
2222
"keywords": [

Diff for: packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/cli": "^7.5.5",
3434
"@babel/core": "^7.5.5",
3535
"babel-preset-gatsby-package": "^0.2.3",
36-
"cross-env": "^5.2.0"
36+
"cross-env": "^5.2.1"
3737
},
3838
"peerDependencies": {
3939
"gatsby": "^2.0.0"

Diff for: packages/gatsby-plugin-canonical-urls/package.json

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

Diff for: packages/gatsby-plugin-catch-links/package.json

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

Diff for: packages/gatsby-plugin-coffeescript/package.json

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

Diff for: packages/gatsby-plugin-create-client-paths/package.json

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

Diff for: packages/gatsby-plugin-cxs/package.json

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

Diff for: packages/gatsby-plugin-emotion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.5.5",
11-
"@emotion/babel-preset-css-prop": "^10.0.14"
11+
"@emotion/babel-preset-css-prop": "^10.0.17"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.5.5",
1515
"@babel/core": "^7.5.5",
1616
"babel-preset-gatsby-package": "^0.2.3",
17-
"cross-env": "^5.2.0"
17+
"cross-env": "^5.2.1"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion#readme",
2020
"keywords": [

Diff for: packages/gatsby-plugin-facebook-analytics/package.json

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

Diff for: packages/gatsby-plugin-feed/package.json

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

Diff for: packages/gatsby-plugin-flow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/cli": "^7.5.5",
3232
"@babel/core": "^7.5.5",
3333
"babel-preset-gatsby-package": "^0.2.3",
34-
"cross-env": "^5.2.0"
34+
"cross-env": "^5.2.1"
3535
},
3636
"engines": {
3737
"node": ">=8.0.0"

Diff for: packages/gatsby-plugin-fullstory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "^7.5.5",
3131
"@babel/core": "^7.5.5",
3232
"babel-preset-gatsby-package": "^0.2.3",
33-
"cross-env": "^5.2.0"
33+
"cross-env": "^5.2.1"
3434
},
3535
"peerDependencies": {
3636
"gatsby": "^2.0.0"

Diff for: packages/gatsby-plugin-glamor/package.json

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

Diff for: packages/gatsby-plugin-google-analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/core": "^7.5.5",
1515
"@testing-library/react": "^9.1.3",
1616
"babel-preset-gatsby-package": "^0.2.3",
17-
"cross-env": "^5.2.0"
17+
"cross-env": "^5.2.1"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme",
2020
"keywords": [

Diff for: packages/gatsby-plugin-google-gtag/package.json

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

Diff for: packages/gatsby-plugin-google-tagmanager/package.json

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

Diff for: packages/gatsby-plugin-guess-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/cli": "^7.5.5",
3636
"@babel/core": "^7.5.5",
3737
"babel-preset-gatsby-package": "^0.2.3",
38-
"cross-env": "^5.2.0"
38+
"cross-env": "^5.2.1"
3939
},
4040
"peerDependencies": {
4141
"gatsby": "^2.0.0"

Diff for: packages/gatsby-plugin-jss/package.json

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

Diff for: packages/gatsby-plugin-layout/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "^7.5.5",
3131
"@babel/core": "^7.5.5",
3232
"babel-preset-gatsby-package": "^0.2.3",
33-
"cross-env": "^5.2.0"
33+
"cross-env": "^5.2.1"
3434
},
3535
"engines": {
3636
"node": ">=8.0.0"

Diff for: packages/gatsby-plugin-less/package.json

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

Diff for: packages/gatsby-plugin-lodash/package.json

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

Diff for: packages/gatsby-plugin-manifest/package.json

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

Diff for: packages/gatsby-plugin-netlify-cms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/cli": "^7.5.5",
2020
"@babel/core": "^7.5.5",
2121
"babel-preset-gatsby-package": "^0.2.3",
22-
"cross-env": "^5.2.0",
22+
"cross-env": "^5.2.1",
2323
"react": "^16.9.0",
2424
"react-dom": "^16.9.0"
2525
},

Diff for: packages/gatsby-plugin-netlify/package.json

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

Diff for: packages/gatsby-plugin-nprogress/package.json

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

Diff for: packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/core": "^7.5.5",
2020
"babel-preset-gatsby-package": "^0.2.3",
2121
"cpx": "^1.5.0",
22-
"cross-env": "^5.2.0"
22+
"cross-env": "^5.2.1"
2323
},
2424
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
2525
"keywords": [

Diff for: packages/gatsby-plugin-page-creator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/cli": "^7.5.5",
3737
"@babel/core": "^7.5.5",
3838
"babel-preset-gatsby-package": "^0.2.3",
39-
"cross-env": "^5.2.0"
39+
"cross-env": "^5.2.1"
4040
},
4141
"peerDependencies": {
4242
"gatsby": "^2.0.0"

Diff for: packages/gatsby-plugin-postcss/package.json

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

Diff for: packages/gatsby-plugin-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.5.5",
1414
"@babel/core": "^7.5.5",
1515
"babel-preset-gatsby-package": "^0.2.3",
16-
"cross-env": "^5.2.0"
16+
"cross-env": "^5.2.1"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme",
1919
"keywords": [

Diff for: packages/gatsby-plugin-preload-fonts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/cli": "^7.5.5",
2323
"@babel/core": "^7.5.5",
2424
"babel-preset-gatsby-package": "0.2.3",
25-
"cross-env": "^5.2.0"
25+
"cross-env": "^5.2.1"
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preload-fonts#readme",
2828
"keywords": [

Diff for: packages/gatsby-plugin-react-css-modules/package.json

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

Diff for: packages/gatsby-plugin-react-helmet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.5.5",
1414
"@babel/core": "^7.5.5",
1515
"babel-preset-gatsby-package": "^0.2.3",
16-
"cross-env": "^5.2.0"
16+
"cross-env": "^5.2.1"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme",
1919
"keywords": [

Diff for: packages/gatsby-plugin-remove-trailing-slashes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.5.5",
1414
"@babel/core": "^7.5.5",
1515
"babel-preset-gatsby-package": "^0.2.3",
16-
"cross-env": "^5.2.0"
16+
"cross-env": "^5.2.1"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes#readme",
1919
"keywords": [

0 commit comments

Comments
 (0)