Skip to content

Commit

Permalink
Merge branch 'next' into fix-crash-issue-caused-by-jsx2str
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 13, 2023
2 parents 03898b5 + dd78738 commit e987892
Show file tree
Hide file tree
Showing 4,623 changed files with 211,727 additions and 115,433 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions .ci/danger/dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { execSync } from 'child_process';

execSync('npm install lodash');

const flatten = require('lodash/flatten');
const intersection = require('lodash/intersection');
const isEmpty = require('lodash/isEmpty');
const flatten = require('lodash/flatten.js');
const intersection = require('lodash/intersection.js');
const isEmpty = require('lodash/isEmpty.js');

const pkg = require('../../code/package.json'); // eslint-disable-line import/newline-after-import
const prLogConfig = pkg['pr-log'];
Expand Down
Loading

0 comments on commit e987892

Please sign in to comment.