Skip to content

Commit 19d6cfc

Browse files
chore: update packages (gatsbyjs#24432)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 40d241b commit 19d6cfc

File tree

111 files changed

+1849
-902
lines changed

Some content is hidden

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

111 files changed

+1849
-902
lines changed

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "^7.9.6",
4-
"@babel/node": "^7.8.7",
5-
"@babel/plugin-transform-typescript": "^7.9.6",
6-
"@babel/runtime": "^7.9.6",
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",
77
"@lerna/prompt": "3.18.5",
88
"@types/babel__code-frame": "^7.0.1",
99
"@types/bluebird": "^3.5.30",
@@ -48,16 +48,16 @@
4848
"fs-extra": "^8.1.0",
4949
"glob": "^7.1.6",
5050
"husky": "3.1.0",
51-
"ignore": "^5.1.4",
51+
"ignore": "^5.1.8",
5252
"jest": "^24.9.0",
5353
"jest-cli": "^24.9.0",
5454
"jest-environment-jsdom-fourteen": "^0.1.0",
5555
"jest-junit": "^10.0.0",
5656
"jest-serializer-path": "^0.1.15",
5757
"jest-silent-reporter": "^0.2.1",
5858
"joi": "^14.3.1",
59-
"js-yaml": "^3.13.1",
60-
"lerna": "^3.21.0",
59+
"js-yaml": "^3.14.0",
60+
"lerna": "^3.22.0",
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.2",
85+
"typescript": "^3.9.3",
8686
"unified": "^9.0.0",
8787
"yargs": "^10.1.2"
8888
},

