Skip to content

Commit b692879

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update minor updates in packages (#18875)
1 parent 6e6fcce commit b692879

File tree

58 files changed

+7469
-9836
lines changed

Some content is hidden

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

58 files changed

+7469
-9836
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"babel-eslint": "^10.0.3",
88
"babel-jest": "^24.9.0",
99
"chalk": "^2.4.2",
10-
"chokidar": "^3.2.1",
10+
"chokidar": "^3.2.2",
1111
"cross-env": "^5.2.1",
1212
"danger": "^8.0.0",
1313
"date-fns": "^1.30.1",
@@ -20,9 +20,9 @@
2020
"eslint-plugin-jsx-a11y": "^6.2.3",
2121
"eslint-plugin-prettier": "^3.1.1",
2222
"eslint-plugin-react": "^7.16.0",
23-
"flow-bin": "^0.109.0",
23+
"flow-bin": "^0.110.1",
2424
"fs-extra": "^8.1.0",
25-
"glob": "^7.1.4",
25+
"glob": "^7.1.5",
2626
"husky": "3.0.9",
2727
"ignore": "^5.1.4",
2828
"jest": "^24.9.0",
@@ -32,7 +32,7 @@
3232
"jest-serializer-path": "^0.1.15",
3333
"joi": "^14.3.1",
3434
"js-yaml": "^3.13.1",
35-
"lerna": "^3.17.0",
35+
"lerna": "^3.18.3",
3636
"lint-staged": "^8.2.1",
3737
"markdown-magic": "^0.2.1",
3838
"npm-run-all": "4.1.5",

packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/runtime": "^7.6.3",
1515
"@hapi/joi": "^15.1.1",
1616
"better-opn": "^0.1.4",
17-
"bluebird": "^3.7.0",
17+
"bluebird": "^3.7.1",
1818
"chalk": "^2.4.2",
1919
"ci-info": "^2.0.0",
2020
"clipboardy": "^2.1.0",
@@ -37,7 +37,7 @@
3737
"pretty-error": "^2.1.1",
3838
"progress": "^2.0.3",
3939
"prompts": "^2.2.1",
40-
"react": "^16.10.2",
40+
"react": "^16.11.0",
4141
"redux": "^4.0.4",
4242
"resolve-cwd": "^2.0.0",
4343
"semver": "^6.3.0",

packages/gatsby-dev-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@babel/runtime": "^7.6.3",
14-
"chokidar": "^3.2.1",
14+
"chokidar": "^3.2.2",
1515
"configstore": "^5.0.0",
1616
"del": "^5.1.0",
1717
"execa": "^2.1.0",
@@ -21,7 +21,7 @@
2121
"lodash": "^4.17.15",
2222
"request": "2.88.0",
2323
"signal-exit": "^3.0.2",
24-
"verdaccio": "^4.3.3",
24+
"verdaccio": "^4.3.4",
2525
"yargs": "^8.0.2"
2626
},
2727
"devDependencies": {

packages/gatsby-graphiql-explorer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"babel-preset-gatsby-package": "^0.2.9",
4242
"cross-env": "^5.2.1",
4343
"css-loader": "^1.0.1",
44-
"graphiql": "^0.15.1",
44+
"graphiql": "^0.16.0",
4545
"graphiql-code-exporter": "^2.0.5",
4646
"graphiql-explorer": "^0.4.5",
4747
"html-webpack-plugin": "^3.2.0",
4848
"npm-run-all": "4.1.5",
49-
"react": "^16.10.2",
50-
"react-dom": "^16.10.2",
49+
"react": "^16.11.0",
50+
"react-dom": "^16.11.0",
5151
"style-loader": "^0.23.1",
52-
"webpack": "^4.41.1",
52+
"webpack": "^4.41.2",
5353
"webpack-cli": "^3.3.9",
5454
"whatwg-fetch": "^3.0.0"
5555
},

