diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6179536f..fd3d0dff 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -793,6 +793,9 @@ importers:
'@tailwindcss/typography':
specifier: 0.5.10
version: 0.5.10(tailwindcss@3.4.1)
+ '@types/node':
+ specifier: ^20.11.21
+ version: 20.16.1
class-variance-authority:
specifier: ^0.7.0
version: 0.7.0
@@ -893,6 +896,9 @@ importers:
'@tailwindcss/typography':
specifier: 0.5.10
version: 0.5.10(tailwindcss@3.4.1)
+ '@types/node':
+ specifier: ^20.11.21
+ version: 20.16.1
class-variance-authority:
specifier: ^0.7.0
version: 0.7.0
@@ -20602,7 +20608,7 @@ snapshots:
'@jest/globals': 29.7.0
'@types/jest': 29.5.1
jest: 29.5.0(@types/node@20.11.21)
- vitest: 1.3.1(@types/node@20.11.21)(sass@1.71.1)
+ vitest: 1.3.1(@types/node@20.11.21)(jsdom@22.1.0)(sass@1.71.1)(terser@5.28.1)
'@testing-library/react@13.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
@@ -32494,24 +32500,6 @@ snapshots:
dependencies:
vite: 5.2.13(@types/node@20.16.1)(sass@1.71.1)(terser@5.28.1)
- vite-node@1.3.1(@types/node@20.11.21)(sass@1.71.1):
- dependencies:
- cac: 6.7.14
- debug: 4.3.4
- pathe: 1.1.2
- picocolors: 1.0.0
- vite: 5.1.4(@types/node@20.11.21)(sass@1.71.1)
- transitivePeerDependencies:
- - '@types/node'
- - less
- - lightningcss
- - sass
- - stylus
- - sugarss
- - supports-color
- - terser
- optional: true
-
vite-node@1.3.1(@types/node@20.11.21)(sass@1.71.1)(terser@5.28.1):
dependencies:
cac: 6.7.14
@@ -32619,17 +32607,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vite@5.1.4(@types/node@20.11.21)(sass@1.71.1):
- dependencies:
- esbuild: 0.19.12
- postcss: 8.4.38
- rollup: 4.12.0
- optionalDependencies:
- '@types/node': 20.11.21
- fsevents: 2.3.3
- sass: 1.71.1
- optional: true
-
vite@5.1.4(@types/node@20.11.21)(sass@1.71.1)(terser@5.28.1):
dependencies:
esbuild: 0.19.12
@@ -32704,40 +32681,6 @@ snapshots:
- supports-color
- terser
- vitest@1.3.1(@types/node@20.11.21)(sass@1.71.1):
- dependencies:
- '@vitest/expect': 1.3.1
- '@vitest/runner': 1.3.1
- '@vitest/snapshot': 1.3.1
- '@vitest/spy': 1.3.1
- '@vitest/utils': 1.3.1
- acorn-walk: 8.3.2
- chai: 4.4.1
- debug: 4.3.4
- execa: 8.0.1
- local-pkg: 0.5.0
- magic-string: 0.30.10
- pathe: 1.1.2
- picocolors: 1.0.0
- std-env: 3.7.0
- strip-literal: 2.0.0
- tinybench: 2.6.0
- tinypool: 0.8.2
- vite: 5.1.4(@types/node@20.11.21)(sass@1.71.1)
- vite-node: 1.3.1(@types/node@20.11.21)(sass@1.71.1)
- why-is-node-running: 2.2.2
- optionalDependencies:
- '@types/node': 20.11.21
- transitivePeerDependencies:
- - less
- - lightningcss
- - sass
- - stylus
- - sugarss
- - supports-color
- - terser
- optional: true
-
vitest@1.3.1(@types/node@20.16.1)(jsdom@22.1.0)(sass@1.71.1)(terser@5.28.1):
dependencies:
'@vitest/expect': 1.3.1
diff --git a/starters/nextjs-starter-approuter-ts/package.json b/starters/nextjs-starter-approuter-ts/package.json
index d112dc38..1b2d9d52 100644
--- a/starters/nextjs-starter-approuter-ts/package.json
+++ b/starters/nextjs-starter-approuter-ts/package.json
@@ -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",
diff --git a/starters/nextjs-starter-ts/next-env.d.ts b/starters/nextjs-starter-ts/next-env.d.ts
index 4f11a03d..40c3d680 100644
--- a/starters/nextjs-starter-ts/next-env.d.ts
+++ b/starters/nextjs-starter-ts/next-env.d.ts
@@ -2,4 +2,4 @@
///
// 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.
diff --git a/starters/nextjs-starter-ts/package.json b/starters/nextjs-starter-ts/package.json
index 1d1ea796..a96e1974 100644
--- a/starters/nextjs-starter-ts/package.json
+++ b/starters/nextjs-starter-ts/package.json
@@ -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",
diff --git a/starters/nextjs-starter/next-env.d.ts b/starters/nextjs-starter/next-env.d.ts
index 4f11a03d..b06a1b32 100644
--- a/starters/nextjs-starter/next-env.d.ts
+++ b/starters/nextjs-starter/next-env.d.ts
@@ -2,4 +2,5 @@
///
// 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.
+