nextforge-cli 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.js +12 -11
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -325,10 +325,10 @@ function generatePackageJson(projectName, answers) {
325
325
  },
326
326
  dependencies: {
327
327
  // Core
328
- next: '^14.2.22',
329
- react: '^18.3.1',
330
- 'react-dom': '^18.3.1',
331
- typescript: '^5.3.3',
328
+ next: '^15.1.0',
329
+ react: '^19.0.0',
330
+ 'react-dom': '^19.0.0',
331
+ typescript: '^5.7.2',
332
332
 
333
333
  // API
334
334
  hono: '^4.0.0',
@@ -382,13 +382,14 @@ function generatePackageJson(projectName, answers) {
382
382
  autoprefixer: '^10.4.17',
383
383
  },
384
384
  devDependencies: {
385
- '@types/node': '^20.11.19',
386
- '@types/react': '^18.3.11',
387
- '@types/react-dom': '^18.3.0',
388
- eslint: '^8.57.1',
389
- 'eslint-config-next': '^14.2.22',
390
- tsx: '^4.7.1',
391
- concurrently: '^9.0.1',
385
+ '@types/node': '^22.10.0',
386
+ '@types/react': '^19.0.0',
387
+ '@types/react-dom': '^19.0.0',
388
+ eslint: '^9.17.0',
389
+ 'eslint-config-next': '^15.1.0',
390
+ '@eslint/eslintrc': '^3.2.0',
391
+ tsx: '^4.19.0',
392
+ concurrently: '^9.1.0',
392
393
  },
393
394
  };
394
395
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextforge-cli",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Forge your next full-stack Next.js app with Hono, Prisma, TanStack Query, Zustand, BullMQ and more",
5
5
  "type": "module",
6
6
  "bin": {