packages/gatsby-page-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
2222
"dependencies": {
2323
"@babel/runtime": "^7.6.3",
24-
"bluebird": "^3.7.0",
25-
"chokidar": "3.2.1",
24+
"bluebird": "^3.7.1",
25+
"chokidar": "3.2.2",
2626
"fs-exists-cached": "^1.0.0",
27-
"glob": "^7.1.4",
27+
"glob": "^7.1.5",
2828
"lodash": "^4.17.15",
2929
"micromatch": "^3.1.10",
3030
"slash": "^3.0.0"

packages/gatsby-plugin-emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
11-
"@emotion/babel-preset-css-prop": "^10.0.17"
11+
"@emotion/babel-preset-css-prop": "^10.0.22"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.6.4",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@babel/runtime": "^7.6.3",
32-
"guess-webpack": "~0.4.9"
32+
"guess-webpack": "~0.4.10"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.6.4",

packages/gatsby-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"static-site-generator-webpack-plugin": "^3.4.2",
5050
"style-to-object": "^0.2.3",
5151
"underscore.string": "^3.3.5",
52-
"unified": "^8.4.0",
52+
"unified": "^8.4.1",
5353
"unist-util-map": "^1.0.5",
5454
"unist-util-remove": "^1.0.3",
5555
"unist-util-visit": "^1.4.1"
@@ -59,7 +59,7 @@
5959
"@mdx-js/react": "^1.5.1",
6060
"jest": "^24.9.0",
6161
"js-combinatorics": "^0.5.4",
62-
"react-test-renderer": "^16.10.2"
62+
"react-test-renderer": "^16.11.0"
6363
},
6464
"jest": {
6565
"testEnvironment": "node"

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"lodash": "^4.17.15",
1414
"mini-css-extract-plugin": "^0.8.0",
1515
"netlify-identity-widget": "^1.5.5",
16-
"webpack": "^4.41.1"
16+
"webpack": "^4.41.2"
1717
},
1818
"devDependencies": {
1919
"@babel/cli": "^7.6.4",
2020
"@babel/core": "^7.6.4",
2121
"babel-preset-gatsby-package": "^0.2.9",
2222
"cross-env": "^5.2.1",
23-
"react": "^16.10.2",
24-
"react-dom": "^16.10.2"
23+
"react": "^16.11.0",
24+
"react-dom": "^16.11.0"
2525
},
2626
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms#readme",
2727
"keywords": [

packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
1111
"cheerio": "^1.0.0-rc.3",
12-
"glob": "^7.1.4",
12+
"glob": "^7.1.5",
1313
"idb-keyval": "^3.2.0",
1414
"lodash": "^4.17.15",
1515
"slash": "^3.0.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme",
2626
"dependencies": {
2727
"@babel/runtime": "^7.6.3",
28-
"bluebird": "^3.7.0",
28+
"bluebird": "^3.7.1",
2929
"fs-exists-cached": "^1.0.0",
3030
"gatsby-page-utils": "^0.0.27",
31-
"glob": "^7.1.4",
31+
"glob": "^7.1.5",
3232
"lodash": "^4.17.15",
3333
"micromatch": "^3.1.10"
3434
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"chalk": "^2.4.2",
15-
"date-fns": "^2.4.1",
15+
"date-fns": "^2.6.0",
1616
"fs-extra": "^8.1.0",
1717
"graphql-request": "^1.8.2",
1818
"progress": "^2.0.3",

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
1111
"async": "^2.6.3",
12-
"bluebird": "^3.7.0",
12+
"bluebird": "^3.7.1",
1313
"fs-extra": "^8.1.0",
1414
"gatsby-core-utils": "^1.0.15",
1515
"got": "^8.3.2",

packages/gatsby-plugin-styletron/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
11-
"styletron-engine-atomic": "^1.4.1",
12-
"styletron-react": "^5.2.2"
11+
"styletron-engine-atomic": "^1.4.3",
12+
"styletron-react": "^5.2.4"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "^7.6.4",

packages/gatsby-plugin-subfont/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "^7.6.3",
2828
"shell-escape": "^0.2.0",
29-
"subfont": "^3.7.0"
29+
"subfont": "^3.7.1"
3030
},
3131
"devDependencies": {
3232
"@babel/cli": "^7.6.4",

packages/gatsby-plugin-typography/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@babel/core": "^7.6.4",
1515
"babel-preset-gatsby-package": "^0.2.9",
1616
"cross-env": "^5.2.1",
17-
"react": "^16.10.2",
18-
"react-dom": "^16.10.2",
17+
"react": "^16.11.0",
18+
"react-dom": "^16.11.0",
1919
"react-typography": "^0.16.19",
2020
"typography": "^0.16.19"
2121
},

packages/gatsby-remark-code-repls/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"npm-package-arg": "^6.1.1",
1414
"recursive-readdir": "^2.2.2",
1515
"unist-util-map": "^1.0.5",
16-
"urijs": "^1.19.1"
16+
"urijs": "^1.19.2"
1717
},
1818
"devDependencies": {
1919
"@babel/cli": "^7.6.4",

packages/gatsby-source-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@hapi/joi": "^15.1.1",
1212
"axios": "^0.19.0",
1313
"base64-img": "^1.0.4",
14-
"bluebird": "^3.7.0",
14+
"bluebird": "^3.7.1",
1515
"chalk": "^2.4.2",
1616
"contentful": "^6.1.3",
1717
"deep-map": "^1.5.0",

packages/gatsby-source-drupal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
1111
"axios": "^0.19.0",
12-
"bluebird": "^3.7.0",
12+
"bluebird": "^3.7.1",
1313
"body-parser": "^1.19.0",
1414
"gatsby-source-filesystem": "^2.1.33",
1515
"lodash": "^4.17.15",

packages/gatsby-source-filesystem/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
1111
"better-queue": "^3.8.10",
12-
"bluebird": "^3.7.0",
13-
"chokidar": "3.2.1",
14-
"file-type": "^12.3.0",
12+
"bluebird": "^3.7.1",
13+
"chokidar": "3.2.2",
14+
"file-type": "^12.3.1",
1515
"fs-extra": "^8.1.0",
1616
"gatsby-core-utils": "^1.0.15",
1717
"got": "^7.1.0",

packages/gatsby-source-lever/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@babel/runtime": "^7.6.3",
1212
"axios": "^0.19.0",
13-
"bluebird": "^3.7.0",
13+
"bluebird": "^3.7.1",
1414
"deep-map": "^1.5.0",
1515
"deep-map-keys": "^1.2.0",
1616
"json-stringify-safe": "^5.0.1",

packages/gatsby-source-mongodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/runtime": "^7.6.3",
1414
"lodash.camelcase": "^4.3.0",
1515
"lodash.isstring": "^4.0.1",
16-
"mongodb": "^3.3.2",
16+
"mongodb": "^3.3.3",
1717
"query-string": "^6.8.3"
1818
},
1919
"devDependencies": {

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@babel/runtime": "^7.6.3",
1212
"axios": "^0.19.0",
1313
"better-queue": "^3.8.10",
14-
"bluebird": "^3.7.0",
14+
"bluebird": "^3.7.1",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
1717
"gatsby-source-filesystem": "^2.1.33",

packages/gatsby-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/code-frame": "^7.5.5",
1111
"@babel/runtime": "^7.6.3",
12-
"bluebird": "^3.7.0",
12+
"bluebird": "^3.7.1",
1313
"boxen": "^3.2.0",
1414
"ci-info": "2.0.0",
1515
"configstore": "^5.0.0",

packages/gatsby-theme-blog-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@mdx-js/react": "^1.5.1",
3232
"gatsby": "^2.17.4",
3333
"prettier": "^1.18.2",
34-
"react": "^16.10.2",
35-
"react-dom": "^16.10.2"
34+
"react": "^16.11.0",
35+
"react-dom": "^16.11.0"
3636
}
3737
}

