Skip to content

Commit

Permalink
Merge branch 'next' into preact-typescript-pragma-fix
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/preact/src/server/framework-preset-preact.ts
#	code/examples/preact-kitchen-sink/.storybook/main.ts
#	code/examples/preact-kitchen-sink/src/stories/test-cases/__snapshots__/test-component.stories.storyshot
#	code/examples/preact-kitchen-sink/src/stories/test-cases/no-pragma.tsx
#	code/examples/preact-kitchen-sink/src/stories/test-cases/test-component.stories.tsx
#	code/examples/preact-kitchen-sink/tsconfig.json
  • Loading branch information
ndelangen committed Jul 27, 2022
2 parents ea6fbd4 + 3db4db6 commit e3115fd
Show file tree
Hide file tree
Showing 4,266 changed files with 162,394 additions and 155,769 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .ci/danger/dangerfile.ts
Expand Up @@ -7,7 +7,7 @@ const flatten = require('lodash/flatten');
const intersection = require('lodash/intersection');
const isEmpty = require('lodash/isEmpty');

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

0 comments on commit e3115fd

Please sign in to comment.