Diff for: 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.8.4",
13-
"@babel/core": "^7.9.6",
12+
"@babel/cli": "^7.10.1",
13+
"@babel/core": "^7.10.2",
1414
"babel-preset-gatsby-package": "^0.4.2",
1515
"cross-env": "^5.2.1"
1616
},

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
1111
"dependencies": {
12-
"@babel/plugin-proposal-class-properties": "^7.8.3",
13-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
14-
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
12+
"@babel/plugin-proposal-class-properties": "^7.10.1",
13+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
14+
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
1515
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-runtime": "^7.9.6",
17-
"@babel/plugin-transform-typescript": "^7.9.6",
18-
"@babel/preset-env": "^7.9.6",
19-
"@babel/preset-flow": "^7.9.0",
20-
"@babel/preset-react": "^7.9.4",
16+
"@babel/plugin-transform-runtime": "^7.10.1",
17+
"@babel/plugin-transform-typescript": "^7.10.1",
18+
"@babel/preset-env": "^7.10.2",
19+
"@babel/preset-flow": "^7.10.1",
20+
"@babel/preset-react": "^7.10.1",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"core-js": "^2.6.11"
2323
},

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
1111
"dependencies": {
12-
"@babel/plugin-proposal-class-properties": "^7.8.3",
13-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
14-
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
12+
"@babel/plugin-proposal-class-properties": "^7.10.1",
13+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
14+
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
1515
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-runtime": "^7.9.6",
17-
"@babel/plugin-transform-spread": "^7.8.3",
18-
"@babel/preset-env": "^7.9.6",
19-
"@babel/preset-react": "^7.9.4",
20-
"@babel/runtime": "^7.9.6",
16+
"@babel/plugin-transform-runtime": "^7.10.1",
17+
"@babel/plugin-transform-spread": "^7.10.1",
18+
"@babel/preset-env": "^7.10.2",
19+
"@babel/preset-react": "^7.10.1",
20+
"@babel/runtime": "^7.10.2",
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.8.4",
37+
"@babel/cli": "^7.10.1",
3838
"babel-preset-gatsby-package": "^0.4.2",
3939
"cross-env": "^5.2.1",
4040
"slash": "^3.0.0"

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"csstype": "^2.6.10",
1919
"formik": "^2.1.4",
2020
"gatsby": "^2.22.16",
21-
"gatsby-interface": "0.0.163",
21+
"gatsby-interface": "0.0.167",
2222
"gatsby-plugin-typescript": "^2.4.3",
2323
"gatsby-source-graphql": "^2.5.2",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0",
2626
"react-icons": "^3.10.0",
27-
"strict-ui": "^0.1.2",
27+
"strict-ui": "^0.1.3",
2828
"subscriptions-transport-ws": "^0.9.16",
2929
"theme-ui": "^0.4.0-alpha.3",
30-
"typescript": "^3.9.2",
30+
"typescript": "^3.9.3",
3131
"urql": "^1.9.7",
32-
"yup": "^0.29.0"
32+
"yup": "^0.29.1"
3333
},
3434
"scripts": {
3535
"develop": "gatsby develop",

Diff for: 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.8.3",
14-
"@babel/runtime": "^7.9.6",
13+
"@babel/code-frame": "^7.10.1",
14+
"@babel/runtime": "^7.10.2",
1515
"@hapi/joi": "^15.1.1",
1616
"better-opn": "^1.0.0",
1717
"bluebird": "^3.7.2",
@@ -35,7 +35,7 @@
3535
"lodash": "^4.17.15",
3636
"meant": "^1.0.1",
3737
"node-fetch": "^2.6.0",
38-
"object.entries": "^1.1.1",
38+
"object.entries": "^1.1.2",
3939
"opentracing": "^0.14.4",
4040
"pretty-error": "^2.1.1",
4141
"progress": "^2.0.3",
@@ -54,13 +54,13 @@
5454
"yurnalist": "^1.1.2"
5555
},
5656
"devDependencies": {
57-
"@babel/cli": "^7.8.4",
58-
"@babel/core": "^7.9.6",
57+
"@babel/cli": "^7.10.1",
58+
"@babel/core": "^7.10.2",
5959
"@types/hosted-git-info": "^3.0.0",
6060
"@types/yargs": "^15.0.4",
6161
"babel-preset-gatsby-package": "^0.4.2",
6262
"cross-env": "^5.2.1",
63-
"typescript": "^3.9.2"
63+
"typescript": "^3.9.3"
6464
},
6565
"files": [
6666
"lib",

Diff for: 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.9.6"
27+
"@babel/runtime": "^7.10.2"
2828
},
2929
"devDependencies": {
30-
"@babel/cli": "^7.8.4",
31-
"@babel/core": "^7.9.6",
30+
"@babel/cli": "^7.10.1",
31+
"@babel/core": "^7.10.2",
3232
"babel-preset-gatsby-package": "^0.4.2",
3333
"cross-env": "^5.2.1",
3434
"jscodeshift": "^0.7.0"

Diff for: 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.8.4",
41-
"@babel/core": "^7.9.6",
40+
"@babel/cli": "^7.10.1",
41+
"@babel/core": "^7.10.2",
4242
"@types/ci-info": "2.0.0",
4343
"babel-preset-gatsby-package": "^0.4.2",
4444
"cross-env": "^5.2.1",
45-
"typescript": "^3.9.2"
45+
"typescript": "^3.9.3"
4646
},
4747
"engines": {
4848
"node": ">=10.13.0"

Diff for: 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.9.6"
18+
"@babel/runtime": "^7.10.2"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.8.4",
22-
"@babel/core": "^7.9.6",
21+
"@babel/cli": "^7.10.1",
22+
"@babel/core": "^7.10.2",
2323
"babel-preset-gatsby-package": "^0.4.2",
2424
"cross-env": "^5.2.1"
2525
},

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

