Skip to content

Commit 539dbb0

Browse files
renovate[bot]renovate-botgatsbybotpvdz
authoredNov 17, 2020
chore(deps): update babel monorepo (#27528)
* chore(deps): update babel monorepo * Fix TS problem * Worked locally but okay here you go TS * Another TS warning * yarn jest -u Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com> Co-authored-by: Peter van der Zee <github-public@qfox.nl>
1 parent ac80693 commit 539dbb0

File tree

113 files changed

+951
-864
lines changed

Some content is hidden

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

113 files changed

+951
-864
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "^7.11.6",
4-
"@babel/node": "^7.10.5",
5-
"@babel/plugin-transform-typescript": "^7.11.0",
6-
"@babel/runtime": "^7.11.2",
3+
"@babel/core": "^7.12.3",
4+
"@babel/node": "^7.12.6",
5+
"@babel/plugin-transform-typescript": "^7.12.1",
6+
"@babel/runtime": "^7.12.5",
77
"@lerna/prompt": "3.18.5",
88
"@types/babel__code-frame": "^7.0.2",
99
"@types/better-queue": "^3.8.2",

‎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.11.6",
13-
"@babel/core": "^7.11.6",
12+
"@babel/cli": "^7.12.1",
13+
"@babel/core": "^7.12.3",
1414
"babel-preset-gatsby-package": "^0.7.0-next.0",
1515
"cross-env": "^7.0.2"
1616
},

0 commit comments

Comments
 (0)