mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-31 15:20:32 +08:00
chore: Add @lowdefy/actions-core and @lowdefy/plugin-next-auth as default server dependencies
This commit is contained in:
parent
133245ea16
commit
43e1a968f1
2
.pnp.cjs
generated
2
.pnp.cjs
generated
@ -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"],
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user