Skip to content

Commit

Permalink
Add missing @types/node from typescript starter kits. Update typescri…
Browse files Browse the repository at this point in the history
…pt config links in the next-env.d.ts files.
  • Loading branch information
kevinstubbs committed Sep 5, 2024
1 parent f2ee6fa commit a170c50
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 66 deletions.
71 changes: 7 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions starters/nextjs-starter-approuter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "0.5.10",
"@types/node": "^20.11.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter-ts/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
1 change: 1 addition & 0 deletions starters/nextjs-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "0.5.10",
"@types/node": "^20.11.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
Expand Down
3 changes: 2 additions & 1 deletion starters/nextjs-starter/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

0 comments on commit a170c50

Please sign in to comment.