From e7cf078068d582b481a84443b8dfc514331a2bab Mon Sep 17 00:00:00 2001 From: Ahmed Elywa Date: Mon, 24 Jun 2024 16:17:11 +0300 Subject: [PATCH] Update "@paljs/admin" package to version 7.0.4 The "@paljs/admin" package version has been updated from 7.0.3 to 7.0.4. This change affects both "full-stack-nextjs" examples in the "multi_package.json" and "package.json" files. The update ensures use of the latest package features and bug fixes. --- packages/create/examples/full-stack-nextjs/multi_package.json | 2 +- packages/create/examples/full-stack-nextjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/create/examples/full-stack-nextjs/multi_package.json b/packages/create/examples/full-stack-nextjs/multi_package.json index 5a3ac186..b9987664 100644 --- a/packages/create/examples/full-stack-nextjs/multi_package.json +++ b/packages/create/examples/full-stack-nextjs/multi_package.json @@ -24,7 +24,7 @@ "@heroicons/react": "1.x", "@material-ui/core": "4.x", "@material-ui/icons": "4.x", - "@paljs/admin": "7.0.3", + "@paljs/admin": "7.0.4", "@paljs/nexus": "7.0.0", "@prisma/client": "3.x", "apollo-server-micro": "3.x", diff --git a/packages/create/examples/full-stack-nextjs/package.json b/packages/create/examples/full-stack-nextjs/package.json index ff395c2c..d5138625 100644 --- a/packages/create/examples/full-stack-nextjs/package.json +++ b/packages/create/examples/full-stack-nextjs/package.json @@ -25,7 +25,7 @@ "@heroicons/react": "1.x", "@material-ui/core": "4.x", "@material-ui/icons": "4.x", - "@paljs/admin": "7.0.3", + "@paljs/admin": "7.0.4", "@paljs/nexus": "7.0.0", "@prisma/client": "5.x", "apollo-server-micro": "3.x",