packages/gatsby-theme-blog/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-blog#readme",
2020
"dependencies": {
21-
"@emotion/core": "^10.0.21",
21+
"@emotion/core": "^10.0.22",
2222
"@mdx-js/react": "^1.5.1",
2323
"@theme-ui/prism": "^0.2.40",
2424
"@theme-ui/typography": "^0.2.40",
25-
"deepmerge": "^4.1.1",
25+
"deepmerge": "^4.2.1",
2626
"gatsby-image": "^2.2.29",
2727
"gatsby-plugin-emotion": "^4.1.12",
2828
"gatsby-plugin-feed": "^2.3.19",
@@ -41,8 +41,8 @@
4141
"devDependencies": {
4242
"gatsby": "^2.17.4",
4343
"prettier": "^1.18.2",
44-
"react": "^16.10.2",
45-
"react-dom": "^16.10.2"
44+
"react": "^16.11.0",
45+
"react-dom": "^16.11.0"
4646
},
4747
"peerDependencies": {
4848
"gatsby": "^2.13.13",

packages/gatsby-theme-notes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
2323
"gatsby": "^2.17.4",
24-
"react": "^16.10.2",
25-
"react-dom": "^16.10.2"
24+
"react": "^16.11.0",
25+
"react-dom": "^16.11.0"
2626
},
2727
"peerDependencies": {
2828
"gatsby": "^2.13.13",
2929
"react": "^16.8.6",
3030
"react-dom": "^16.8.6"
3131
},
3232
"dependencies": {
33-
"@emotion/core": "^10.0.21",
33+
"@emotion/core": "^10.0.22",
3434
"@mdx-js/mdx": "^1.5.1",
3535
"@mdx-js/react": "^1.5.1",
3636
"gatsby-core-utils": "^1.0.15",

packages/gatsby-theme/gatsby-theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/plugin-syntax-jsx": "^7.2.0",
1414
"commander": "^2.20.3",
1515
"fast-levenshtein": "^2.0.6",
16-
"glob": "^7.1.4",
16+
"glob": "^7.1.5",
1717
"globby": "^10.0.1",
1818
"inquirer": "^6.5.2",
1919
"lodash": "^4.17.15",

packages/gatsby-transformer-csv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
11-
"bluebird": "^3.7.0",
11+
"bluebird": "^3.7.1",
1212
"csvtojson": "^1.1"
1313
},
1414
"devDependencies": {

packages/gatsby-transformer-hjson/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
11-
"bluebird": "^3.7.0",
12-
"hjson": "^3.2.0"
11+
"bluebird": "^3.7.1",
12+
"hjson": "^3.2.1"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "^7.6.4",

packages/gatsby-transformer-javascript-frontmatter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/parser": "^7.6.4",
99
"@babel/runtime": "^7.6.3",
1010
"@babel/traverse": "^7.6.3",
11-
"bluebird": "^3.7.0"
11+
"bluebird": "^3.7.1"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.6.4",

0 commit comments

Comments
 (0)