@leo-h/create-nodejs-app 1.0.46 → 1.0.48
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.
|
3
|
+
"version": "1.0.48",
|
4
4
|
"packageManager": "pnpm@9.15.9",
|
5
5
|
"author": "Leonardo Henrique <leonardo0507.business@gmail.com>",
|
6
6
|
"description": "Create a modern Node.js app with TypeScript using one command.",
|
@@ -27,8 +27,8 @@
|
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@eslint/js": "9.25.1",
|
30
|
-
"@types/react": "19.1.
|
31
|
-
"@types/react-dom": "19.1.
|
30
|
+
"@types/react": "19.1.8",
|
31
|
+
"@types/react-dom": "19.1.6",
|
32
32
|
"@vitejs/plugin-react": "4.4.1",
|
33
33
|
"eslint": "9.25.1",
|
34
34
|
"eslint-config-prettier": "10.1.2",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"type-fest": "4.40.1",
|
44
44
|
"typescript": "~5.8.3",
|
45
45
|
"typescript-eslint": "8.31.1",
|
46
|
-
"vite": "6.3.
|
46
|
+
"vite": "6.3.5",
|
47
47
|
"vite-tsconfig-paths": "5.1.4"
|
48
48
|
}
|
49
49
|
}
|
@@ -40,14 +40,14 @@ importers:
|
|
40
40
|
specifier: 9.25.1
|
41
41
|
version: 9.25.1
|
42
42
|
'@types/react':
|
43
|
-
specifier: 19.1.
|
44
|
-
version: 19.1.
|
43
|
+
specifier: 19.1.8
|
44
|
+
version: 19.1.8
|
45
45
|
'@types/react-dom':
|
46
|
-
specifier: 19.1.
|
47
|
-
version: 19.1.
|
46
|
+
specifier: 19.1.6
|
47
|
+
version: 19.1.6(@types/react@19.1.8)
|
48
48
|
'@vitejs/plugin-react':
|
49
49
|
specifier: 4.4.1
|
50
|
-
version: 4.4.1(vite@6.3.
|
50
|
+
version: 4.4.1(vite@6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1))
|
51
51
|
eslint:
|
52
52
|
specifier: 9.25.1
|
53
53
|
version: 9.25.1
|
@@ -88,11 +88,11 @@ importers:
|
|
88
88
|
specifier: 8.31.1
|
89
89
|
version: 8.31.1(eslint@9.25.1)(typescript@5.8.3)
|
90
90
|
vite:
|
91
|
-
specifier: 6.3.
|
92
|
-
version: 6.3.
|
91
|
+
specifier: 6.3.5
|
92
|
+
version: 6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1)
|
93
93
|
vite-tsconfig-paths:
|
94
94
|
specifier: 5.1.4
|
95
|
-
version: 5.1.4(typescript@5.8.3)(vite@6.3.
|
95
|
+
version: 5.1.4(typescript@5.8.3)(vite@6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1))
|
96
96
|
|
97
97
|
packages:
|
98
98
|
|
@@ -740,13 +740,13 @@ packages:
|
|
740
740
|
'@types/node@22.10.5':
|
741
741
|
resolution: {integrity: sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==}
|
742
742
|
|
743
|
-
'@types/react-dom@19.1.
|
744
|
-
resolution: {integrity: sha512-
|
743
|
+
'@types/react-dom@19.1.6':
|
744
|
+
resolution: {integrity: sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==}
|
745
745
|
peerDependencies:
|
746
746
|
'@types/react': ^19.0.0
|
747
747
|
|
748
|
-
'@types/react@19.1.
|
749
|
-
resolution: {integrity: sha512-
|
748
|
+
'@types/react@19.1.8':
|
749
|
+
resolution: {integrity: sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==}
|
750
750
|
|
751
751
|
'@types/unist@3.0.3':
|
752
752
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
@@ -2274,8 +2274,8 @@ packages:
|
|
2274
2274
|
vite:
|
2275
2275
|
optional: true
|
2276
2276
|
|
2277
|
-
vite@6.3.
|
2278
|
-
resolution: {integrity: sha512-
|
2277
|
+
vite@6.3.5:
|
2278
|
+
resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==}
|
2279
2279
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
2280
2280
|
hasBin: true
|
2281
2281
|
peerDependencies:
|
@@ -3142,11 +3142,11 @@ snapshots:
|
|
3142
3142
|
dependencies:
|
3143
3143
|
undici-types: 6.20.0
|
3144
3144
|
|
3145
|
-
'@types/react-dom@19.1.
|
3145
|
+
'@types/react-dom@19.1.6(@types/react@19.1.8)':
|
3146
3146
|
dependencies:
|
3147
|
-
'@types/react': 19.1.
|
3147
|
+
'@types/react': 19.1.8
|
3148
3148
|
|
3149
|
-
'@types/react@19.1.
|
3149
|
+
'@types/react@19.1.8':
|
3150
3150
|
dependencies:
|
3151
3151
|
csstype: 3.1.3
|
3152
3152
|
|
@@ -3231,14 +3231,14 @@ snapshots:
|
|
3231
3231
|
'@typescript-eslint/types': 8.31.1
|
3232
3232
|
eslint-visitor-keys: 4.2.0
|
3233
3233
|
|
3234
|
-
'@vitejs/plugin-react@4.4.1(vite@6.3.
|
3234
|
+
'@vitejs/plugin-react@4.4.1(vite@6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1))':
|
3235
3235
|
dependencies:
|
3236
3236
|
'@babel/core': 7.26.10
|
3237
3237
|
'@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.10)
|
3238
3238
|
'@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.10)
|
3239
3239
|
'@types/babel__core': 7.20.5
|
3240
3240
|
react-refresh: 0.17.0
|
3241
|
-
vite: 6.3.
|
3241
|
+
vite: 6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1)
|
3242
3242
|
transitivePeerDependencies:
|
3243
3243
|
- supports-color
|
3244
3244
|
|
@@ -4830,18 +4830,18 @@ snapshots:
|
|
4830
4830
|
|
4831
4831
|
validator@13.12.0: {}
|
4832
4832
|
|
4833
|
-
vite-tsconfig-paths@5.1.4(typescript@5.8.3)(vite@6.3.
|
4833
|
+
vite-tsconfig-paths@5.1.4(typescript@5.8.3)(vite@6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1)):
|
4834
4834
|
dependencies:
|
4835
4835
|
debug: 4.4.0
|
4836
4836
|
globrex: 0.1.2
|
4837
4837
|
tsconfck: 3.1.4(typescript@5.8.3)
|
4838
4838
|
optionalDependencies:
|
4839
|
-
vite: 6.3.
|
4839
|
+
vite: 6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1)
|
4840
4840
|
transitivePeerDependencies:
|
4841
4841
|
- supports-color
|
4842
4842
|
- typescript
|
4843
4843
|
|
4844
|
-
vite@6.3.
|
4844
|
+
vite@6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1):
|
4845
4845
|
dependencies:
|
4846
4846
|
esbuild: 0.25.2
|
4847
4847
|
fdir: 6.4.4(picomatch@4.0.2)
|