@leo-h/create-nodejs-app 1.0.47 → 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",
|
@@ -40,11 +40,11 @@ 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
50
|
version: 4.4.1(vite@6.3.5(@types/node@22.10.5)(tsx@4.19.4)(yaml@2.7.1))
|
@@ -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==}
|
@@ -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
|
|