Skip to content

Commit

Permalink
Merge branch 'next' into cli-repro-envs
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 13, 2023
2 parents 6a16a4a + 94bdf09 commit e9b0fa1
Show file tree
Hide file tree
Showing 6,468 changed files with 348,063 additions and 240,961 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
161 changes: 0 additions & 161 deletions .babelrc.js

This file was deleted.

8 changes: 4 additions & 4 deletions .ci/danger/dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ 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('../../package.json'); // eslint-disable-line import/newline-after-import
const pkg = require('../../code/package.json'); // eslint-disable-line import/newline-after-import
const prLogConfig = pkg['pr-log'];

const Versions = {
Expand Down
Loading

0 comments on commit e9b0fa1

Please sign in to comment.