Skip to content

Commit fe04c7f

Browse files
chore: update packages (#24868)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 1e95954 commit fe04c7f

File tree

112 files changed

+1560
-1374
lines changed

Some content is hidden

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

112 files changed

+1560
-1374
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "^7.10.2",
4-
"@babel/node": "^7.10.1",
5-
"@babel/plugin-transform-typescript": "^7.10.1",
6-
"@babel/runtime": "^7.10.2",
3+
"@babel/core": "^7.10.3",
4+
"@babel/node": "^7.10.3",
5+
"@babel/plugin-transform-typescript": "^7.10.3",
6+
"@babel/runtime": "^7.10.3",
77
"@lerna/prompt": "3.18.5",
88
"@types/babel__code-frame": "^7.0.1",
99
"@types/bluebird": "^3.5.30",
@@ -41,9 +41,9 @@
4141
"eslint-config-prettier": "^6.11.0",
4242
"eslint-plugin-filenames": "^1.3.2",
4343
"eslint-plugin-flowtype": "^3.13.0",
44-
"eslint-plugin-import": "^2.20.2",
45-
"eslint-plugin-jsx-a11y": "^6.2.3",
46-
"eslint-plugin-prettier": "^3.1.3",
44+
"eslint-plugin-import": "^2.21.2",
45+
"eslint-plugin-jsx-a11y": "^6.3.1",
46+
"eslint-plugin-prettier": "^3.1.4",
4747
"eslint-plugin-react": "^7.20.0",
4848
"fs-extra": "^8.1.0",
4949
"glob": "^7.1.6",
@@ -57,7 +57,7 @@
5757
"jest-silent-reporter": "^0.2.1",
5858
"joi": "^14.3.1",
5959
"js-yaml": "^3.14.0",
60-
"lerna": "^3.22.0",
60+
"lerna": "^3.22.1",
6161
"lint-staged": "^8.2.1",
6262
"markdown-magic": "^0.2.1",
6363
"npm-run-all": "4.1.5",
@@ -82,7 +82,7 @@
8282
"rimraf": "^3.0.2",
8383
"svgo": "1.3.2",
8484
"ts-jest": "^22",
85-
"typescript": "^3.9.3",
85+
"typescript": "^3.9.5",
8686
"unified": "^9.0.0",
8787
"yargs": "^10.1.2"
8888
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"devDependencies": {
12-
"@babel/cli": "^7.10.1",
13-
"@babel/core": "^7.10.2",
12+
"@babel/cli": "^7.10.3",
13+
"@babel/core": "^7.10.3",
1414
"babel-preset-gatsby-package": "^0.4.5",
1515
"cross-env": "^5.2.1"
1616
},

packages/babel-preset-gatsby-package/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
1111
"dependencies": {
1212
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
13-
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
13+
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
1414
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15-
"@babel/plugin-transform-runtime": "^7.10.1",
16-
"@babel/plugin-transform-typescript": "^7.10.1",
17-
"@babel/preset-env": "^7.10.2",
15+
"@babel/plugin-transform-runtime": "^7.10.3",
16+
"@babel/plugin-transform-typescript": "^7.10.3",
17+
"@babel/preset-env": "^7.10.3",
1818
"@babel/preset-flow": "^7.10.1",
1919
"@babel/preset-react": "^7.10.1",
2020
"babel-plugin-dynamic-import-node": "^2.3.3",

packages/babel-preset-gatsby/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"@babel/plugin-proposal-class-properties": "^7.10.1",
1313
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
14-
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
14+
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
1515
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-runtime": "^7.10.1",
16+
"@babel/plugin-transform-runtime": "^7.10.3",
1717
"@babel/plugin-transform-spread": "^7.10.1",
18-
"@babel/preset-env": "^7.10.2",
18+
"@babel/preset-env": "^7.10.3",
1919
"@babel/preset-react": "^7.10.1",
20-
"@babel/runtime": "^7.10.2",
20+
"@babel/runtime": "^7.10.3",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
@@ -34,7 +34,7 @@
3434
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --ignore \"**/utils/path-serializer.ts\" --extensions \".ts,.js\""
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "^7.10.1",
37+
"@babel/cli": "^7.10.3",
3838
"babel-preset-gatsby-package": "^0.4.5",
3939
"cross-env": "^5.2.1",
4040
"slash": "^3.0.0"

packages/gatsby-admin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"csstype": "^2.6.10",
1919
"formik": "^2.1.4",
2020
"gatsby": "^2.23.10",
21-
"gatsby-interface": "0.0.167",
21+
"gatsby-interface": "0.0.171",
2222
"gatsby-plugin-typescript": "^2.4.7",
2323
"gatsby-source-graphql": "^2.5.6",
2424
"ncp": "^2.0.0",
2525
"nodemon": "^2.0.4",
2626
"react": "^16.12.0",
2727
"react-dom": "^16.12.0",
28-
"react-helmet": "^6.0.0",
28+
"react-helmet": "^6.1.0",
2929
"react-icons": "^3.10.0",
3030
"strict-ui": "^0.1.3",
3131
"subscriptions-transport-ws": "^0.9.16",
3232
"theme-ui": "^0.4.0-alpha.3",
33-
"typescript": "^3.9.3",
34-
"urql": "^1.9.7",
33+
"typescript": "^3.9.5",
34+
"urql": "^1.9.8",
3535
"yup": "^0.29.1"
3636
},
3737
"scripts": {

packages/gatsby-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"url": "https://github.com/gatsbyjs/gatsby/issues"
1111
},
1212
"dependencies": {
13-
"@babel/code-frame": "^7.10.1",
14-
"@babel/runtime": "^7.10.2",
13+
"@babel/code-frame": "^7.10.3",
14+
"@babel/runtime": "^7.10.3",
1515
"@hapi/joi": "^15.1.1",
1616
"@types/common-tags": "^1.8.0",
1717
"better-opn": "^1.0.0",
@@ -31,7 +31,7 @@
3131
"gatsby-telemetry": "^1.3.13",
3232
"hosted-git-info": "^3.0.4",
3333
"ink": "^2.7.1",
34-
"ink-spinner": "^3.0.1",
34+
"ink-spinner": "^3.1.0",
3535
"is-valid-path": "^0.1.1",
3636
"lodash": "^4.17.15",
3737
"meant": "^1.0.1",
@@ -55,14 +55,14 @@
5555
"yurnalist": "^1.1.2"
5656
},
5757
"devDependencies": {
58-
"@babel/cli": "^7.10.1",
59-
"@babel/core": "^7.10.2",
58+
"@babel/cli": "^7.10.3",
59+
"@babel/core": "^7.10.3",
6060
"@types/hosted-git-info": "^3.0.0",
6161
"@types/yargs": "^15.0.4",
6262
"babel-preset-gatsby-package": "^0.4.5",
6363
"cross-env": "^5.2.1",
6464
"rimraf": "^3.0.2",
65-
"typescript": "^3.9.3"
65+
"typescript": "^3.9.5"
6666
},
6767
"files": [
6868
"lib",

packages/gatsby-codemods/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/runtime": "^7.10.2"
27+
"@babel/runtime": "^7.10.3"
2828
},
2929
"devDependencies": {
30-
"@babel/cli": "^7.10.1",
31-
"@babel/core": "^7.10.2",
30+
"@babel/cli": "^7.10.3",
31+
"@babel/core": "^7.10.3",
3232
"babel-preset-gatsby-package": "^0.4.5",
3333
"cross-env": "^5.2.1",
3434
"jscodeshift": "^0.7.0"

packages/gatsby-core-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"xdg-basedir": "^4.0.0"
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "^7.10.1",
41-
"@babel/core": "^7.10.2",
40+
"@babel/cli": "^7.10.3",
41+
"@babel/core": "^7.10.3",
4242
"@types/ci-info": "2.0.0",
4343
"babel-preset-gatsby-package": "^0.4.5",
4444
"cross-env": "^5.2.1",
45-
"typescript": "^3.9.3"
45+
"typescript": "^3.9.5"
4646
},
4747
"engines": {
4848
"node": ">=10.13.0"

packages/gatsby-cypress/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"url": "https://github.com/gatsbyjs/gatsby/issues"
1616
},
1717
"dependencies": {
18-
"@babel/runtime": "^7.10.2"
18+
"@babel/runtime": "^7.10.3"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.10.1",
22-
"@babel/core": "^7.10.2",
21+
"@babel/cli": "^7.10.3",
22+
"@babel/core": "^7.10.3",
2323
"babel-preset-gatsby-package": "^0.4.5",
2424
"cross-env": "^5.2.1"
2525
},

packages/gatsby-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"agadoo": "^1.1.0",
3333
"cross-env": "^5.2.1",
34-
"microbundle": "^0.12.0",
34+
"microbundle": "^0.12.2",
3535
"preval.macro": "^3.0.0"
3636
},
3737
"engines": {

packages/gatsby-dev-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/gatsbyjs/gatsby/issues"
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.10.2",
13+
"@babel/runtime": "^7.10.3",
1414
"chokidar": "^3.4.0",
1515
"configstore": "^5.0.1",
1616
"del": "^5.1.0",
@@ -21,12 +21,12 @@
2121
"lodash": "^4.17.15",
2222
"request": "2.88.2",
2323
"signal-exit": "^3.0.3",
24-
"verdaccio": "^4.6.2",
24+
"verdaccio": "^4.7.1",
2525
"yargs": "^15.3.1"
2626
},
2727
"devDependencies": {
28-
"@babel/cli": "^7.10.1",
29-
"@babel/core": "^7.10.2",
28+
"@babel/cli": "^7.10.3",
29+
"@babel/core": "^7.10.3",
3030
"babel-preset-gatsby-package": "^0.4.5",
3131
"cross-env": "^5.2.1"
3232
},

