@leo-h/create-nodejs-app 1.0.57 → 1.0.58
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.58",
|
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 @@ importers:
|
|
27
27
|
specifier: 7.5.3
|
28
28
|
version: 7.5.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
29
29
|
swr:
|
30
|
-
specifier: 2.3.
|
31
|
-
version: 2.3.
|
30
|
+
specifier: 2.3.6
|
31
|
+
version: 2.3.6(react@19.1.0)
|
32
32
|
zod:
|
33
33
|
specifier: 3.24.3
|
34
34
|
version: 3.24.3
|
@@ -2122,8 +2122,8 @@ packages:
|
|
2122
2122
|
resolution: {integrity: sha512-upi/0ZGkYgEcLeGieoz8gT74oWHA0E7JivX7aN9mAf+Tc7BQoRBvnIGHoPDw+f9TXTW4s6kGYCZJtauP6OYp7g==}
|
2123
2123
|
hasBin: true
|
2124
2124
|
|
2125
|
-
swr@2.3.
|
2126
|
-
resolution: {integrity: sha512-
|
2125
|
+
swr@2.3.6:
|
2126
|
+
resolution: {integrity: sha512-wfHRmHWk/isGNMwlLGlZX5Gzz/uTgo0o2IRuTMcf4CPuPFJZlq0rDaKUx+ozB5nBOReNV1kiOyzMfj+MBMikLw==}
|
2127
2127
|
peerDependencies:
|
2128
2128
|
react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
2129
2129
|
|
@@ -4691,7 +4691,7 @@ snapshots:
|
|
4691
4691
|
transitivePeerDependencies:
|
4692
4692
|
- encoding
|
4693
4693
|
|
4694
|
-
swr@2.3.
|
4694
|
+
swr@2.3.6(react@19.1.0):
|
4695
4695
|
dependencies:
|
4696
4696
|
dequal: 2.0.3
|
4697
4697
|
react: 19.1.0
|