+3-3
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.9.6",
13+
"@babel/runtime": "^7.10.2",
1414
"chokidar": "^3.4.0",
1515
"configstore": "^5.0.1",
1616
"del": "^5.1.0",
@@ -25,8 +25,8 @@
2525
"yargs": "^15.3.1"
2626
},
2727
"devDependencies": {
28-
"@babel/cli": "^7.8.4",
29-
"@babel/core": "^7.9.6",
28+
"@babel/cli": "^7.10.1",
29+
"@babel/core": "^7.10.2",
3030
"babel-preset-gatsby-package": "^0.4.2",
3131
"cross-env": "^5.2.1"
3232
},

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@babel/runtime": "^7.9.6"
31+
"@babel/runtime": "^7.10.2"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.8.4",
35-
"@babel/core": "^7.9.6",
36-
"@babel/plugin-proposal-class-properties": "^7.8.3",
37-
"@babel/plugin-transform-runtime": "^7.9.6",
38-
"@babel/preset-env": "^7.9.6",
39-
"@babel/preset-react": "^7.9.4",
34+
"@babel/cli": "^7.10.1",
35+
"@babel/core": "^7.10.2",
36+
"@babel/plugin-proposal-class-properties": "^7.10.1",
37+
"@babel/plugin-transform-runtime": "^7.10.1",
38+
"@babel/preset-env": "^7.10.2",
39+
"@babel/preset-react": "^7.10.1",
4040
"babel-loader": "^8.1.0",
4141
"babel-preset-gatsby-package": "^0.4.2",
4242
"core-js": "^2.6.11",

Diff for: 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.9.6",
10+
"@babel/runtime": "^7.10.2",
1111
"object-fit-images": "^3.2.4",
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.8.4",
16-
"@babel/core": "^7.9.6",
15+
"@babel/cli": "^7.10.1",
16+
"@babel/core": "^7.10.2",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.4.2",
1919
"cross-env": "^5.2.1"

Diff for: 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.9.6",
10+
"@babel/runtime": "^7.10.2",
1111
"@types/reach__router": "^1.3.3",
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.8.4",
16-
"@babel/core": "^7.9.6",
15+
"@babel/cli": "^7.10.1",
16+
"@babel/core": "^7.10.2",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.4.2",
1919
"cross-env": "^5.2.1"

Diff for: 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.9.6",
23+
"@babel/runtime": "^7.10.2",
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.8.4",
34-
"@babel/core": "^7.9.6",
33+
"@babel/cli": "^7.10.1",
34+
"@babel/core": "^7.10.2",
3535
"babel-preset-gatsby-package": "^0.4.2",
3636
"cross-env": "^5.2.1"
3737
},

Diff for: packages/gatsby-plugin-benchmark-reporting/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
1616
"devDependencies": {
17-
"@babel/cli": "^7.8.4",
18-
"@babel/core": "^7.9.6",
17+
"@babel/cli": "^7.10.1",
18+
"@babel/core": "^7.10.2",
1919
"babel-preset-gatsby-package": "^0.4.2"
2020
},
2121
"dependencies": {

Diff for: 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.9.6"
10+
"@babel/runtime": "^7.10.2"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.8.4",
14-
"@babel/core": "^7.9.6",
13+
"@babel/cli": "^7.10.1",
14+
"@babel/core": "^7.10.2",
1515
"babel-preset-gatsby-package": "^0.4.2",
1616
"cross-env": "^5.2.1"
1717
},

Diff for: 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.9.6",
10+
"@babel/runtime": "^7.10.2",
1111
"escape-string-regexp": "^1.0.5"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.8.4",
15-
"@babel/core": "^7.9.6",
14+
"@babel/cli": "^7.10.1",
15+
"@babel/core": "^7.10.2",
1616
"babel-preset-gatsby-package": "^0.4.2",
1717
"cross-env": "^5.2.1"
1818
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"Noah Lange <[email protected]>"
1111
],
1212
"dependencies": {
13-
"@babel/runtime": "^7.9.6",
13+
"@babel/runtime": "^7.10.2",
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.8.4",
20-
"@babel/core": "^7.9.6",
19+
"@babel/cli": "^7.10.1",
20+
"@babel/core": "^7.10.2",
2121
"babel-preset-gatsby-package": "^0.4.2",
2222
"cross-env": "^5.2.1"
2323
},

Diff for: packages/gatsby-plugin-create-client-paths/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.9.6"
10+
"@babel/runtime": "^7.10.2"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.8.4",
14-
"@babel/core": "^7.9.6",
13+
"@babel/cli": "^7.10.1",
14+
"@babel/core": "^7.10.2",
1515
"babel-preset-gatsby-package": "^0.4.2",
1616
"cross-env": "^5.2.1"
1717
},

0 commit comments

Comments
 (0)