@leo-h/create-nodejs-app 1.0.28 → 1.0.29

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo-h/create-nodejs-app",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "packageManager": "pnpm@9.15.0",
5
5
  "author": "Leonardo Henrique <leonardo0507.business@gmail.com>",
6
6
  "description": "Create a modern Node.js app with TypeScript using one command.",
@@ -44,7 +44,7 @@
44
44
  "type-fest": "4.32.0",
45
45
  "typescript": "~5.6.2",
46
46
  "typescript-eslint": "8.18.2",
47
- "vite": "6.0.9",
47
+ "vite": "6.0.12",
48
48
  "vite-tsconfig-paths": "5.1.3"
49
49
  }
50
50
  }
@@ -50,7 +50,7 @@ importers:
50
50
  version: 18.3.5(@types/react@18.3.18)
51
51
  '@vitejs/plugin-react':
52
52
  specifier: 4.3.4
53
- version: 4.3.4(vite@6.0.9(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1))
53
+ version: 4.3.4(vite@6.0.12(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1))
54
54
  eslint:
55
55
  specifier: 9.17.0
56
56
  version: 9.17.0
@@ -91,11 +91,11 @@ importers:
91
91
  specifier: 8.18.2
92
92
  version: 8.18.2(eslint@9.17.0)(typescript@5.6.3)
93
93
  vite:
94
- specifier: 6.0.9
95
- version: 6.0.9(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1)
94
+ specifier: 6.0.12
95
+ version: 6.0.12(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1)
96
96
  vite-tsconfig-paths:
97
97
  specifier: 5.1.3
98
- version: 5.1.3(typescript@5.6.3)(vite@6.0.9(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1))
98
+ version: 5.1.3(typescript@5.6.3)(vite@6.0.12(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1))
99
99
 
100
100
  packages:
101
101
 
@@ -1765,6 +1765,7 @@ packages:
1765
1765
 
1766
1766
  lodash.get@4.4.2:
1767
1767
  resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
1768
+ deprecated: This package is deprecated. Use the optional chaining (?.) operator instead.
1768
1769
 
1769
1770
  lodash.isempty@4.4.0:
1770
1771
  resolution: {integrity: sha512-oKMuF3xEeqDltrGMfDxAPGIVMSSRv8tbRSODbrs4KGsRRLEhrW8N8Rd4DRgB2+621hY8A8XwwrTVhXWpxFvMzg==}
@@ -1774,6 +1775,7 @@ packages:
1774
1775
 
1775
1776
  lodash.omit@4.5.0:
1776
1777
  resolution: {integrity: sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==}
1778
+ deprecated: This package is deprecated. Use destructuring assignment syntax instead.
1777
1779
 
1778
1780
  lodash.omitby@4.6.0:
1779
1781
  resolution: {integrity: sha512-5OrRcIVR75M288p4nbI2WLAf3ndw2GD9fyNv3Bc15+WCxJDdZ4lYndSxGd7hnG6PVjiJTeJE2dHEGhIuKGicIQ==}
@@ -2503,8 +2505,8 @@ packages:
2503
2505
  vite:
2504
2506
  optional: true
2505
2507
 
2506
- vite@6.0.9:
2507
- resolution: {integrity: sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==}
2508
+ vite@6.0.12:
2509
+ resolution: {integrity: sha512-gzLogvGSgX2xyAt0J5qhJ7SmdO5aLdShABkU8Ev7dIl8AcrlFSLcj9GHReSq9pGJF/q5C4CZKdtDlkC6DyvQ3w==}
2508
2510
  engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
2509
2511
  hasBin: true
2510
2512
  peerDependencies:
@@ -3527,14 +3529,14 @@ snapshots:
3527
3529
 
3528
3530
  '@ungap/structured-clone@1.2.1': {}
3529
3531
 
3530
- '@vitejs/plugin-react@4.3.4(vite@6.0.9(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1))':
3532
+ '@vitejs/plugin-react@4.3.4(vite@6.0.12(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1))':
3531
3533
  dependencies:
3532
3534
  '@babel/core': 7.26.0
3533
3535
  '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0)
3534
3536
  '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0)
3535
3537
  '@types/babel__core': 7.20.5
3536
3538
  react-refresh: 0.14.2
3537
- vite: 6.0.9(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1)
3539
+ vite: 6.0.12(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1)
3538
3540
  transitivePeerDependencies:
3539
3541
  - supports-color
3540
3542
 
@@ -5293,18 +5295,18 @@ snapshots:
5293
5295
  '@types/unist': 3.0.3
5294
5296
  vfile-message: 4.0.2
5295
5297
 
5296
- vite-tsconfig-paths@5.1.3(typescript@5.6.3)(vite@6.0.9(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1)):
5298
+ vite-tsconfig-paths@5.1.3(typescript@5.6.3)(vite@6.0.12(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1)):
5297
5299
  dependencies:
5298
5300
  debug: 4.4.0
5299
5301
  globrex: 0.1.2
5300
5302
  tsconfck: 3.1.4(typescript@5.6.3)
5301
5303
  optionalDependencies:
5302
- vite: 6.0.9(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1)
5304
+ vite: 6.0.12(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1)
5303
5305
  transitivePeerDependencies:
5304
5306
  - supports-color
5305
5307
  - typescript
5306
5308
 
5307
- vite@6.0.9(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1):
5309
+ vite@6.0.12(@types/node@22.10.5)(tsx@4.19.2)(yaml@2.6.1):
5308
5310
  dependencies:
5309
5311
  esbuild: 0.24.2
5310
5312
  postcss: 8.4.49