From 43e1a968f1326829f8e0da9245827eba35a11418 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 5 May 2022 16:27:52 +0200 Subject: [PATCH] chore: Add @lowdefy/actions-core and @lowdefy/plugin-next-auth as default server dependencies --- .pnp.cjs | 2 ++ packages/server/package.json | 2 ++ yarn.lock | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.pnp.cjs b/.pnp.cjs index bbcf2038a..d99e447b0 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -3543,6 +3543,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./packages/server/", "packageDependencies": [ ["@lowdefy/server", "workspace:packages/server"], + ["@lowdefy/actions-core", "workspace:packages/plugins/actions/actions-core"], ["@lowdefy/api", "workspace:packages/api"], ["@lowdefy/blocks-antd", "workspace:packages/plugins/blocks/blocks-antd"], ["@lowdefy/blocks-basic", "workspace:packages/plugins/blocks/blocks-basic"], @@ -3553,6 +3554,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@lowdefy/layout", "workspace:packages/layout"], ["@lowdefy/node-utils", "workspace:packages/utils/node-utils"], ["@lowdefy/operators-js", "workspace:packages/plugins/operators/operators-js"], + ["@lowdefy/plugin-next-auth", "workspace:packages/plugins/plugins/plugin-next-auth"], ["@next/eslint-plugin-next", "npm:12.0.10"], ["less", "npm:4.1.2"], ["less-loader", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:10.2.0"], diff --git a/packages/server/package.json b/packages/server/package.json index 620808224..d1ab9c030 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -40,6 +40,7 @@ "next": "next" }, "dependencies": { + "@lowdefy/actions-core": "4.0.0-alpha.8", "@lowdefy/api": "4.0.0-alpha.8", "@lowdefy/blocks-antd": "4.0.0-alpha.8", "@lowdefy/blocks-basic": "4.0.0-alpha.8", @@ -49,6 +50,7 @@ "@lowdefy/layout": "4.0.0-alpha.8", "@lowdefy/node-utils": "4.0.0-alpha.8", "@lowdefy/operators-js": "4.0.0-alpha.8", + "@lowdefy/plugin-next-auth": "4.0.0-alpha.8", "next": "12.0.10", "next-auth": "4.3.3", "process": "0.11.10", diff --git a/yarn.lock b/yarn.lock index 3a7e4e2eb..746e74764 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2689,6 +2689,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lowdefy/server@workspace:packages/server" dependencies: + "@lowdefy/actions-core": 4.0.0-alpha.8 "@lowdefy/api": 4.0.0-alpha.8 "@lowdefy/blocks-antd": 4.0.0-alpha.8 "@lowdefy/blocks-basic": 4.0.0-alpha.8 @@ -2699,6 +2700,7 @@ __metadata: "@lowdefy/layout": 4.0.0-alpha.8 "@lowdefy/node-utils": 4.0.0-alpha.8 "@lowdefy/operators-js": 4.0.0-alpha.8 + "@lowdefy/plugin-next-auth": 4.0.0-alpha.8 "@next/eslint-plugin-next": 12.0.10 less: 4.1.2 less-loader: 10.2.0