packages/gatsby-graphiql-explorer/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@babel/runtime": "^7.10.2"
31+
"@babel/runtime": "^7.10.3"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.10.1",
35-
"@babel/core": "^7.10.2",
34+
"@babel/cli": "^7.10.3",
35+
"@babel/core": "^7.10.3",
3636
"@babel/plugin-proposal-class-properties": "^7.10.1",
37-
"@babel/plugin-transform-runtime": "^7.10.1",
38-
"@babel/preset-env": "^7.10.2",
37+
"@babel/plugin-transform-runtime": "^7.10.3",
38+
"@babel/preset-env": "^7.10.3",
3939
"@babel/preset-react": "^7.10.1",
4040
"babel-loader": "^8.1.0",
4141
"babel-preset-gatsby-package": "^0.4.5",
@@ -51,7 +51,7 @@
5151
"react-dom": "^16.12.0",
5252
"style-loader": "^0.23.1",
5353
"webpack": "^4.43.0",
54-
"webpack-cli": "^3.3.11",
54+
"webpack-cli": "^3.3.12",
5555
"whatwg-fetch": "^3.0.0"
5656
},
5757
"engines": {

packages/gatsby-image/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.10.2",
10+
"@babel/runtime": "^7.10.3",
1111
"object-fit-images": "^3.2.4",
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.10.1",
16-
"@babel/core": "^7.10.2",
15+
"@babel/cli": "^7.10.3",
16+
"@babel/core": "^7.10.3",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.4.5",
1919
"cross-env": "^5.2.1"

packages/gatsby-link/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.10.2",
10+
"@babel/runtime": "^7.10.3",
1111
"@types/reach__router": "^1.3.3",
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.10.1",
16-
"@babel/core": "^7.10.2",
15+
"@babel/cli": "^7.10.3",
16+
"@babel/core": "^7.10.3",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.4.5",
1919
"cross-env": "^5.2.1"

packages/gatsby-page-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
2222
"dependencies": {
23-
"@babel/runtime": "^7.10.2",
23+
"@babel/runtime": "^7.10.3",
2424
"bluebird": "^3.7.2",
2525
"chokidar": "3.4.0",
2626
"fs-exists-cached": "^1.0.0",
@@ -30,8 +30,8 @@
3030
"micromatch": "^3.1.10"
3131
},
3232
"devDependencies": {
33-
"@babel/cli": "^7.10.1",
34-
"@babel/core": "^7.10.2",
33+
"@babel/cli": "^7.10.3",
34+
"@babel/core": "^7.10.3",
3535
"babel-preset-gatsby-package": "^0.4.5",
3636
"cross-env": "^5.2.1"
3737
},

packages/gatsby-plugin-benchmark-reporting/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
1616
"devDependencies": {
17-
"@babel/cli": "^7.10.1",
18-
"@babel/core": "^7.10.2",
17+
"@babel/cli": "^7.10.3",
18+
"@babel/core": "^7.10.3",
1919
"babel-preset-gatsby-package": "^0.4.5"
2020
},
2121
"dependencies": {
22-
"fast-glob": "^3.2.2",
22+
"fast-glob": "^3.2.4",
2323
"node-fetch": "^2.6.0",
2424
"uuid": "^3.4.0"
2525
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.10.2"
10+
"@babel/runtime": "^7.10.3"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.10.1",
14-
"@babel/core": "^7.10.2",
13+
"@babel/cli": "^7.10.3",
14+
"@babel/core": "^7.10.3",
1515
"babel-preset-gatsby-package": "^0.4.5",
1616
"cross-env": "^5.2.1"
1717
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.10.2",
10+
"@babel/runtime": "^7.10.3",
1111
"escape-string-regexp": "^1.0.5"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.10.1",
15-
"@babel/core": "^7.10.2",
14+
"@babel/cli": "^7.10.3",
15+
"@babel/core": "^7.10.3",
1616
"babel-preset-gatsby-package": "^0.4.5",
1717
"cross-env": "^5.2.1"
1818
},

packages/gatsby-plugin-coffeescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"Noah Lange <noahrlange@gmail.com>"
1111
],
1212
"dependencies": {
13-
"@babel/runtime": "^7.10.2",
13+
"@babel/runtime": "^7.10.3",
1414
"coffee-loader": "^0.9.0",
1515
"coffee-react-transform": "^5.0.0",
1616
"coffeescript": "^2.5.1"
1717
},
1818
"devDependencies": {
19-
"@babel/cli": "^7.10.1",
20-
"@babel/core": "^7.10.2",
19+
"@babel/cli": "^7.10.3",
20+
"@babel/core": "^7.10.3",
2121
"babel-preset-gatsby-package": "^0.4.5",
2222
"cross-env": "^5.2.1"
2323
},

0 commit comments

Comments
 (0)