Skip to content

Commit 29d5e3c

Browse files
renovate[bot]sidharthachatterjee
authored andcommittedAug 22, 2019
chore: update babel monorepo (#16929)
* chore: update babel monorepo * Update snapshots
1 parent 182407f commit 29d5e3c

File tree

105 files changed

+404
-1045
lines changed

Some content is hidden

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

105 files changed

+404
-1045
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "^7.0.0",
4-
"@babel/node": "^7.0.0",
5-
"@babel/runtime": "^7.0.0",
3+
"@babel/core": "^7.5.5",
4+
"@babel/node": "^7.5.5",
5+
"@babel/runtime": "^7.5.5",
66
"@lerna/prompt": "3.13.0",
7-
"babel-eslint": "^10.0.1",
7+
"babel-eslint": "^10.0.2",
88
"babel-jest": "^24.9.0",
99
"chalk": "^2.4.2",
1010
"chokidar": "^1.7.0",

‎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.0.0",
13-
"@babel/core": "^7.0.0",
12+
"@babel/cli": "^7.5.5",
13+
"@babel/core": "^7.5.5",
1414
"babel-preset-gatsby-package": "^0.2.2",
1515
"cross-env": "^5.2.0"
1616
},

0 commit comments

Comments
 (0)
Please sign in to comment.