create-payload-app 3.0.0-beta.104 → 3.0.0-beta.105
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-payload-app",
|
3
|
-
"version": "3.0.0-beta.
|
3
|
+
"version": "3.0.0-beta.105",
|
4
4
|
"homepage": "https://payloadcms.com",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"@types/esprima": "^4.0.6",
|
58
58
|
"@types/fs-extra": "^9.0.12",
|
59
59
|
"@types/jest": "29.5.12",
|
60
|
-
"@types/node": "
|
60
|
+
"@types/node": "22.5.4"
|
61
61
|
},
|
62
62
|
"scripts": {
|
63
63
|
"build": "pnpm pack-template-files && pnpm typecheck && pnpm build:swc",
|