Skip to content

Commit

Permalink
Bump multiple dependencies (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek authored Jun 4, 2021
1 parent ee39fa5 commit 7768ce6
Show file tree
Hide file tree
Showing 6 changed files with 39,862 additions and 27,336 deletions.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path');
const fs = require('fs');
const mkdirp = require('mkdirp');

const {makeReactLayout} = require('./utils.js');
const {makeReactLayout} = require('./utils');

exports.onPreBootstrap = async () => {
const {jsxLines, cssLines, manifest} = await makeReactLayout();
Expand Down
Loading

0 comments on commit 7768ce6

Please sign in to comment.