Skip to content

Commit

Permalink
revert types update
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed May 7, 2024
1 parent 8fd224c commit 7d26ef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/create-next-app/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ export const installTemplate = async ({
...packageJson.devDependencies,
typescript: "^5",
"@types/node": "^20",
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta",
"@types/react": "^18",
"@types/react-dom": "^18",
};
}

Expand Down
4 changes: 2 additions & 2 deletions test/e2e/next-test/first-time-setup-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react-dom": "19.0.0-beta-4508873393-20240430"
},
"devDependencies": {
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
}
}

0 comments on commit 7d26ef0

Please sign in to comment.