Skip to content

Commit

Permalink
chore(bootstrap): Update traverse dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
victorandcode committed Dec 12, 2018
1 parent a50c58d commit 542fcfb
Showing 3 changed files with 1 addition and 20,402 deletions.
1 change: 0 additions & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-remove-graphql-queries": "^2.5.2",
"babel-preset-gatsby": "^0.1.6",
"babel-traverse": "6.26.0",
"better-queue": "^3.8.6",
"bluebird": "^3.5.0",
"browserslist": "3.2.8",
2 changes: 1 addition & 1 deletion packages/gatsby/src/bootstrap/resolve-module-exports.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow
const fs = require(`fs`)
const traverse = require(`babel-traverse`).default
const traverse = require(`@babel/traverse`).default
const get = require(`lodash/get`)
const { codeFrameColumns } = require(`@babel/code-frame`)
const { babelParseToAst } = require(`../utils/babel-parse-to-ast`)
Loading

0 comments on commit 542fcfb

Please sign in to comment.