Skip to content

Commit

Permalink
Merge branch 'canary' into tsconfig-module-nodenext-node16
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 4, 2023
2 parents fed2784 + c0986ee commit 04c942e
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .prettierignore_staged
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**/_next/**
**/dist/**
packages/next-swc/crates/**
packages/next/compiled/**/*
packages/next/src/compiled/**/*
packages/next/bundles/webpack/packages/*.runtime.js
lerna.json
packages/next-codemod/transforms/__testfixtures__/**/*
Expand Down
1 change: 1 addition & 0 deletions examples/with-jest-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "14.2.0",
"@types/react": "18.0.9",
"@types/testing-library__jest-dom": "5.14.5",
"babel-jest": "28.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "28.1.0",
Expand Down
1 change: 1 addition & 0 deletions examples/with-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "14.2.0",
"@types/react": "18.0.9",
"@types/testing-library__jest-dom": "5.14.5",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"typescript": "4.6.4"
Expand Down
18 changes: 0 additions & 18 deletions test/e2e/app-dir/app-typescript/app/@test/inner/page.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions test/e2e/app-dir/app-typescript/app/layout.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions test/e2e/app-dir/app-typescript/next.config.js

This file was deleted.

15 changes: 0 additions & 15 deletions test/e2e/app-dir/app-typescript/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions test/e2e/app-dir/app-typescript/pages/index.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions test/e2e/app-dir/app-typescript/tsconfig.json

This file was deleted.

0 comments on commit 04c942e

Please sign in to comment.